File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ timekeep add notepad.exe # Add notepad
4040timekeep ls # List currently tracked programs
4141Programs currently being tracked:
4242 • notepad.exe
43- timekeep stats notepad.exe # Basic stats for program sessions
43+ timekeep info notepad.exe # Basic info for program sessions
4444Statistics for notepad.exe:
4545 • Current Lifetime: 19h 41m
4646 • Total sessions to date: 4
@@ -88,7 +88,7 @@ Get-Service -Name "timekeep"
8888
8989Test using CLI:
9090``` powershell
91- .\timekeep.exe ping # Check if the service is responsive
91+ .\timekeep.exe status # Check if the service is responsive
9292```
9393
9494#### Linux
@@ -146,7 +146,7 @@ sudo systemctl status timekeep
146146
147147Test using CLI:
148148``` bash
149- timekeep ping # Check if the service is responsive
149+ timekeep status # Check if the service is responsive
150150```
151151
152152## Uninstalling
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ $env:Path = $env:Path + ";" + $InstallPath
3333sc.exe create TimeKeep binPath= " $InstallPath \timekeep-service.exe" start= auto
3434sc.exe start TimeKeep
3535
36- Write-Host " Installation complete! Run 'timekeep ping ' to test."
36+ Write-Host " Installation complete! Run 'timekeep status ' to test."
Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ sudo systemctl daemon-reload
5353sudo systemctl enable timekeep.service
5454sudo systemctl start timekeep.service
5555
56- echo " Installation complete. Run 'timekeep ping ' to test."
56+ echo " Installation complete. Run 'timekeep status ' to test."
You can’t perform that action at this time.
0 commit comments