strike-clock
v1.0.0
Published
A minimalist timer that makes keeping track of time easier.
Downloads
1
Readme
Strike Clock
A Minimalist and private time tracker for users that love using the terminal.
Install
You can installed it directly from npm with
npm install -g strike-clock
You can build it from the repo
git clone [email protected]:stevenandersonz/strikeclock-cli.git
cd strikeclock-cli
npm install
Commands
skclock in <project-name>
start the time trackerskclock out
stop the time tracker.skclock out -n="This is a note"
Append a note to the strike
skclock list <project-name>
list all strikes for a particular projectskclock list <project-name> -s
Show the amount of time spend on a projectskclock list <project-name> -h
Export the table to an html file and open it
skclock clear
Deletes all the strikes for all projects