Skip to content

diegorubin/gnomato

Repository files navigation

Gnomato

Join the chat at https://gitter.im/diegorubin/gnomato

Pomodoro Technique timer for GNU/Linux.

Gnomato

Requirements

  • Boost
  • Gtkmm 3.0
  • Libnotify
  • Python 2.7
  • Sqlite3

Installing

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

Building

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

Usage

Shortcuts

  • 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

Contacting

To report bugs send email to rubin.diego[at]gmail.com or create issues in this github repository.