Update README.md
parent
2456eaf36d
commit
9a00f4eaa5
|
@ -48,19 +48,19 @@ $PATH folder. If you don't, you would simply go to the
|
||||||
directory of the `rodo.rkt` file and use `./rodo <command>`
|
directory of the `rodo.rkt` file and use `./rodo <command>`
|
||||||
instead.
|
instead.
|
||||||
|
|
||||||
### `init`
|
### init
|
||||||
|
|
||||||
Initializes a file in `~/.rodo/todo-list` by default
|
Initializes a file in `~/.rodo/todo-list` by default
|
||||||
|
|
||||||
**Example:** `rodo init`
|
**Example:** `rodo init`
|
||||||
|
|
||||||
### `ls`
|
### ls
|
||||||
|
|
||||||
Lists items from the list
|
Lists items from the list
|
||||||
|
|
||||||
**Example:** `rodo rm 1`
|
**Example:** `rodo rm 1`
|
||||||
|
|
||||||
### `add`
|
### add
|
||||||
|
|
||||||
Adds an item to the list
|
Adds an item to the list
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ Adds an item to the list
|
||||||
**Note:** For multi-word items you will need to surround your item in double quotes like this:
|
**Note:** For multi-word items you will need to surround your item in double quotes like this:
|
||||||
`$ rodo add "go to the bank"`
|
`$ rodo add "go to the bank"`
|
||||||
|
|
||||||
### `rm`
|
### rm
|
||||||
|
|
||||||
Removes an item from the list
|
Removes an item from the list
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue