Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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