Add obligatory text heading

This commit is contained in:
Thomas Lauf 2018-06-23 00:10:40 +02:00
parent 7dd16c4950
commit 9b0244a4e6
29 changed files with 58 additions and 0 deletions

View file

@ -1,3 +1,5 @@
.TH timew-cancel 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew cancel .B timew cancel
If there is an open interval, it is abandoned. If there is an open interval, it is abandoned.

View file

@ -1,3 +1,5 @@
.TH timew-config 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew config [<name> [<value> | '']] .B timew config [<name> [<value> | '']]
Allows setting and removing configuration values, as an alternative to directly Allows setting and removing configuration values, as an alternative to directly

View file

@ -1,3 +1,5 @@
.TH timew-continue 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew continue [@<id>] [<date>|<interval>] .B timew continue [@<id>] [<date>|<interval>]
Resumes tracking of closed intervals. For example: Resumes tracking of closed intervals. For example:

View file

@ -1,3 +1,5 @@
.TH timew-day 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew day [<interval>] [<tag> ...] .B timew day [<interval>] [<tag> ...]
The day command shows a chart depicting a single day (today by default), with The day command shows a chart depicting a single day (today by default), with

View file

@ -1,3 +1,5 @@
.TH timew-delete 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew delete @<id> [@<id> ...] .B timew delete @<id> [@<id> ...]
Deletes an interval. Using the 'summary' command, and specifying the ':ids' hint Deletes an interval. Using the 'summary' command, and specifying the ':ids' hint

View file

@ -1,3 +1,5 @@
.TH timew-diagnostics 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew diagnostics .B timew diagnostics
This command shows details about your version of Timewarrior, your platform, how This command shows details about your version of Timewarrior, your platform, how

View file

@ -1,3 +1,5 @@
.TH timew-export 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew export [<interval>] [<tag> ...] .B timew export [<interval>] [<tag> ...]
Exports all the tracked time in JSON format. Supports filtering. For example: Exports all the tracked time in JSON format. Supports filtering. For example:

View file

@ -1,3 +1,5 @@
.TH timew-extensions 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew extensions .B timew extensions
Displays the directory containing the extension programs and a table showing Displays the directory containing the extension programs and a table showing

View file

@ -1,3 +1,5 @@
.TH timew-fill 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew fill @<id> [@<id> ...] .B timew fill @<id> [@<id> ...]

View file

@ -1,3 +1,5 @@
.TH timew-gaps 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew gaps [<interval>] [<tag> ...] .B timew gaps [<interval>] [<tag> ...]
Displays a summary of time that is neither tracked nor excluded from tracking. Displays a summary of time that is neither tracked nor excluded from tracking.

View file

@ -1,3 +1,5 @@
.TH timew-get 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew get <DOM> [<DOM> ...] .B timew get <DOM> [<DOM> ...]
Validates the DOM reference, then obtains the value and displays it. For example: Validates the DOM reference, then obtains the value and displays it. For example:

View file

@ -1,3 +1,5 @@
.TH timew-help 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew help [<command> | interval | hints | date | duration] .B timew help [<command> | interval | hints | date | duration]
The help command shows detailed descriptions and examples of commands, The help command shows detailed descriptions and examples of commands,

View file

@ -1,3 +1,5 @@
.TH timew-join 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew join @<id> @<id> .B timew join @<id> @<id>
Joins two intervals, by using the earlier of the two start times, and the later Joins two intervals, by using the earlier of the two start times, and the later

View file

@ -1,3 +1,5 @@
.TH timew-lengthen 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew lengthen @<id> [@<id> ...] <duration> .B timew lengthen @<id> [@<id> ...] <duration>
The 'lengthen' command is used to defer the end date of a closed interval. The 'lengthen' command is used to defer the end date of a closed interval.

View file

@ -1,3 +1,5 @@
.TH timew-month 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew month [<interval>] [<tag> ...] .B timew month [<interval>] [<tag> ...]
The month command shows a chart depicting a single month (current month by The month command shows a chart depicting a single month (current month by

View file

@ -1,3 +1,5 @@
.TH timew-move 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew move @<id> <date> .B timew move @<id> <date>
The 'move' command is used to reposition an interval at a new start time. The 'move' command is used to reposition an interval at a new start time.

View file

@ -1,3 +1,5 @@
.TH timew-report 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew [report] <report> [<interval>] [<tag> ...] .B timew [report] <report> [<interval>] [<tag> ...]
Runs an extension report, and supports filtering data. Runs an extension report, and supports filtering data.

View file

@ -1,3 +1,5 @@
.TH timew-resize 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew resize @<id> [@<id> ...] <duration> .B timew resize @<id> [@<id> ...] <duration>
The 'resize' command is used to change the duration of a closed interval. The 'resize' command is used to change the duration of a closed interval.

View file

@ -1,3 +1,5 @@
.TH timew-shorten 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew shorten @<id> [@<id> ...] <duration> .B timew shorten @<id> [@<id> ...] <duration>
The 'shorten' command is used to advance the end date of a closed interval. The 'shorten' command is used to advance the end date of a closed interval.

View file

@ -1,3 +1,5 @@
.TH timew-show 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew show .B timew show
Displays the effective configuration in hierarchical form. Displays the effective configuration in hierarchical form.

View file

@ -1,3 +1,5 @@
.TH timew-split 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew split @<id> [@<id> ...] .B timew split @<id> [@<id> ...]
Ѕplits an interval into two equally sized adjacent intervals, having the same Ѕplits an interval into two equally sized adjacent intervals, having the same

View file

@ -1,3 +1,5 @@
.TH timew-start 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew start [<date>] [<tag> ...] .B timew start [<date>] [<tag> ...]
Begins tracking using the current time with any specified set of tags. Begins tracking using the current time with any specified set of tags.

View file

@ -1,3 +1,5 @@
.TH timew-stop 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew stop [<tag> ...] .B timew stop [<tag> ...]
Stops tracking time. If tags are specified, then they are no longer tracked. Stops tracking time. If tags are specified, then they are no longer tracked.

View file

@ -1,3 +1,5 @@
.TH timew-summary 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew summary [<interval>] [<tag> ...] .B timew summary [<interval>] [<tag> ...]
Displays a report summarizing tracked and untracked time for the current day by Displays a report summarizing tracked and untracked time for the current day by

View file

@ -1,3 +1,5 @@
.TH timew-tag 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew tag [@<id> ...] <tag> ... .B timew tag [@<id> ...] <tag> ...
The 'tag' command is used to add a tag to an interval. Using the 'summary' The 'tag' command is used to add a tag to an interval. Using the 'summary'

View file

@ -1,3 +1,5 @@
.TH timew-tags 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew tags [<interval>] [<tag> ...] .B timew tags [<interval>] [<tag> ...]
Displays all the tags that have been used by default. When a filter is specified, Displays all the tags that have been used by default. When a filter is specified,

View file

@ -1,3 +1,5 @@
.TH timew-track 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew track <interval> [<tag> ...] .B timew track <interval> [<tag> ...]
The track command is used to add tracked time in the past. Perhaps you forgot The track command is used to add tracked time in the past. Perhaps you forgot

View file

@ -1,3 +1,5 @@
.TH timew-untag 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew untag [@<id> ...] <tag> ... .B timew untag [@<id> ...] <tag> ...
The 'untag' command is used to remove a tag from an interval. Using the 'summary' The 'untag' command is used to remove a tag from an interval. Using the 'summary'

View file

@ -1,3 +1,5 @@
.TH timew-week 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.TP .TP
.B timew week [<interval>] [<tag> ...] .B timew week [<interval>] [<tag> ...]
The week command shows a chart depicting a single week (current week by The week command shows a chart depicting a single week (current week by