Pydoro Versions Save

πŸ… pydoro - Terminal Pomodoro Timer

0.2.3

1 year ago
  • Trigger commands support in INI (Thanks liupold for PR)
  • Audio file support in INI
  • default INI can be created in configured location

0.2.2

2 years ago
  • 5182b10 Fixes issue #207 - Add audio file argument 🦾🦾
  • 712d0b9 Thin wrapper around pygame as a fallback 🦾🦾
  • 89dc991 Add audio check feature 🦾🦾
usage: pydoro [-h] [-e] [--focus] [--no-clock] [--no-sound] [--audio-check] [--version] [--audio-file path]

Terminal Pomodoro Timer

optional arguments:
  -h, --help         show this help message and exit
  -e, --emoji        If set, use tomato emoji instead of the ASCII art
  --focus            focus mode: hides clock and mutes sounds (equivalent to --no-clock and --no-sound)
  --no-clock         hides clock
  --no-sound         mutes all sounds
  --audio-check      play audio and exit
  --version          display version and exit
  --audio-file path  custom audio file

0.2.1

4 years ago
  • Reduce CPU usage by hashing modified cells in text. πŸ˜€
  • Fix missing main issue. 😭

0.2.0

4 years ago
  • Introducing a new .ini based configuration
    • Thanks @gmelodie for implementing configuration support. πŸŽ‰
    • This allows customising work time and break times. β˜•
    • Refer wiki for what you can do!
  • New shortcuts to start s, pause p, reset r, reset-all a was introduced. πŸ˜€πŸŽΉ

If I missed to mention anyone here please let me know and I'll update this. πŸ™‡β€β™‚οΈ

0.1.4

4 years ago
  • Now emoji tomatoes are used instead of ascii ones where possible. πŸ…
    • Thanks @Nikamura πŸ‘Œ
  • CHANGELOG is moved to github releases
    • Thanks @Kajpio πŸ‘Œ

(You will need to use the new Microsoft terminal with emoji support in Windows for this version)

0.1.3

4 years ago
  • All shortcuts (Thanks to @Requiem and @xr09) πŸ‘Œ
    • Focus Next: Tab | -> | l | k
    • Focus Previous: Shift + Tab | <- | h | j
    • Exit: q
  • Coloured tomato πŸ…
  • Wiki documentation. πŸ“–

0.1.2

4 years ago
  • Now you can also use left and right arrow to move. - xr09 πŸ––
  • Also q key exits the app. - xr09 πŸ––
  • setup.py - Audio requirements are static now βœ”
  • setup.py - Python 3.5+ only βœ”
  • Fixes to pypi build 0.1.1 (Failed to parse README.rst) βœ”

0.1.0

4 years ago
  • Bell Sound βœ”
  • Tested on Windows / Linux / OSX βœ”