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
Copy file name to clipboardExpand all lines: readme.md
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ Come over to [Gitter](https://gitter.im/taskline/community?source=orgpage) or [T
73
73
- Possibility to use id ranges
74
74
- Possibility to cancel tasks
75
75
- Possibility to rearrange item ids
76
+
- Timetracking for tasks
76
77
77
78
### Coming
78
79
@@ -332,26 +333,27 @@ To mark a task as complete/incomplete, use the `check` / `c` command followed by
332
333
333
334
```
334
335
335
-
### Cancel Task
336
+
### Begin Task
336
337
337
-
To mark a task as canceled/revived, use the `cancel`command followed by the ids of the target tasks. The functionality of this command is the same as the one of the above described `check` command.
338
+
To mark a task as started/paused, use the `begin` / `b`command followed by the ids of the target tasks. The functionality of this command is the same as the one of the above described `check` command. When a task is in progress the elapsed time is measured.
338
339
339
340
```
340
341
341
-
> tl cancel 1-3,5,6
342
+
> tl b 2,3
342
343
343
344
```
344
345
345
-
### Begin Task
346
+
### Cancel Task
346
347
347
-
To mark a task as started/paused, use the `begin` / `b` command followed by the ids of the target tasks. The functionality of this command is the same as the one of the above described `check` command.
348
+
To mark a task as canceled/revived, use the `cancel` command followed by the ids of the target tasks. The functionality of this command is the same as the one of the above described `check` command.
348
349
349
350
```
350
351
351
-
> tl b 2,3
352
+
> tl cancel 1-3,5,6
352
353
353
354
```
354
355
356
+
355
357
### Star Item
356
358
357
359
To mark one or more items as favorite, use the `star` / `s` command followed by the ids of the target items. The functionality of this command is the same as the one of the above described `check` command.
@@ -506,6 +508,7 @@ The by default supported listing attributes, together with their respective alia
506
508
-`pending` , `unchecked` , `incomplete` - Items that are pending tasks.
507
509
-`progress` , `started` , `begun` - Items that are in-progress tasks.
508
510
-`done` , `checked` , `complete` - Items that complete tasks.
511
+
-`canceled` - Items that are canceled.
509
512
-`star` , `starred` - Items that are starred.
510
513
-`default` , `medium` , `high` - Tasks with the given priority.
0 commit comments