doro

Version, currently master branch1 version
  • master branchlatestMar 10, 2017

github.com/morochena/doro-crystal

No description declared in shard.yml.

0 stars
0 dependents
License: WTFPL

Installation

# Add this to your shard.yml
dependencies:
  doro:
    github: morochena/doro-crystal
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
WTFPL
Author
Marcus Orochena

Dependencies

Runtime Dependencies

  • cli*github: mosop/cli
  • spec2~> 0.9github: waterlink/spec2.cr
  • stdio*github: mosop/stdio

README

doro-crystal

Description

A minimalist CLI pomodoro application. Logs to ~/.doro in CSV format. Ported from http://github.com/morochena/doro

Install

$ brew tap morochena/tap $ brew install doro

For OSX notifications:

$ brew install terminal-notifier

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

This displays a list of your previous pomodoro entries.

$ doro break

This starts a 5 minute break timer to be used in between pomodoros.

$ doro help

For detailed information.