Remove old command syntax description

This commit is contained in:
Thomas Lauf 2018-06-23 20:33:51 +02:00
parent 54468edcad
commit e36f658f37
29 changed files with 0 additions and 30 deletions

View file

@ -7,7 +7,6 @@ timew-cancel \- cancel time tracking
.B timew cancel
.
.SH DESCRIPTION
.B timew cancel
If there is an open interval, it is abandoned.
See also 'stop'.
.

View file

@ -15,7 +15,6 @@ timew-config \- get and set Timewarrior configuration
]
.
.SH DESCRIPTION
.B timew config [<name> [<value> | '']]
Allows setting and removing configuration values, as an alternative to directly
editing your ~/.timewarrior/timewarrior.cfg file. For example:
.

View file

@ -16,7 +16,6 @@ timew-continue \- resume tracking of existing interval
]
.
.SH DESCRIPTION
.B timew continue [@<id>] [<date>|<interval>]
Resumes tracking of closed intervals. For example:
.
$ timew track 9am - 10am tag1 tag2

View file

@ -13,7 +13,6 @@ timew-day \- display day chart
]
.
.SH DESCRIPTION
.B timew day [<interval>] [<tag> ...]
The day command shows a chart depicting a single day (today by default), with
colored blocks drawn on a timeline. The chart summarizes the tracked and
untracked time.

View file

@ -9,7 +9,6 @@ timew-delete \- delete intervals
.B ...
.
.SH DESCRIPTION
.B timew delete @<id> [@<id> ...]
Deletes an interval. Using the 'summary' command, and specifying the ':ids' hint
shows interval IDs. Using the right ID, you can identify an interval to delete.
For example, show the IDs:

View file

@ -7,7 +7,6 @@ timew-diagnostics \- show diagnostic information
.B timew diagnostics
.
.SH DESCRIPTION
.B timew diagnostics
This command shows details about your version of Timewarrior, your platform, how
it was built, compiler features, configuration, file access, extensions and more.
The purpose of this command is to help diagnose configuration problems and

View file

@ -12,7 +12,6 @@ timew-export \- export tracked time in JSON
]
.
.SH DESCRIPTION
.B timew export [<interval>] [<tag> ...]
Exports all the tracked time in JSON format. Supports filtering. For example:
.
$ timew export from 2016-01-01 for 3wks tag1

View file

@ -7,7 +7,6 @@ timew-extension \- list available extensions
.B timew extensions
.
.SH DESCRIPTION
.B timew extensions
Displays the directory containing the extension programs and a table showing
each extension and its status. See also 'diagnostics'.
.

View file

@ -9,8 +9,6 @@ timew-fill \- adjust intervals to fill in surrounding gaps
.B ...
.
.SH DESCRIPTION
.B timew fill @<id> [@<id> ...]
.
The 'fill' command is used to adjust any interval to fill in surrounding gaps.
Using the 'summary' command, and specifying the ':ids' hint shows interval IDs.
Using the right ID, you can identify an interval to fill. For example, show

View file

@ -13,7 +13,6 @@ timew-gaps \- display time tracking gaps
]
.
.SH DESCRIPTION
.B timew gaps [<interval>] [<tag> ...]
Displays a summary of time that is neither tracked nor excluded from tracking.
.
The 'reports.gaps.range' configuration setting overrides the default date range.

View file

@ -9,7 +9,6 @@ timew-get \- display DOM values
.B ...
.
.SH DESCRIPTION
.B timew get <DOM> [<DOM> ...]
Validates the DOM reference, then obtains the value and displays it. For example:
.
$ timew get dom.active

View file

@ -18,7 +18,6 @@ timew-help \- display help
}
.
.SH DESCRIPTION
.B timew help [<command> | interval | hints | date | duration]
The help command shows detailed descriptions and examples of commands,
interval syntax, supported hints, date and duration formats and DOM references.
For example:

View file

@ -8,7 +8,6 @@ timew-join \- join intervals
.I <id> <id>
.
.SH DESCRIPTION
.B timew join @<id> @<id>
Joins two intervals, by using the earlier of the two start times, and the later
of the two end times, and the combined set of tags. Using the 'summary' command,
and specifying the ':ids' hint shows interval IDs. Using the correct IDs, you

View file

@ -10,7 +10,6 @@ timew-lengthen \- lengthen intervals
.I <duration>
.
.SH DESCRIPTION
.B timew lengthen @<id> [@<id> ...] <duration>
The 'lengthen' command is used to defer the end date of a closed interval.
Using the 'summary' command, and specifying the ':ids' hint shows interval IDs.
Using the right ID, you can identify an interval to lengthen. For example, show

View file

@ -13,7 +13,6 @@ timew-month \- display month chart
]
.
.SH DESCRIPTION
.B timew month [<interval>] [<tag> ...]
The month command shows a chart depicting a single month (current month by
default), with colored blocks drawn on a timeline. The chart summarizes the
tracked and untracked time.

View file

@ -8,7 +8,6 @@ timew-move \- change interval start-time
.I <id> <date>
.
.SH DESCRIPTION
.B timew move @<id> <date>
The 'move' command is used to reposition an interval at a new start time.
Using the 'summary' command, and specifying the ':ids' hint shows interval IDs.
Using the right ID, you can identify an interval to move. For example, show

View file

@ -17,7 +17,6 @@ timew-report \- run an extension report
]
.
.SH DESCRIPTION
.B timew [report] <report> [<interval>] [<tag> ...]
Runs an extension report, and supports filtering data.
The 'report' command itself is optional, which means that these two commands
are equivalent:

View file

@ -10,7 +10,6 @@ timew-resize \- set interval duration
.I <duration>
.
.SH DESCRIPTION
.B timew resize @<id> [@<id> ...] <duration>
The 'resize' command is used to change the duration of a closed interval.
Using the 'summary' command, and specifying the ':ids' hint shows interval IDs.
Using the right ID, you can identify an interval to resize. For example, show

View file

@ -10,7 +10,6 @@ timew-shorten \- shorten intervals
.I <duration>
.
.SH DESCRIPTION
.B timew shorten @<id> [@<id> ...] <duration>
The 'shorten' command is used to advance the end date of a closed interval.
Using the 'summary' command, and specifying the ':ids' hint shows interval IDs.
Using the right ID, you can identify an interval to shorten. For example, show

View file

@ -7,7 +7,6 @@ timew-show \- display configuration
.B timew show
.
.SH DESCRIPTION
.B timew show
Displays the effective configuration in hierarchical form.
See also 'config'.
.

View file

@ -9,7 +9,6 @@ timew-split \- split intervals
.B ...
.
.SH DESCRIPTION
.B timew split @<id> [@<id> ...]
Ѕplits an interval into two equally sized adjacent intervals, having the same
tags. Using the 'summary' command, and specifying the ':ids' hint shows interval
IDs. Using the right ID, you can identify an interval to split. For example,

View file

@ -13,7 +13,6 @@ timew-start \- start time tracking
]
.
.SH DESCRIPTION
.B timew start [<date>] [<tag> ...]
Begins tracking using the current time with any specified set of tags.
If a tag contains multiple words, therefore containing spaces, use quotes to
surround the whole tag. For example, this command specifies two tags ('weekend'

View file

@ -13,7 +13,6 @@ timew-stop \- stop time tracking
]
.
.SH DESCRIPTION
.B timew stop [<tag> ...]
Stops tracking time. If tags are specified, then they are no longer tracked.
If no tags are specified, all tracking stops. For example:
.

View file

@ -13,7 +13,6 @@ timew-summary \- display a time-tracking summary
]
.
.SH DESCRIPTION
.B timew summary [<interval>] [<tag> ...]
Displays a report summarizing tracked and untracked time for the current day by
default. Accepts date ranges and tags for filtering, or shortcut hints:
.

View file

@ -13,7 +13,6 @@ timew-tag \- add tags to intervals
.B ...
.
.SH DESCRIPTION
.B timew tag [@<id> ...] <tag> ...
The 'tag' command is used to add a tag to an interval. Using the 'summary'
command, and specifying the ':ids' hint shows interval IDs. Using the right ID,
you can identify an interval to tag. For example, show the IDs:

View file

@ -10,7 +10,6 @@ timew-tags \- display a list of tags
]
.
.SH DESCRIPTION
.B timew tags [<interval>] [<tag> ...]
Displays all the tags that have been used by default. When a filter is specified,
shows only the tags that were used during that time.
.

View file

@ -12,7 +12,6 @@ timew-track \- add intervals to the database
]
.
.SH DESCRIPTION
.B timew track <interval> [<tag> ...]
The track command is used to add tracked time in the past. Perhaps you forgot
to record time, or are just filling in old entries. For example:
.

View file

@ -13,7 +13,6 @@ timew-untag \- remove tags from intervals
.B ...
.
.SH DESCRIPTION
.B timew untag [@<id> ...] <tag> ...
The 'untag' command is used to remove a tag from an interval. Using the 'summary'
command, and specifying the ':ids' hint shows interval IDs. Using the right ID,
you can identify an interval to untag. For example, show the IDs:

View file

@ -13,7 +13,6 @@ timew-week \- display week chart
]
.
.SH DESCRIPTION
.B timew week [<interval>] [<tag> ...]
The week command shows a chart depicting a single week (current week by
default), with colored blocks drawn on a timeline. The chart summarizes the
tracked and untracked time.