Docs: Updated to remove 'context', add 'review'.

This commit is contained in:
Paul Beckingham 2015-05-25 13:04:45 -04:00
parent 1494300e42
commit 5eb8e6f28a
2 changed files with 4 additions and 15 deletions

6
NEWS
View file

@ -1,13 +1,11 @@
New Features in tasksh 1.1.0 New Features in tasksh 1.1.0
- Context support - Review support
New commands in tasksh 1.1.0 New commands in tasksh 1.1.0
- 'context' command adds a context, which is a filter term - 'review' begins an interactive review session
- 'leave' removes the most recently added context
- 'clear' removes all contexts
New configuration options in tasksh 1.1.0 New configuration options in tasksh 1.1.0

View file

@ -27,22 +27,13 @@ Taskwarrior.
.B exit/quit/Ctrl-D .B exit/quit/Ctrl-D
These commands cause tasksh to terminate. These commands cause tasksh to terminate.
.TP
.B clear
Removeѕ all contexts.
.TP
.B context project:Home
Adds a new context to the list, in this example the 'Home' project. Every
command for Taskwarrior then get the context terms added to the query.
.TP .TP
.B diagnostics .B diagnostics
Displays settings pertinent to tasksh. Displays settings pertinent to tasksh.
.TP .TP
.B leave .B review
Removed the most recently added context. Begins an interactive review session.
.SH USAGE .SH USAGE
Here is an example tasksh session. Here is an example tasksh session.