forked from HabitRPG/habitica
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add habitrpg-github to extensions (thanks @ruddfawcett!)
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,18 +22,24 @@ <h2 id="chrome-extension"><a href="https://chrome.google.com/webstore/detail/hab | |
<p>Monitors your browsing habits to divvy points to your HabitRPG character. Think Stayfocusd for HabitRPG (http://habitrpg.com).</p> | ||
<p>Lose HP for lingering on bad websites, gain Exp and GP for hanging out on good websites. Set the hours and days of the week you want to be productive and integrate your browsing habits with HabitRPG to improve your overall productivity.</p> | ||
<p>To use, enter your HabitRPG User ID and API Token in the options page (User -> Settings, see the screenshot). Hit me up with suggestions</p> | ||
|
||
<h2 id="pomodoro">Pomodoro</h2> | ||
<p>I use Ugo Landini's Pomodoro, which allows start / stop custom scripts: <code>shell do shell script "curl -X POST -H 'Content-Type:application/json' https://habitrpg.com/v1/users/.../tasks/productivity/up -d '{\\"apiToken\\":\\"...\\"}"</code></p> | ||
|
||
<h2 id="anki"><a href="https://github.com/Pherr/HabitRPG-Anki-Addon">Anki</a></h2> | ||
<p>A HabitRPG addon for Anki.</p> | ||
|
||
<h2 id="habitrpg-mobile"><a href="https://github.com/HabitRPG/habitrpg-mobile">HabitRPG Mobile</a></h2> | ||
<p>HabitRPG mobile application under development. Angular + PhoneGap</p> | ||
|
||
<h2 id="habitrpg-ncurses"><a href="https://github.com/arscan/habitrpg-ncurses">habitrpg-ncurses</a></h2> | ||
<p>node + ncurses interface for habitRPG.</p> | ||
<p>This is set up to meet my general task workflow and my preferences. Todo lists are simple enought that I feel like investing time into making something that works exactly how I want it to work is worthwhile. Plus I felt like learning ncurses. At this point, attempt to use at your own risk.</p> | ||
<p>Apparently the ncurses binding doesn't seem to work properly when loaded from npm. Grabbing the master branch from https://github.com/mscdex/node-ncurses works for me.</p> | ||
|
||
<h2 id="pyhabit"><a href="https://github.com/elssar/pyhabit">pyhabit</a></h2> | ||
<p>Python command line app for HabitRPG (http://habitrpg.com)</p> | ||
|
||
<h2 id="php-api"><a href="http://github.com/ruddfawcett/HabitRPG_PHP">PHP API</a></h2> | ||
<p>A PHP class for the HabitRPG API. Will be expanded when more features become available in the API.</p> | ||
|
||
|
@@ -43,6 +49,9 @@ <h2 id="perl-api"><a href="https://metacpan.org/module/WebService::HabitRPG">Web | |
<h2 id="hrpg-cmd"><a href="https://metacpan.org/module/hrpg">hrpg - HabitRPG command line client</a></h2> | ||
<p>Command-line client for HabitRPG. Supports viewing status, listing tasks by types, creation of new types, incrementing/decrementing of tasks, API debugging, and more.</p> | ||
|
||
<h2 id="habitrpg-github"><a href="http://ruddfawcett.com/habitrpg-github/">HabitRPG Github</a></h2> | ||
<p>Sync your HabitRPG account with your GitHub account. Up or down vote habits based on your commit rate. It's up to you! Is GitHub a good habit or a bad habit? Or both?</p> | ||
|
||
<h2 id="suggest-an-add-on-extension">Suggest an Add-on / Extension</h2> | ||
|
||
<p><a href="mailto:[email protected]">Email me</a> to have something listed here</p> | ||
|