This is a to-do list application that runs entirely in your cli!
- Clone the repository
- Install go
- Open a terminal window in the repository and run
go install - Use the program from anywhere!
- To view your list, run
todo - To see list with completed items, run
todo -v - To add to the list, run
todo [Item]ortodo -a [Item], replacing[Item]with your desired item. - To remove from the list, run
todo -r [Number], replacing[Number]with the item's number on the list. - To mark an item as completed, run
todo -c [Number], replacing[Number]with the item's number on the list. - To see usage options, run
todo -h - To clear all lists, run
todo -clear