Skip to content

Latest commit

Β 

History

History
60 lines (40 loc) Β· 1.49 KB

README.md

File metadata and controls

60 lines (40 loc) Β· 1.49 KB

FlowTimer πŸ…β°

License: MIT Python Version PyPI Version

δΈ­ζ–‡ | English

A minimalist command-line Pomodoro timer with productivity stats, built for developers who love the terminal.

Features ✨

  • ⏱️ Customizable intervals: flowtimer work 45 --break 10
  • 🎨 Beautiful terminal UI: Progress bars with rich library
  • πŸ”” Cross-platform notifications: System alerts + sound
  • πŸ“Š Daily stats: Track your focus time via flowtimer stats
  • ⏯️ Pause/Resume: Press Ctrl+P anytime

Installation πŸ“¦

pip install flowtimer

Quick Start πŸš€

# Start a default session (25min work + 5min break)
flowtimer start

# Customize time (45min work, 10min break)
flowtimer start --work 45 --break 10

# Show today's stats
flowtimer stats

# Play a custom sound on finish
flowtimer start --sound-alert ~/ding.mp3

Configuration βš™οΈ

Create ~/.flowtimerrc to set defaults:

[settings]
work = 25
break = 5
sound_alert = /path/to/sound.mp3

Contributing 🀝

Issues and PRs are welcome!

  • Code Style: Follow PEP8
  • Testing: Add pytest unit tests
  • Docs: Update English or Chinese documentation

License πŸ“„

Licensed under the MIT License.