taskwarrior-notes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| taskwarrior-notes [2025/07/24 15:20] – [INSTALLATION] dokuroot | taskwarrior-notes [2025/08/27 12:33] (current) – [BASIC USAGE] dokuroot | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| ====== BASIC USAGE ====== | ====== 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.1753370451.txt.gz · Last modified: 2025/07/24 15:20 by dokuroot
