1TIMEW-EXPORT(1)                  User Manuals                  TIMEW-EXPORT(1)
2
3
4

NAME

6       timew-export - export tracked time in JSON
7

SYNOPSIS

9       timew export [ <id>... | ([<range>] [<tag>...]) ]
10

DESCRIPTION

12       Exports all the tracked time in JSON format.
13
14       Supply either a list of interval IDs (e.g. @1 @2), or optional filters
15       (see timew-ranges(7) and/or timew-tags(1))
16

EXAMPLES

18       Export all intervals
19
20           $ timew export
21           ...
22
23       Export intervals filtered by range and tag
24
25           $ timew export from 2016-01-01 for 3wks tag1
26           ...
27
28       Export intervals by their ids
29
30           $ timew export @1 @3 @7
31           ...
32
33
34
35timew 1.6.0                       2023-09-18                   TIMEW-EXPORT(1)
Impressum