Go For It! is a simple and stylish productivity app, featuring a to-do list, merged with a timer that keeps your focus on the current task. More information for end users can be found here.
The following video explains the workflow of Go For It!:
To-do lists are stored in the Todo.txt format. This simplifies synchronization with mobile devices and makes it possible to edit tasks using other Todo.txt front-ends (e.g. the official apps for Android or iOS or the alternative Android client Simpletask). A comprehensive tutorial about setting up Go For It! with Simpletask can be found here.
If you already use Todo.txt, beware of the fact, that Go For It! automatically archives completed tasks to the done list!
I maintain a Launchpad PPA which can be used to acquire .deb packages. On Ubuntu (+ derivates) it is recommended to add the PPA for automatic updates:
sudo add-apt-repository ppa:go-for-it-team/go-for-it-daily && sudo apt-get update
sudo apt-get install go-for-it
Arch Linux:
yaourt -S go-for-it-git
The Windows version is available for download here.
An OSX Version may follow in the future.
If you like Go For It! and want to support its development, I'd very much appreciate a little tip :-)
Go For It! is free and open source software licensed under the GPLv3. It has been written in Vala making heavy use of the GTK framework.
The user interface is inspired by the design philosophy of elementary OS and Gnome applications, striving for elegant simplicity.
- "to-do list only" mode
- Plugin support
- time tracking functionality
- option to make the timer count up
- visualization and export of time tracking data
- mechanics for handling more complex projects
- support for different synchronization and storage backends
To build Go For It! you need to have the following software installed:
valac >= 0.26
cmake >= 2.8.9
gtk+-3.0 (>= 3.14)
glib-2.0
libnotify
Use the following commands in this order to build Go For It!:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
Use the following commands to update the translation files:
mkdir build
cd build
make pot
make po