1timew(1) User Manuals timew(1)
2
3
4
6 timew - A command line time tracker.
7
9 timew [--version|--help]
10 timew [<command> [<arg>...]]
11
13 Timewarrior is a command line time tracker. It allows you to easily
14 track your time and generate summary reports. This is a reference, not
15 a tutorial. If you are looking for a tutorial, check the online docu‐
16 mentation here:
17 https://timewarrior.net/docs/
18 When run without arguments or options, the default command is run,
19 which indicates whether there is any active tracking, and if so, shows
20 a summary, then exits with a code 0. If there is no active time track‐
21 ing, exit code is 1.
22
24 --version
25 Displays TimeWarrior version information
26
27 --help
28 Display TimeWarrior usage information
29
31 Timewarrior supports many commands. Alphabetically:
32
33 timew-annotate(1)
34 Add annotation to intervals
35
36 timew-cancel(1)
37 Cancel time tracking
38
39 timew-config(1)
40 Get and set Timewarrior configuration
41
42 timew-continue(1)
43 Resume tracking of existing interval
44
45 timew-day(1)
46 Display day chart
47
48 timew-delete(1)
49 Delete intervals
50
51 timew-diagnostics(1)
52 Show diagnostic information
53
54 timew-export(1)
55 Export tracked time in JSON
56
57 timew-extensions(1)
58 List available extensions
59
60 timew-get(1)
61 Display DOM values
62
63 timew-help(1)
64 Display help
65
66 timew-join(1)
67 Join intervals
68
69 timew-lengthen(1)
70 Lengthen intervals
71
72 timew-modify(1)
73 Change start or end time of an interval
74
75 timew-month(1)
76 Display month chart
77
78 timew-move(1)
79 Change interval start-time
80
81 timew-report(1)
82 Run an extension report
83
84 timew-resize(1)
85 Set interval duration
86
87 timew-shorten(1)
88 Shorten intervals
89
90 timew-show(1)
91 Display configuration
92
93 timew-split(1)
94 Split intervals
95
96 timew-start(1)
97 Start time tracking
98
99 timew-stop(1)
100 Stop time tracking
101
102 timew-summary(1)
103 Display a time-tracking summary
104
105 timew-tag(1)
106 Add tags to intervals
107
108 timew-tags(1)
109 Display a list of tags
110
111 timew-track(1)
112 Add intervals to the database
113
114 timew-undo(1)
115 Undo Timewarrior commands
116
117 timew-untag(1)
118 Remove tags from intervals
119
120 timew-week(1)
121 Display week chart
122
124 For examples please see the online documentation starting at:
125 <https://timewarrior.net/docs/>
126 Note that the online documentation can be more detailed and more cur‐
127 rent than this man page.
128
130 ~/.timewarrior/timewarrior.cfg
131 User configuration file.
132
133 ~/.timewarrior/data/YYYY-MM.data
134 Time tracking data files.
135
137 Copyright (C) 2015 - 2018 T. Lauf, P. Beckingham, F. Hernandez.
138 Timewarrior is distributed under the MIT license. See
139 https://www.opensource.org/licenses/mit-license.php for more informa‐
140 tion.
141
143 For more information regarding Timewarrior, see the following:
144
145 The official site at <https://timewarrior.net>
146
147 The official code repository at <https://github.com/GothenburgBitFac‐
148 tory/timewarrior>
149
150 You can contact the project by emailing <support@gothenburgbitfac‐
151 tory.org>
152
154 Bugs in Timewarrior may be reported to the issue-tracker at
155 <https://github.com/GothenburgBitFactory/timewarrior/issues>
156
158 timew-config(7), timew-dates(7), timew-dom(7), timew-durations(7),
159 timew-hints(7), timew-ranges(7)
160
161
162
163timew 1.4.2 2021-01-27 timew(1)