timew-export - Man Page

export tracked time in JSON

Synopsis

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

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))

Examples

Export all intervals

$ 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
...

Referenced By

timew(1), timew-annotate(1).

2024-01-27 timew 1.7.0 User Manuals