Requirements
- sqlite library
- make
- gcc/clang
Compiling
makeInstalling
make installUninstalling
make uninstall- Add tasks.
toradora -a "The task I want to add" - Add tasks with priority.
toradora -a "urgent fix" -p 1 - Add daily tasks (always shown).
toradora -d "morning run" - Add daily tasks with priority.
toradora -d "read" -p 1 - Complete tasks.
toradora -c 1 - Edit tasks.
toradora -e 1 "The previous task edited" - Manifest tasks.
toradora
----------------------------------------------
>>> Daily <<<
[!] 2. read for 30 mins
[~] 1. morning run
>>> Today's Tasks <<<
[!] 3. fix the login bug
[~] 4. write tests
[ ] 5. update docs
>>> Backlog <<<
[~] 6. old task from yesterday
----------------------------------------------
- Show all tasks ever recorded.
toradora -z
| Flag | Symbol | Meaning |
|---|---|---|
-p 1 |
[!] |
High |
-p 2 |
[~] |
Medium (default) |
-p 3 |
[ ] |
Low |
The DB is currently stored at ~/.toradora.db
New columns (priority, daily) are automatically added to existing databases on first run.