Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shmygol/thyme_habitica
Plugin for Thyme (pomodoro timer), which scores tasks every time a pomodoro is successfully completed.
https://github.com/shmygol/thyme_habitica
Last synced: about 1 month ago
JSON representation
Plugin for Thyme (pomodoro timer), which scores tasks every time a pomodoro is successfully completed.
- Host: GitHub
- URL: https://github.com/shmygol/thyme_habitica
- Owner: shmygol
- License: mit
- Created: 2017-03-26T21:41:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T19:24:48.000Z (almost 6 years ago)
- Last Synced: 2024-04-24T12:02:27.476Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thyme_habitica
Is a plugin for [thyme pomodoro timer](https://github.com/hughbien/thyme), which scores tasks every time a pomodoro is successfully completed.
## Installation
$ gem install thyme_habitica
## Usage
Require thyme_habitica in `~/.thymerc` and initialize plugins.
# ~/.thymerc
require 'thyme_habitica'
use ThymePluginHabitica
use ThymePluginHabitica, api_user: '11111111-1111-1111-1111-111111111111', api_key: '11111111-1111-1111-1111-111111111111', task_ids: ['11111111-1111-1111-1111-111111111111', '11111111-1111-1111-1111-111111111111']