tmpo is a lightweight CLI time tracker designed for developers, enabling effortless time management with simple commands. With automatic project detection from Git repositories or configuration files, tracking time is as easy as 'tmpo start' and 'tmpo stop'. All data is stored locally, ensuring privacy and convenience in your workflow.
tmpo is a minimal CLI time tracker designed specifically for developers, offering an efficient solution for managing work hours directly from the terminal. With its intuitive command-line interface, users can easily track time, view statistics, and export data—all without interrupting their workflow.
.tmporc configuration files, eliminating the need for manual entry.Begin tracking time with simple commands:
# Start tracking (automatically detects the project context)
tmpo start
# Check the current tracking status
tmpo status
# Stop tracking
tmpo stop
# View statistics
tmpo stats
For a more customized experience, users can create a .tmporc file in their project to configure settings interactively:
# Set up project configuration interactively
tmpo init
# Use defaults and skip prompts
tmpo init --accept-defaults
Feedback and contributions are encouraged. Users can report bugs or suggest features by opening an issue on the GitHub repository. Contributions can also be made following the established guidelines.
Visit the releases page to download the latest version and start tracking time efficiently with tmpo.
No comments yet.
Sign in to be the first to comment.