1TIMEW-STOP(1) User Manuals TIMEW-STOP(1)
2
3
4
6 timew-stop - stop time tracking
7
9 timew stop [<date>] [<tag>...]
10
12 Stops tracking time. If tags are specified, then they are no longer
13 tracked. If no tags are specified, all tracking stops.
14
16 For example:
17
18 $ timew start tag1 tag2
19 ...
20 $ timew stop tag1
21
22 Initially time is tracked for both 'tag1' and 'tag2', then 'tag1'
23 tracking is stopped, leaving tag2 active. To stop all tracking:
24
25 $ timew stop
26
28 timew-cancel(1), timew-continue(1), timew-start(1), timew-track(1)
29
30
31
32timew 1.4.3 2021-05-16 TIMEW-STOP(1)