Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shmygol/thyme_verbose
Set of Thyme (pomodoro timer) plugins for more verbose output and notifications
https://github.com/shmygol/thyme_verbose
Last synced: about 2 months ago
JSON representation
Set of Thyme (pomodoro timer) plugins for more verbose output and notifications
- Host: GitHub
- URL: https://github.com/shmygol/thyme_verbose
- Owner: shmygol
- License: mit
- Created: 2016-10-03T18:56:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T17:47:59.000Z (almost 6 years ago)
- Last Synced: 2024-11-11T12:47:04.315Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Thyme Verbose
Is a set of plugins for [thyme pomodoro timer](https://github.com/hughbien/thyme).
## Installation
$ gem install thyme_verbose
## Usage
Require thyme_verbose in `~/.thymerc` and initialize plugins.
# ~/.thymerc
require 'thyme_verbose'
use ThymePluginTime
use ThymePluginLabel
use ThymePluginBell
use ThymePluginMusic
use ThymePluginNotify## Plugins
* ThymePluginTime - print current time before and after each iteration
* ThymePluginLabel - add a -l / --label option, which defines a custom text to print after each iteration
* ThymePluginBell - make an terminal alarm (beep code) after each iteration
* ThymePluginMusic - play music during a pomodoro
* ThymePluginNotify - show OS notification after each iteration