ketchup

Version, currently 0.1.02 versions

github.com/repomaa/ketchup

a highly customizable pomodoro timer written in crystal

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  ketchup:
    github: repomaa/ketchup
    version: ~> 0.1.0

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Joakim Reinert

Dependencies

This version declares no dependencies.

README

ketchup

a highly customizable pomodoro timer written in crystal

Installation

Prerequisites

All platforms

  • make
  • make install

Arch Linux

Get ketchup-git from the aur.

Usage

See the detailed documentations for the server and client.

For an example config see misc/config.yml.

Contributing

  1. Fork it ( https://github.com/jreinert/ketchup/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • jreinert Joakim Reinert - creator, maintainer