mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Filter summary based on ids
Closes #573 Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
82ca6d4027
commit
bf683eedbf
5 changed files with 75 additions and 8 deletions
|
@ -6,10 +6,14 @@ timew-summary - display a time-tracking summary
|
|||
== SYNOPSIS
|
||||
[verse]
|
||||
*timew summary* [_<range>_] [_<tag>_**...**]
|
||||
*timew summary* [_<id>_**...**]
|
||||
|
||||
== DESCRIPTION
|
||||
Displays a table summarizing tracked time, by default for the current day.
|
||||
Accepts date ranges, or range hints, and tags for filtering.
|
||||
Accepts date ranges (or range hints) and tags, or ids for filtering.
|
||||
|
||||
When ids are given, date ranges are ignored.
|
||||
Specifying both, tags and ids, is an error.
|
||||
|
||||
== HINTS
|
||||
Apart from range hints (see **timew-hints**(7)), the summary report adheres to the following hints:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue