mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add mandatory NAME section
This commit is contained in:
parent
9b0244a4e6
commit
642fa26cb4
29 changed files with 87 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
.TH timew-cancel 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-cancel \- cancel time tracking
|
||||
|
||||
.TP
|
||||
.B timew cancel
|
||||
If there is an open interval, it is abandoned.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-config 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-config \- get and set Timewarrior configuration
|
||||
|
||||
.TP
|
||||
.B timew config [<name> [<value> | '']]
|
||||
Allows setting and removing configuration values, as an alternative to directly
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-continue 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-continue \- resume tracking of existing interval
|
||||
|
||||
.TP
|
||||
.B timew continue [@<id>] [<date>|<interval>]
|
||||
Resumes tracking of closed intervals. For example:
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-day 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-day \- display day chart
|
||||
|
||||
.TP
|
||||
.B timew day [<interval>] [<tag> ...]
|
||||
The day command shows a chart depicting a single day (today by default), with
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-delete 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-delete \- delete intervals
|
||||
|
||||
.TP
|
||||
.B timew delete @<id> [@<id> ...]
|
||||
Deletes an interval. Using the 'summary' command, and specifying the ':ids' hint
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-diagnostics 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-diagnostics \- show diagnostic information
|
||||
|
||||
.TP
|
||||
.B timew diagnostics
|
||||
This command shows details about your version of Timewarrior, your platform, how
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-export 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-export \- export tracked time in JSON
|
||||
|
||||
.TP
|
||||
.B timew export [<interval>] [<tag> ...]
|
||||
Exports all the tracked time in JSON format. Supports filtering. For example:
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-extensions 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-extension \- list available extensions
|
||||
|
||||
.TP
|
||||
.B timew extensions
|
||||
Displays the directory containing the extension programs and a table showing
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-fill 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-fill \- adjust intervals to fill in surrounding gaps
|
||||
|
||||
.TP
|
||||
.B timew fill @<id> [@<id> ...]
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-gaps 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-gaps \- display time tracking gaps
|
||||
|
||||
.TP
|
||||
.B timew gaps [<interval>] [<tag> ...]
|
||||
Displays a summary of time that is neither tracked nor excluded from tracking.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-get 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-get \- display DOM values
|
||||
|
||||
.TP
|
||||
.B timew get <DOM> [<DOM> ...]
|
||||
Validates the DOM reference, then obtains the value and displays it. For example:
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-help 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-help \- display help
|
||||
|
||||
.TP
|
||||
.B timew help [<command> | interval | hints | date | duration]
|
||||
The help command shows detailed descriptions and examples of commands,
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-join 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-join \- join intervals
|
||||
|
||||
.TP
|
||||
.B timew join @<id> @<id>
|
||||
Joins two intervals, by using the earlier of the two start times, and the later
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-lengthen 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-lengthen \- lengthen intervals
|
||||
|
||||
.TP
|
||||
.B timew lengthen @<id> [@<id> ...] <duration>
|
||||
The 'lengthen' command is used to defer the end date of a closed interval.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-month 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-month \- display month chart
|
||||
|
||||
.TP
|
||||
.B timew month [<interval>] [<tag> ...]
|
||||
The month command shows a chart depicting a single month (current month by
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-move 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-move \- change interval start-time
|
||||
|
||||
.TP
|
||||
.B timew move @<id> <date>
|
||||
The 'move' command is used to reposition an interval at a new start time.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-report 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-report \- run an extension report
|
||||
|
||||
.TP
|
||||
.B timew [report] <report> [<interval>] [<tag> ...]
|
||||
Runs an extension report, and supports filtering data.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-resize 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-resize \- set interval duration
|
||||
|
||||
.TP
|
||||
.B timew resize @<id> [@<id> ...] <duration>
|
||||
The 'resize' command is used to change the duration of a closed interval.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-shorten 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-shorten \- shorten intervals
|
||||
|
||||
.TP
|
||||
.B timew shorten @<id> [@<id> ...] <duration>
|
||||
The 'shorten' command is used to advance the end date of a closed interval.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-show 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-show \- display configuration
|
||||
|
||||
.TP
|
||||
.B timew show
|
||||
Displays the effective configuration in hierarchical form.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-split 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-split \- split intervals
|
||||
|
||||
.TP
|
||||
.B timew split @<id> [@<id> ...]
|
||||
Ѕplits an interval into two equally sized adjacent intervals, having the same
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-start 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-start \- start time tracking
|
||||
|
||||
.TP
|
||||
.B timew start [<date>] [<tag> ...]
|
||||
Begins tracking using the current time with any specified set of tags.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-stop 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-stop \- stop time tracking
|
||||
|
||||
.TP
|
||||
.B timew stop [<tag> ...]
|
||||
Stops tracking time. If tags are specified, then they are no longer tracked.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-summary 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-summary \- display a time-tracking summary
|
||||
|
||||
.TP
|
||||
.B timew summary [<interval>] [<tag> ...]
|
||||
Displays a report summarizing tracked and untracked time for the current day by
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-tag 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-tag \- add tags to intervals
|
||||
|
||||
.TP
|
||||
.B timew tag [@<id> ...] <tag> ...
|
||||
The 'tag' command is used to add a tag to an interval. Using the 'summary'
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-tags 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-tags \- display a list of tags
|
||||
|
||||
.TP
|
||||
.B timew tags [<interval>] [<tag> ...]
|
||||
Displays all the tags that have been used by default. When a filter is specified,
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-track 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-track \- add intervals to the database
|
||||
|
||||
.TP
|
||||
.B timew track <interval> [<tag> ...]
|
||||
The track command is used to add tracked time in the past. Perhaps you forgot
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-untag 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-untag \- remove tags from intervals
|
||||
|
||||
.TP
|
||||
.B timew untag [@<id> ...] <tag> ...
|
||||
The 'untag' command is used to remove a tag from an interval. Using the 'summary'
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.TH timew-week 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew-week \- display week chart
|
||||
|
||||
.TP
|
||||
.B timew week [<interval>] [<tag> ...]
|
||||
The week command shows a chart depicting a single week (current week by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue