Go to file
m455 1b007c883f updated README 2018-04-13 02:10:24 -04:00
LICENSE updated via script 2018-03-16 09:53:12 -04:00
README.md updated README 2018-04-13 02:10:24 -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

  • 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 run rodo ls to see which number corresponds to which item to remove it. Example: rodo rm 1