Git Product home page Git Product logo

pomodoro-indicator's Introduction

POMODORO INDICATOR

This program is a simple indicator applet, integrated tightly with
Toodledo and Pidgin, to help you track your activities with
the Pomodoro technique. 

It's alpha quality at best, so use at your one risk.
You've been warned!


Ubuntu 11.04

Depends on:
	* build-essential 
	* gnome-common 
	* gtk-3.0-dev 
	* libappindicator3-dev
	* valac-0.12 
	* libgee-dev 
	* libsqlite3-dev 
	* libjson-glib-1.0 
	* sqlite3 
	* libnotify-bin
	* And maybe others...

INSTALATION 

in your home directory, clone the git repository to a folder named
"toodledo", so that the program can find the necessary files. Failure
to do that will result in failure.

cd ~
git clone git://github.com/jorjao81/Pomodoro-Indicator.git


COMPILATION

cd ~/toodledo
./autogen.sh
make


SETUP

First, create the local database

mkdir ~/.toodledo
cd ~/.toodledo
sqlite3 toodledo.sqlite < ~/toodledo/sql/create.sql

Then, create your configuration file in ~/.toodledo/config

===========================================================
USERID
PASSWORD
blabla
0
===========================================================

where USERID is your toodledo user ID (NOT your email, check
toodledo docs to find out how to get it), and PASSWORD is your
password in plaintext. "blabla" and "0" should be entered as
shown.

RUNNING

In the toodledo web interface, select the tasks you want to 
do today and set the due date accordingly.

Be sure that you have Pidgin open, else this will not work 
(Hey, I was lazy to put some IFs...).

cd ~/toodledo
./src/toodledo --indicator

Hopefully, a green tomato will apear in your indicator area.
If you click it, all of todays task will be shown. Click
on a task to start a pomodoro. Pidgin will count down from
25. You can void a task anytime you want. Time during your pomodoro
will be logged in Toodledo.

When your pomodoro is over, a sound will play and a message will
appear. Tada! Awsome :P

Enjoy! 

Patches, suggestions, bugs, etc to [email protected]

pomodoro-indicator's People

Stargazers

Bharathkumar avatar Danny Siu avatar Paulo Schreiner avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.