Skip to content

naaando/rush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: GPL v3

Rush

Rush

Get it on appcenter

Time manager app to break your work into intervals to keep you focused.

Rush's main screen Rush's report screen

Building & Installation

You'll need the following dependencies:

  • libgtk-3-dev
  • libcanberra-dev
  • libunity-dev
  • libgee-0.8-dev
  • libjson-glib-dev
  • meson
  • valac

Run meson to configure the build environment and then ninja to build and install

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with com.github.naaando.rush

sudo ninja install
com.github.naaando.rush