Skip to content

Track your time without being tracked

License

Notifications You must be signed in to change notification settings

tobehn/Furtherance

 
 

Repository files navigation

Furtherance

Furtherance is a time tracking app written in Rust with GTK 4. It allows you to track time spent on different activities without worrying about your data being captured and sold.

Furtherance demo

Features

  • Tasks are saved in a database with an unlimited capacity. It can be backed up for security and portability.
  • Tasks are grouped by name and date.
  • Tasks can be edited after they are created (name, time, and date).
  • Settings to customize the view and defaults to your liking.
  • Features can be added! Just open an issue.

Getting Started

Install

Linux

Download on Flathub

  • The easiest way to install Furtherance is from Flathub. Make sure you have Flatpak setup.
  • Furtherance is also available on Arch in the AUR, btw (stable or nightly)

Windows

Download from Microsoft Store

  • Furtherance for Windows is availaible from the Microsoft Store. It uses a different codebase to provide a better experience on Windows, and it is not open-source.

Android

Get it on Google Play

  • Furtherance for Android is available on Google Play. It uses a different codebase to provide a better experience on mobile, and it is not open-source.

Build

The easiest way to build Furtherance is with GNOME Builder.

To build Furtherance on your own, make sure you have all the dependencies: rust, cargo, meson, ninja-build, sqlite3, dbus-1, glib-2.0, gtk4, libadwaita-1

Then do:

git clone https://github.com/lakoliu/Furtherance.git
cd Furtherance
mkdir build
cd build
meson ..
ninja
sudo ninja install

To uninstall, run sudo ninja uninstall in the same directory.

Use

Type in the name of the task you are working on, add some #tags, and press start. That's really all there is to it.

Contribute

Translations

If you speak another language, it would be greatly appreciated if you could help translate Furtherance to make it available to more people! You can get started easily using Weblate.

Tips

Besides helping to pay the bills, tips make me feel all warm and fuzzy inside. If you've gotten value from Furtherance, you can tip me via:

  • Ko-fi
  • PayPal
  • Bitcoin: bc1q70czd5evhsxnjcd45cj2n4s3dr6qmhvrlljjlk
  • Ethereum: 0x1fe9C92693eFd9D2429eE3d265e8aB453AFc4FDb
  • Monero: 4BBuKqc2RWnJp9fDxCuHNUVsjM9XNrFBsGHNoBGpvwUveT6EgR9DAD6QPXRGhEfoxnbEnMsC79bsHU5G6Mc6pxyfBv1pbyS
  • Dogecoin: DCEHKYq6EnSjYnouAUB6kVTqcAfGrXCTkU

Thank you so much!

Project Details

Built With

Furtherance is written in Rust using the Gtk-rs bindings for GTK 4.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

Author

This project is created and maintained by Ricky Kresslein under lakoliu. More information at Furtherance.app.

About

Track your time without being tracked

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 96.8%
  • Meson 2.6%
  • Other 0.6%