| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Command line lightweight todo tool with readable storage , written in C
latest version: v0.2.1
sudo make install
This command will install todo to /usr/bin/todo.
Note: todo will always use ./todo.txt prior to ~/todo.txt for persistent storage.
Usage: todo [-h|-v|-a] todo (<id> [done|undo|remove])|<task>... Examples: add a task - todo Go shopping check a task - todo 1 done undo a task - todo 1 undo remove a task - todo 1 remove list undo tasks - todo list all tasks - todo --all clear all tasks - todo clear
todo will always use ./todo.txt prior to ~/todo.txt for persistent storage, if there is a todo.txt in current directory, todo will use it, else todo will try to find ~/todo.txt, if it dosn't exist, todo touch an empty file ~/todo.txt.
So when your are not in home directory, to new a todo, just:
$ touch todo.txt
The storage format is readable, it's the GitHub Flavored Markdown Task list:
- [x] Go shopping
- [ ] Clean the roomBSD
| Back | FazBrowse Home | New Git URL |