Sha256: db2e2d37a3fef61b2825a51795fb3dbda65c22adbe12a801a2f9d61a5c45f507

Contents?: true

Size: 676 Bytes

Versions: 1

Compression:

Stored size: 676 Bytes

Contents

# rbdo: a simple todo app in cli

[![Gem Version](https://badge.fury.io/rb/rbdo.svg)](https://rubygems.org/gems/rbdo)

## commands

### .add

`rbdo add --text="netflix and chill" --date=28/01/2019 --time=18:03`

### .ls

`rbdo ls`

### .rm

`rbdo rm --index=5`

## arguments

### --text

content of the todo entry.

`rbdo add --text="netflix and chill"`

### --date

date of the todo entry. (year and month are optional)

`rbdo add --date=28/01/2019 --text="netflix and chill"`

### --time

time of the todo entry. (minute and second are optional)

`rbdo add --time=18:03:08 --text=todo`

### --index

index of the todo entry required for the rm command.

`rbdo rm --index=5`

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rbdo-1.1.2 README.md