1b007c883f | ||
---|---|---|
LICENSE | ||
README.md | ||
args.rkt | ||
config.rkt | ||
init.rkt | ||
io.rkt | ||
messages.rkt | ||
rodo.rkt | ||
util.rkt |
README.md
rodo
A command-line todo list in Racket
-
init
: initialize a file in ~/.rodo/todo-list Example:rodo init
-
ls
: lists items on the list Example:rodo rm 1
-
add
: adds an item to the list Note: For multi-word items you will need to surround your item in double quotes as so:rodo add "go to the bank"
Example:rodo add bread
-
rm
: removes an item from the list Note: You may have to runrodo ls
to see which number corresponds to which item to remove it. Example:rodo rm 1