2018-03-12 14:00:41 +00:00
|
|
|
# rodo
|
|
|
|
A command-line todo list in Racket
|
2018-03-12 14:01:22 +00:00
|
|
|
|
|
|
|
**Currently under development**
|
2018-04-10 00:27:01 +00:00
|
|
|
|
2018-04-10 00:29:49 +00:00
|
|
|
You can try it out while it's being developed (note: it requires that you have Racket installed):
|
2018-04-10 00:27:01 +00:00
|
|
|
|
|
|
|
`./rodo init` -> initialize rodo in your home directory by default
|
|
|
|
|
|
|
|
`./rodo add milk` -> add "milk" to the list
|
|
|
|
|
|
|
|
`./rodo ls` -> list your todo list items
|
|
|
|
|