taskwarrior-notes
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| taskwarrior-notes [2025/07/23 09:10] – created dokuroot | taskwarrior-notes [2025/08/27 12:33] (current) – [BASIC USAGE] dokuroot | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| cmake -S . -B build -DCMAKE_BUILD_TYPE=Release | cmake -S . -B build -DCMAKE_BUILD_TYPE=Release | ||
| cmake --build build | cmake --build build | ||
| + | </ | ||
| + | |||
| + | ====== BASIC USAGE ====== | ||
| + | |||
| + | A few useful commands: | ||
| + | |||
| + | ====== Show tasks in the To-Do list ====== | ||
| + | |||
| + | < | ||
| + | task | ||
| + | </ | ||
| + | |||
| + | ====== Add a new task ====== | ||
| + | |||
| + | < | ||
| + | task add The lovely task to do | ||
| + | task add The lovely task to do project: | ||
| + | </ | ||
| + | the first version is a simple add to the list, the second one is using project/ | ||
| + | |||
| + | Due date can be provided as shorthand as well in the form of: | ||
| + | < | ||
| + | task add The lovely task to do project: | ||
| + | </ | ||
| + | where "eod = end of day", eow, eom eoy can be used as well. | ||
| + | |||
| + | ====== Complete a task ====== | ||
| + | |||
| + | Easiest is to complete it by number, such as: | ||
| + | < | ||
| + | task 1 done | ||
| + | </ | ||
| + | |||
| + | ====== Remove a task a task ====== | ||
| + | |||
| + | This is when you make a mistake, remove the task is different from complete it, it makes it disappear. | ||
| + | |||
| + | < | ||
| + | task 15 delete | ||
| + | </ | ||
| + | |||
| + | ====== Show completed tasks ====== | ||
| + | < | ||
| + | task completed | ||
| </ | </ | ||
taskwarrior-notes.1753261827.txt.gz · Last modified: 2025/07/23 09:10 by dokuroot
