updated README.md to be a little more useful
parent
c4e837b533
commit
91c8def7e9
14
README.md
14
README.md
|
@ -12,32 +12,30 @@ A command-line todo list in Racket
|
|||
### `init`
|
||||
Initializes a file in *~/.rodo/todo-list*
|
||||
|
||||
**Example:**
|
||||
`$ rodo init`
|
||||
**Example:** `$ rodo init`
|
||||
|
||||
### `ls`
|
||||
Lists items from the list
|
||||
|
||||
**Example:**
|
||||
`$ rodo rm 1`
|
||||
**Example:** `$ rodo rm 1`
|
||||
|
||||
### `add`
|
||||
Adds an item to the list
|
||||
|
||||
**Example:**
|
||||
`$ rodo add bread`
|
||||
**Example:** `$ rodo add bread`
|
||||
|
||||
**Note:**
|
||||
|
||||
For multi-word items you will need to surround your item in double quotes like this:
|
||||
`$ rodo add "go to the bank"`
|
||||
|
||||
### `rm`
|
||||
Removes an item from the list
|
||||
|
||||
**Example:**
|
||||
`$ rodo rm 1`
|
||||
**Example:** `$ rodo rm 1`
|
||||
|
||||
**Note:**
|
||||
|
||||
You may have to run `rodo ls` to see which number corresponds to which item to remove it.
|
||||
|
||||
## Configure rodo
|
||||
|
|
Loading…
Reference in New Issue