Skip to content

πŸ…β° A minimalist command-line Pomodoro timer with productivity stats, built for developers who love the terminal.

License

Notifications You must be signed in to change notification settings

luhuadong/flowtimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

πŸ…β° A minimalist command-line Pomodoro timer with productivity stats, built for developers who love the terminal.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages