You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Taskwarrior](https://taskwarrior.org/) is an open source tool that manages tasks from the command line. Taskwarrior is blazing fast, written in C, updated frequently and available on practically every platform. This guide will walk you through installing Taskwarrior on a Linode.
22
25
23
26
@@ -40,7 +43,7 @@ Install Taskwarriror with:
40
43
41
44
After the packages are installed, run the command `task`.
42
45
43
-
If a Taskwarrior a configuration file does not already exist, you'll be asked if you want to create a sample file for your user.
46
+
You'll be asked if you want to create a configuration file for your user.
44
47
45
48
Answer `yes`.
46
49
@@ -50,20 +53,20 @@ You'll find the sample configuration file at `~/.taskrc`. To learn more about co
50
53
51
54
### Add a Task
52
55
53
-
This is done with[task add](https://taskwarrior.org/docs/commands/add.html), so for example:
56
+
To add a task use[task add](https://taskwarrior.org/docs/commands/add.html), so for example:
54
57
55
58
task add Add block storage volume to my Linode
56
59
57
60
That will return:
58
61
59
62
Created task 1.
60
63
61
-
If you then run `task` again, you'll see the job information. Taskwarrior assigns the newly added task an ID, and tracks the time elapsed since you input the command.
64
+
If you then run `task` again, you'll see the job information. Taskwarrior assigns the newly added task an ID, and tracks the time elapsed since you inputted the command.
62
65
63
66
taskwarrior@localhost:~$ task
64
67
[task next]
65
68
66
-
ID Age Description Urg
69
+
ID Age Description Urg
67
70
1 14s Add block storage volume to my Linode 0
68
71
69
72
1 task
@@ -95,7 +98,7 @@ To remove a task you can use `task <task_number> delete`.
95
98
96
99
### Assign Tasks a Due Date
97
100
98
-
This is done using the `due` argument:
101
+
Using the `due` argument, you can assign a due date for a task:
99
102
100
103
task add write Taskwarrior guide for the Linode community due:tomorrow
0 commit comments