A simple and efficient command-line stopwatch tool for tracking time spent on different sessions.
- 🕒 Start and track multiple stopwatch sessions
- 📊 View total time spent on each session
- 🗑️ Delete sessions when no longer needed
- 🖥️ Create paired tmux sessions for continuous time tracking
git clone https://github.com/MrMoneyInTheBank/stupid-watch.git
pipx install --editable .Start a new stopwatch session:
watch start my-sessionList all sessions and their total times:
watch sessionsDelete a specific session:
watch delete-session my-sessionCreate a paired tmux and watch session:
watch create-watch-tmux-session my-session- Python 3.11 or higher
- Click
- Rich
This project is licensed under the terms of the LICENSE file in the root of this repository.