mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
22 lines
No EOL
353 B
Groff
22 lines
No EOL
353 B
Groff
.TH timew-export 1 "${PACKAGE_DATE}" "${PACKAGE_STRING}" "User Manuals"
|
|
.
|
|
.SH NAME
|
|
timew-export \- export tracked time in JSON
|
|
.
|
|
.SH SYNOPSIS
|
|
.B timew export
|
|
[
|
|
.I <range>
|
|
] [
|
|
.I <tag> ...
|
|
]
|
|
.
|
|
.SH DESCRIPTION
|
|
Exports all the tracked time in JSON format.
|
|
Supports filtering.
|
|
.
|
|
.SH EXAMPLES
|
|
For example:
|
|
.RS
|
|
$ timew export from 2016-01-01 for 3wks tag1
|
|
.RE |