tkpr
v1.0.7
Published
A CLI tool for tracking time spent on tasks
Maintainers
Readme
TimeKeepR
TimeKeepR helps you track how long you spend on different tasks throughout your day. It creates daily CSV files to store your task history, showing start times, end times, and total duration for each task. The tool automatically handles task transitions - when you start a new task, it will stop any currently running task and begin tracking the new one.
Key features:
- Simple CLI interface
- Automatic task transition handling
- Daily task history in CSV format
- Clear task duration tracking
- Color-coded console output for better readability
Installation
Global Installation
npm install -g tkprRequirements
- Node.js >= 18.0.0
Usage
You can use either the full command time-keeper or the shorthand tkpr:
tkpr -h # Show help
tkpr -m "Task" # Start a new task
tkpr -l # List tasks
tkpr -s # Stop current task