1TIMEW(1)                         User Manuals                         TIMEW(1)
2
3
4

NAME

6       timew - a command line time tracker
7

SYNOPSIS

9       timew [--version|--help]
10       timew [<command> [<arg>...]]
11

DESCRIPTION

13       Timewarrior is a command line time tracker. It allows you to easily
14       track your time and generate summary reports.
15
16       This is a reference, not a tutorial. If you are looking for a tutorial,
17       check the online documentation here:
18
19           https://timewarrior.net/docs/
20
21       When run without arguments or options, the default command is run,
22       which indicates whether there is any active tracking, and if so, shows
23       a summary and exits with code 0. If there is no active time tracking,
24       exit code is 1.
25

OPTIONS

27       --version
28           Display Timewarrior version information
29
30       --help
31           Display Timewarrior usage information
32

TIMEWARRIOR COMMANDS

34       Timewarrior supports many commands. Alphabetically:
35
36       timew-annotate(1)
37           Add annotation to intervals
38
39       timew-cancel(1)
40           Cancel time tracking
41
42       timew-config(1)
43           Get and set Timewarrior configuration
44
45       timew-continue(1)
46           Resume tracking of existing interval
47
48       timew-day(1)
49           Display day chart
50
51       timew-delete(1)
52           Delete intervals
53
54       timew-diagnostics(1)
55           Show diagnostic information
56
57       timew-export(1)
58           Export tracked time in JSON
59
60       timew-extensions(1)
61           List available extensions
62
63       timew-get(1)
64           Display DOM values
65
66       timew-help(1)
67           Display help
68
69       timew-join(1)
70           Join intervals
71
72       timew-lengthen(1)
73           Lengthen intervals
74
75       timew-modify(1)
76           Change start or end time of an interval
77
78       timew-month(1)
79           Display month chart
80
81       timew-move(1)
82           Change interval start-time
83
84       timew-report(1)
85           Run an extension report
86
87       timew-resize(1)
88           Set interval duration
89
90       timew-retag(1)
91           Replace tags in intervals
92
93       timew-shorten(1)
94           Shorten intervals
95
96       timew-show(1)
97           Display configuration
98
99       timew-split(1)
100           Split intervals
101
102       timew-start(1)
103           Start time tracking
104
105       timew-stop(1)
106           Stop time tracking
107
108       timew-summary(1)
109           Display a time-tracking summary
110
111       timew-tag(1)
112           Add tags to intervals
113
114       timew-tags(1)
115           Display a list of tags
116
117       timew-track(1)
118           Add intervals to the database
119
120       timew-undo(1)
121           Undo Timewarrior commands
122
123       timew-untag(1)
124           Remove tags from intervals
125
126       timew-week(1)
127           Display week chart
128

MORE EXAMPLES

130       For examples please see the online documentation at:
131
132       R < >]]https://timewarrior.net/docs/
133
134       Note that the online documentation is often more detailed and more
135       current than this man page.
136

FILES

138   Non-Unix systems
139       ~/.timewarrior/timewarrior.cfg
140           User configuration file.
141
142       ~/.timewarrior/data/YYYY-MM.data
143           Time tracking data files.
144
145   Unix systems
146       ${XDG_CONFIG_HOME:-$HOME/.config}/timewarrior/timewarrior.cfg
147           User configuration file if legacy ~/.timewarrior directory doesn’t
148           exist.
149
150       ${XDG_DATA_HOME:-$HOME/.local/share}/timewarrior/data/YYYY-MM.data
151           Time tracking data files if legacy ~/.timewarrior directory doesn’t
152           exist.
153
155       Copyright © 2015 - 2018 T. Lauf, P. Beckingham, F. Hernandez.
156       Timewarrior is distributed under the MIT license. See
157       R < >]]https://www.opensource.org/licenses/mit-license.php for more
158       information.
159

FURTHER DOCUMENTATION

161       For more information regarding Timewarrior, see the following:
162
163       The official site at R < >]]https://timewarrior.net
164
165       The official code repository at
166       R < >]]https://github.com/GothenburgBitFactory/timewarrior
167
168       You can contact the project by emailing
169       R < >]]support@gothenburgbitfactory.org
170

REPORTING BUGS

172       Bugs in Timewarrior may be reported to the issue-tracker at
173       R < >]]https://github.com/GothenburgBitFactory/timewarrior/issues
174

SEE ALSO

176       timew-config(7), timew-dates(7), timew-dom(7), timew-durations(7),
177       timew-hints(7), timew-ranges(7)
178
179
180
181timew 1.6.0                       2023-09-18                          TIMEW(1)
Impressum