rodo/README.md

15 lines
400 B
Markdown
Raw Normal View History

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:30:35 +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
2018-04-10 00:39:36 +00:00
`./rodo add "go to the bank"` -> add "go to the bank" to the list
2018-04-10 00:27:01 +00:00
`./rodo ls` -> list your todo list items