mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00

- Add documentation of `:all` hint - Add `timew-hints` as `SEE ALSO` to `timew-ranges` Related to #408 Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
35 lines
731 B
Text
35 lines
731 B
Text
= timew-ranges(7)
|
|
|
|
== NAME
|
|
timew-ranges - date and time ranges supported by Timewarrior
|
|
|
|
== SYNOPSIS
|
|
|
|
== DESCRIPTION
|
|
An interval defines a block of time that is tracked.
|
|
The syntax for specifying an interval is flexible, and may be one of:
|
|
|
|
[from] <date>
|
|
[from] <date> to/- <date>
|
|
[from] <date> for <duration>
|
|
<duration> before/after <date>
|
|
<duration> ago
|
|
[for] <duration>
|
|
|
|
Examples are:
|
|
|
|
from 9:00
|
|
from 9am - 11am
|
|
from 9:00:00 to 11:00
|
|
from 9:00 for 2h
|
|
2h after 9am
|
|
2h before 11:00
|
|
2h ago
|
|
for 2h
|
|
|
|
An interval is called 'closed' if there is both a start date and an end date, and 'open' if there is no end date.
|
|
|
|
There is also a number of useful hints for common ranges.
|
|
|
|
== SEE ALSO
|
|
**timew-hints**(7)
|