logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

timew-export - export tracked time in JSON

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

Exportallintervals

           $ timew export
           ...

       Exportintervalsfilteredbyrangeandtag

           $ timew export from 2016-01-01 for 3wks tag1
           ...

       Exportintervalsbytheirids

           $ timew export @1 @3 @7
           ...

timew 1.7.1                                        2024-02-25                                    TIMEW-EXPORT(1)

Name

       timew-export - export tracked time in JSON

Synopsis

timewexport [ <id>... | ([<range>] [<tag>...]) ]

See Also