Skip to content

MrMoneyInTheBank/stupid-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stupid Watch

A simple and efficient command-line stopwatch tool for tracking time spent on different sessions.

Features

  • 🕒 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

Installation

git clone https://github.com/MrMoneyInTheBank/stupid-watch.git
pipx install --editable .

Usage

Basic Commands

Start a new stopwatch session:

watch start my-session

List all sessions and their total times:

watch sessions

Delete a specific session:

watch delete-session my-session

Advanced Usage

Create a paired tmux and watch session:

watch create-watch-tmux-session my-session

Requirements

  • Python 3.11 or higher
  • Click
  • Rich

License

This project is licensed under the terms of the LICENSE file in the root of this repository.

About

A stupid watch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages