1TIMEW-REPORT(1) User Manuals TIMEW-REPORT(1)
2
3
4
6 timew-report - run an extension report
7
9 timew [report] <report> [<range>] [<tag>...]
10
12 Runs an extension report, and supports filtering data. The 'report'
13 command itself is optional, which means that these two commands are
14 equivalent:
15
16 $ timew report foo :week
17 $ timew foo :week
18
19 This does however assume there is a 'foo' extension installed.
20
21 The return code is the return code of the extension. If the extension
22 produces no output and a non-zero rc, then 255 is returned.
23
25 reports.range
26 Sets the default date range for all reports. The value has to
27 correspond to a range hint, see timew-hints(7). Defaults to all
28
29 reports.<name>.range
30 Set the date range for report name, used if no range is given on
31 the command line. Here, name is the name of the report executable
32 without its extension (i.e. a report executable 'foo.py' is
33 referred to by 'foo'). The value has to correspond to a range hint,
34 see timew-hints(7).
35
36
37
38timew 1.6.0 2023-09-18 TIMEW-REPORT(1)