Go to file
m455 88f4480f3a fixed a little bug where if you first initialized and then tried to remove something from an empty file it would produce an error 2018-04-13 02:08:22 -04:00
LICENSE updated via script 2018-03-16 09:53:12 -04:00
README.md updated via script 2018-04-12 14:25:19 -04:00
args.rkt most things work now? 2018-04-13 01:02:48 -04:00
config.rkt most things work now? 2018-04-13 01:02:48 -04:00
init.rkt organized functions into files 2018-04-12 14:37:01 -04:00
io.rkt fixed a little bug where if you first initialized and then tried to remove something from an empty file it would produce an error 2018-04-13 02:08:22 -04:00
messages.rkt fixed a little bug where if you first initialized and then tried to remove something from an empty file it would produce an error 2018-04-13 02:08:22 -04:00
rodo.rkt updated via script 2018-04-12 14:25:19 -04:00
util.rkt fixed a little bug where if you first initialized and then tried to remove something from an empty file it would produce an error 2018-04-13 02:08:22 -04:00

README.md

rodo

A command-line todo list in Racket

Currently under development

You can try it out while it's being developed (note: it requires that you have Racket installed):

./rodo init -> initialize rodo in your home directory by default

./rodo add milk -> add "milk" to the list

./rodo add "go to the bank" -> add "go to the bank" to the list

./rodo ls -> list your todo list items