mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Add example descriptions
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
bf26176243
commit
30d1ba2b2a
1 changed files with 17 additions and 4 deletions
|
@ -8,10 +8,23 @@ timew-export - export tracked time in JSON
|
||||||
*timew export* [_<id>_**...**] | [[_<range>_] [_<tag>_**...**]]
|
*timew export* [_<id>_**...**] | [[_<range>_] [_<tag>_**...**]]
|
||||||
|
|
||||||
== DESCRIPTION
|
== DESCRIPTION
|
||||||
Exports all the tracked time in JSON format. Supply either a list of interval IDs (e.g. `@1 @2`), or optional filters (see **timew-ranges(7)** and/or **timew-tags(1)**)
|
Exports all the tracked time in JSON format.
|
||||||
|
|
||||||
|
Supply either a list of interval IDs (e.g. `@1 @2`), or optional filters (see **timew-ranges(7)** and/or **timew-tags(1)**)
|
||||||
|
|
||||||
== EXAMPLES
|
== EXAMPLES
|
||||||
For example:
|
|
||||||
|
|
||||||
$ timew export from 2016-01-01 for 3wks tag1
|
*Export all intervals*::
|
||||||
$ timew export @1 @3 @7
|
```
|
||||||
|
$ timew export
|
||||||
|
```
|
||||||
|
|
||||||
|
*Export intervals filtered by range and tag*::
|
||||||
|
```
|
||||||
|
$ timew export from 2016-01-01 for 3wks tag1
|
||||||
|
```
|
||||||
|
|
||||||
|
*Export intervals by their ids*::
|
||||||
|
```
|
||||||
|
$ timew export @1 @3 @7
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue