569 B
Executable File
569 B
Executable File
rodo
A command-line todo list in Racket
-
init: initialize a file in ~/.rodo/todo-listExample:
rodo init -
ls: lists items on the listExample:
rodo rm 1 -
add: adds an item to the listExample:
rodo add breadNote: For multi-word items you will need to surround your item in double quotes like this:
rodo add "go to the bank"<-- This is currently broken -
rm: removes an item from the listExample:
rodo rm 1Note: You may have to run
rodo lsto see which number corresponds to which item to remove it.