User Tools

Site Tools


taskwarrior-notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
taskwarrior-notes [2025/08/27 12:30] dokuroottaskwarrior-notes [2025/08/27 12:33] (current) – [BASIC USAGE] dokuroot
Line 23: Line 23:
 A few useful commands:  A few useful commands: 
  
-Add a new task;+====== Show tasks in the To-Do list ====== 
 + 
 +<code> 
 +task 
 +</code> 
 + 
 +====== Add a new task ====== 
 <code> <code>
 task add The lovely task to do task add The lovely task to do
Line 35: Line 42:
 </code> </code>
 where "eod = end of day", eow, eom eoy can be used as well.  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:
 +<code>
 +task 1 done
 +</code>
 +
 +====== Remove a task a task ======
 +
 +This is when you make a mistake, remove the task is different from complete it, it makes it disappear. 
 +
 +<code>
 +task 15 delete
 +</code>
 +
 +====== Show completed tasks ======
 +<code>
 +task completed
 +</code>
 +
  
  
taskwarrior-notes.txt · Last modified: 2025/08/27 12:33 by dokuroot