mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-07-07 20:06:42 +02:00
Documentation
- Added notes about context support.
This commit is contained in:
parent
a14ce4ec26
commit
4634255550
3 changed files with 22 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
1.1.0 () -
|
||||
- Added 'context', 'leave' and 'clear' commands for adding, removing and
|
||||
clearing contexts.
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
|
|
7
NEWS
7
NEWS
|
@ -1,18 +1,25 @@
|
|||
|
||||
New Features in tasksh 1.1.0
|
||||
|
||||
- Context support
|
||||
|
||||
New commands in tasksh 1.1.0
|
||||
|
||||
- 'context' command adds a context, which is a filter term
|
||||
- 'leave' removes the most recently added context
|
||||
- 'clear' removes all contexts
|
||||
|
||||
New configuration options in tasksh 1.1.0
|
||||
|
||||
- None
|
||||
|
||||
Newly deprecated features in tasksh 1.1.0
|
||||
|
||||
- None
|
||||
|
||||
Removed features in 1.1.0
|
||||
|
||||
- None
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -27,10 +27,23 @@ Taskwarrior.
|
|||
.B exit/quit/Ctrl-D
|
||||
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
|
||||
.B diagnostics
|
||||
Displays settings pertinent to tasksh.
|
||||
|
||||
.TP
|
||||
.B leave
|
||||
Removed the most recently added context.
|
||||
|
||||
.SH USAGE
|
||||
Here is an example tasksh session.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue