Project

doro

0.0
No release in over 3 years
Low commit activity in last 3 years
A minimalist pomodoro cli application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.13
~> 10.5
~> 4.2

Runtime

= 2.13.4
~> 0.5
 Project Readme

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 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)