mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add sections NAME, SYNOPSIS, and DESCRIPTION
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
857419d502
commit
9638672adc
6 changed files with 48 additions and 6 deletions
|
@ -1,4 +1,12 @@
|
|||
.SH CONFIGURATION FILE AND OVERRIDE OPTIONS
|
||||
.TH timew-config 7 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
.
|
||||
.SH NAME
|
||||
timew-config \- Timewarrior configuration file an override options
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.B timew rc.<name>=<value> <command>
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
Timewarrior stores its configuration in a file in the user's home directory:
|
||||
~/.timewarrior/timewarrior.cfg.
|
||||
.
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
.SH DATES
|
||||
.TH timew-dates 7 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
.
|
||||
.SH NAME
|
||||
timew-dates \- date formats supported by Timewarrior
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
Timewarrior supports the following date formats based on ISO-8601:
|
||||
.
|
||||
<extended-date> [T <extended-time>] Extended date, optional extended time
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
.SH DOM
|
||||
.TH timew-dom 7 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
.
|
||||
.SH NAME
|
||||
timew-dom \- Timewarrior DOM
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
Supported DOM references are:
|
||||
.
|
||||
dom.tag.count Count of all tags
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
.SH DURATIONS
|
||||
.TH timew-durations 7 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
.
|
||||
.SH NAME
|
||||
timew-durations \- duration formats supported by Timewarrior
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
Timewarrior supports the following duration formats based on ISO-8601:
|
||||
.
|
||||
'P' [nn 'Y'] [nn 'M'] [nn 'D'] ['T' [nn 'H'] [nn 'M'] [nn 'S']]
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
.SH HINTS
|
||||
.TH timew-hints 7 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
.
|
||||
.SH NAME
|
||||
timew-hints \- Timewarrior hints
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
Timewarrior supports hints, which are single-word command line features that start with a colon like this:
|
||||
.
|
||||
:week
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
``.SH INTERVAL
|
||||
.TH timew-intervals 7 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
.
|
||||
.SH NAME
|
||||
timew-intervals \- date and time ranges supported by Timewarrior
|
||||
.SH SYNOPSIS
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
An interval defines a block of time that is tracked.
|
||||
The syntax for specifying an interval is flexible, and may be one of:
|
||||
.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue