'\" t .\" Title: timew-export .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 .\" Date: 2023-12-30 .\" Manual: User Manuals .\" Source: timew 1.7.0-dev .\" Language: English .\" .TH "TIMEW\-EXPORT" "1" "2023-12-30" "timew 1.7.0\-dev" "User Manuals" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE pass:[blue\ R\ <\ >] .\} .SH "NAME" timew-export \- export tracked time in JSON .SH "SYNOPSIS" .sp .nf \fBtimew export\fP [ \fI\fP\fB...\fP | ([\fI\fP] [\fI\fP\fB...\fP]) ] .fi .br .SH "DESCRIPTION" .sp Exports all the tracked time in JSON format. .sp Supply either a list of interval IDs (e.g. \f(CR@1 @2\fP), or optional filters (see \fBtimew\-ranges(7)\fP and/or \fBtimew\-tags(1)\fP) .SH "EXAMPLES" .sp \fBExport all intervals\fP .RS 4 .RE .sp .if n .RS 4 .nf .fam C $ timew export \&... .fam .fi .if n .RE .sp \fBExport intervals filtered by range and tag\fP .RS 4 .RE .sp .if n .RS 4 .nf .fam C $ timew export from 2016\-01\-01 for 3wks tag1 \&... .fam .fi .if n .RE .sp \fBExport intervals by their ids\fP .RS 4 .RE .sp .if n .RS 4 .nf .fam C $ timew export @1 @3 @7 \&... .fam .fi .if n .RE