mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Docs: Updated man page by removing old content
This commit is contained in:
parent
3ceab3f7a4
commit
d3410d8dcd
1 changed files with 15 additions and 11 deletions
|
@ -4,11 +4,9 @@
|
||||||
tasksh \- Interactive taskwarrior shell
|
tasksh \- Interactive taskwarrior shell
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B tasksh [<commands-file>]
|
.B tasksh
|
||||||
.br
|
.br
|
||||||
.B tasksh --version
|
.B tasksh --version
|
||||||
.br
|
|
||||||
.B tasksh --help
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
The tasksh program can be used to create a more immersive taskwarrior
|
The tasksh program can be used to create a more immersive taskwarrior
|
||||||
|
@ -24,16 +22,22 @@ Tasksh supports the following commands. All other commands are passed intact to
|
||||||
Taskwarrior.
|
Taskwarrior.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B exit/quit/Ctrl-D
|
.B diagnostics
|
||||||
These commands cause tasksh to terminate.
|
Displays settings pertinent to tasksh, for diagnosing problems.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B diagnostics
|
.B exit/quit
|
||||||
Displays settings pertinent to tasksh.
|
These commands cause tasksh to terminate, returning you to your system shell.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B help
|
||||||
|
Shows how to obtain help.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B review
|
.B review
|
||||||
Begins an interactive review session.
|
Begins an interactive review session. Note: requires Taskwarrior 2.5.0 or later.
|
||||||
|
For full details, see:
|
||||||
|
<https://taskwarrior.org/docs/review.html>
|
||||||
|
|
||||||
.SH USAGE
|
.SH USAGE
|
||||||
Here is an example tasksh session.
|
Here is an example tasksh session.
|
||||||
|
@ -78,11 +82,11 @@ ID Project Pri Due Active Age Description
|
||||||
.br
|
.br
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
.br
|
.br
|
||||||
2 party H 10/17/2010 2 hrs Select and book a venue
|
2 party H 10/17/2015 2 hrs Select and book a venue
|
||||||
.br
|
.br
|
||||||
5 party H 10/22/2010 2 hrs Design invitations
|
5 party H 10/22/2015 2 hrs Design invitations
|
||||||
.br
|
.br
|
||||||
9 home 10/31/2010 1 hr Pay rent
|
9 home 10/31/2015 1 hr Pay rent
|
||||||
.br
|
.br
|
||||||
3 party 2 hrs Mail invitations
|
3 party 2 hrs Mail invitations
|
||||||
.br
|
.br
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue