Skip to content

Commit 9e866bb

Browse files
author
angel
committed
Accepting Tedits added image
1 parent bf11d37 commit 9e866bb

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

docs/applications/project-management/setting-up-taskwarrior-on-ubuntu-16-10.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ external_resources:
1818
- '[Timewarrior](https://taskwarrior.org/docs/timewarrior/what.html)'
1919
---
2020

21+
22+
![Tasklogo](/docs/assets/taskwarrior/Taskwarrior.png)
23+
2124
[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.
2225

2326

@@ -40,7 +43,7 @@ Install Taskwarriror with:
4043

4144
After the packages are installed, run the command `task`.
4245

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.
4447

4548
Answer `yes`.
4649

@@ -50,20 +53,20 @@ You'll find the sample configuration file at `~/.taskrc`. To learn more about co
5053

5154
### Add a Task
5255

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:
5457

5558
task add Add block storage volume to my Linode
5659

5760
That will return:
5861

5962
Created task 1.
6063

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.
6265

6366
taskwarrior@localhost:~$ task
6467
[task next]
6568

66-
ID Age Description Urg
69+
ID Age Description Urg
6770
1 14s Add block storage volume to my Linode 0
6871

6972
1 task
@@ -95,7 +98,7 @@ To remove a task you can use `task <task_number> delete`.
9598

9699
### Assign Tasks a Due Date
97100

98-
This is done using the `due` argument:
101+
Using the `due` argument, you can assign a due date for a task:
99102

100103
task add write Taskwarrior guide for the Linode community due:tomorrow
101104

1.42 MB
Loading

0 commit comments

Comments
 (0)