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.
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, then exits with a code 0. If there is no active time
24 tracking, exit code is 1.
25
27 --version
28 Displays Timewarrior version information
29
30 --help
31 Displays Timewarrior usage information
32
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-shorten(1)
91 Shorten intervals
92
93 timew-show(1)
94 Display configuration
95
96 timew-split(1)
97 Split intervals
98
99 timew-start(1)
100 Start time tracking
101
102 timew-stop(1)
103 Stop time tracking
104
105 timew-summary(1)
106 Display a time-tracking summary
107
108 timew-tag(1)
109 Add tags to intervals
110
111 timew-tags(1)
112 Display a list of tags
113
114 timew-track(1)
115 Add intervals to the database
116
117 timew-undo(1)
118 Undo Timewarrior commands
119
120 timew-untag(1)
121 Remove tags from intervals
122
123 timew-week(1)
124 Display week chart
125
127 For examples please see the online documentation starting at:
128
129 R < >]]https://timewarrior.net/docs/
130
131 Note that the online documentation can be more detailed and more
132 current than this man page
133
135 ~/.timewarrior/timewarrior.cfg
136 User configuration file.
137
138 ~/.timewarrior/data/YYYY-MM.data
139 Time tracking data files.
140
142 Copyright © 2015 - 2018 T. Lauf, P. Beckingham, F. Hernandez.
143 Timewarrior is distributed under the MIT license. See
144 R < >]]https://www.opensource.org/licenses/mit-license.php for more
145 information.
146
148 For more information regarding Timewarrior, see the following:
149
150 The official site at R < >]]https://timewarrior.net
151
152 The official code repository at
153 R < >]]https://github.com/GothenburgBitFactory/timewarrior
154
155 You can contact the project by emailing
156 R < >]]support@gothenburgbitfactory.org
157
159 Bugs in Timewarrior may be reported to the issue-tracker at
160 R < >]]https://github.com/GothenburgBitFactory/timewarrior/issues
161
163 timew-config(7), timew-dates(7), timew-dom(7), timew-durations(7),
164 timew-hints(7), timew-range(7)
165
166
167
168timew 1.4.3 2021-05-16 TIMEW(1)