Sha256: 06928187a61afae94af4d2052201125664c00ab54e763882022cb4eebf757da8

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

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

- [ ] number flag on list
- [ ] .dororc

### 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.3 README.md