You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/commands.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,24 +3,35 @@
3
3
-`add`
4
4
- Add a program to begin tracking. Add name of program's executable file name. May specify any number of programs to track in a single command, seperated by spaces in between
- Remove a program from tracking list. May specify any number of programs to remove in a single command, seperated by spaces in between. Takes `--all` flag to clear program list completely
8
9
-`timekeep rm notepad.exe`, `timekeep rm --all`
10
+
9
11
-`ls`
10
12
- Lists programs being tracked by service
11
13
-`timekeep ls`
14
+
12
15
-`stats`
13
16
- Shows stats for currently tracked programs. Accepts program name as argument to show in-depth stats for that program, else shows basic stats for all programs
14
17
-`timekeep stats`, `timekeep stats notepad.exe`
18
+
19
+
-`active`
20
+
- Display list of current active sessions being tracked by service
21
+
-`timekeep active`
22
+
15
23
-`history`
16
24
- Shows session history for a given program
17
25
-`timekeep history notepad.exe`
26
+
18
27
-`refresh`
19
28
- Sends a manual refresh command to the service
20
29
-`timekeep refresh`
30
+
21
31
-`reset`
22
32
- Reset tracking stats for given programs. Accepts multiple arguments seperated by space. Takes `--all` flag to reset all stats
0 commit comments