Sha256: a08d748df9f1c71126fe0878301885e6371bfc7a7739f50d425e273be5f0408a
Contents?: true
Size: 1018 Bytes
Versions: 1
Compression:
Stored size: 1018 Bytes
Contents
# doro ## Description A minimalist pomodoro application. ## Install `$ gem install doro` ## Usage `$ doro start [-t tag] description of task` This starts a 25 minute pomodoro timer in your terminal. To exit the pomodoro early, you can sent an interrupt with Ctrl+C. Whether you let it finish or not, it will save an entry of your pomodoro to `~/.doro` and notify you. `$ doro list [-n num]` This displays a list of your pomodoro entries. Defaults to showing your last 10 entries. `$ doro break [-t num] [--long]` This starts a 5 minute break timer to be used in between pomodoros. `$ doro help` For detailed information. ## Todo - [ ] .dororc - [ ] tests ### Notifications Supported notification platforms via [notifier](https://github.com/fnando/notifier) gem: - Growl (Mac OS X) - terminal-notifier (Notification Center wrapper for Mac OS X) - GNTP Protocol (Growl, with Vagrant support) - Kdialog (Linux/KDE) - Knotify (Linux/KDE) - OSD Cat (Linux) - Libnotify (Linux) - Snarl (Windows)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
doro-0.2.4 | README.md |