Pomodoro Technique timer for GNU/Linux.
- Boost
- Gtkmm 3.0
- Libnotify
- Python 2.7
- Sqlite3
Download the stable tarball 1.2.0
tar -zxvf gnomato-1.2.0.tar.gz
cd gnomato-1.2.0
./configure
make
sudo make install
To build the project you need to have installed all development libraries of the projects listed in Requirements.
In addition you must have installed the autotools and gettext.
To generate configure
script and Makefiles
execute:
autoreconf -vi
- Crtl+s: Start/Stop timer
- Crtl+a: Open New Task Dialog
- Crtl+r: Remove selected task
- Crtl+d: Finish selected task
- Crtl+c: Cancel selected task
- Crtl+f: Filter field focus
- Crtl+l: Task list focus
To report bugs send email to rubin.diego[at]gmail.com or create issues in this github repository.