updated via script
parent
f917f2452b
commit
87b3851e0f
|
@ -1,15 +1,15 @@
|
||||||
# rodo
|
# rodo
|
||||||
A command-line todo list in Racket
|
A command-line todo list in Racket
|
||||||
|
|
||||||
* `init`: initialize a file in ~/.rodo/todo-list
|
* `init`--> initializes a file in ~/.rodo/todo-list
|
||||||
|
|
||||||
Example: `rodo init`
|
Example: `rodo init`
|
||||||
|
|
||||||
* `ls`: lists items on the list
|
* `ls`--> lists items on the list
|
||||||
|
|
||||||
Example: `rodo rm 1`
|
Example: `rodo rm 1`
|
||||||
|
|
||||||
* `add`: adds an item to the list
|
* `add`--> adds an item to the list
|
||||||
|
|
||||||
Example: `rodo add bread`
|
Example: `rodo add bread`
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ A command-line todo list in Racket
|
||||||
|
|
||||||
`rodo add "go to the bank"` <-- **This is currently broken**
|
`rodo add "go to the bank"` <-- **This is currently broken**
|
||||||
|
|
||||||
* `rm`: removes an item from the list
|
* `rm`--> removes an item from the list
|
||||||
|
|
||||||
Example: `rodo rm 1`
|
Example: `rodo rm 1`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue