1.0.2 • Published 6 years ago
simple-time-tracker v1.0.2
Simple Time Tracker
What is it?
Simple-Time-Tracker is a simple command line tool based on the "track-your-damn-time" tool made by latentflip.
When ever you open up your terminal, it will ask you what you did the past days. It starts 3 days ago, ignores weekends, and will only ask you what you did today after 4pm.
It stores the information in simple text files, and lets you see the full list using the time-tracker log feature.
Installation
npm install -g simple-time-trackerThen add this to your .bashrc/.zshrc
simple-time-trackerThe first time it will ask you for a path to store the files in.
Logging
To easily output your time tracking log, run:
simple-time-tracker logLicense
MIT