rename CLI to ta

This commit is contained in:
Dustin J. Mitchell
2021-05-01 14:07:00 -04:00
parent 73ad035bed
commit 0f0f2b0e75
13 changed files with 38 additions and 37 deletions

View File

@@ -10,7 +10,7 @@ TaskChampion includes several "built-in" reports, as well as supporting custom r
The `next` report is the default, and lists all pending tasks:
```text
$ task
$ ta
Id Description Active Tags
1 learn about TaskChampion +next
2 buy wedding gift * +buy
@@ -18,7 +18,7 @@ Id Description Active Tags
```
The `Id` column contains short numeric IDs that are assigned to pending tasks.
These IDs are easy to type, such as to mark task 2 done (`task 2 done`).
These IDs are easy to type, such as to mark task 2 done (`ta 2 done`).
The `list` report lists all tasks, with a similar set of columns.