# Furtherance Furtherance is a time tracking app, with a native interface on Gnome, Windows, and Mac. It allows you to track time spent on different activities without worrying about your data being captured and sold.

Furtherance screenshot

## 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](https://flathub.org/apps/details/com.lakoliu.Furtherance). Make sure you have Flatpak [setup](https://flatpak.org/setup/). * Furtherance is also available on Arch in the AUR, btw ([stable](https://aur.archlinux.org/packages/furtherance) or [nightly](https://aur.archlinux.org/packages/furtherance-git)) **Mac** Download on the Mac App Store * Furtherance for Mac is available from the [Mac App Store](https://apps.apple.com/app/furtherance/id1659277200). It uses a different codebase (Swift & SwiftUI) to provide a native experience on Mac, and it is not open-source. **Windows** Download from Microsoft Store * Furtherance for Windows is available from the [Microsoft Store](https://www.microsoft.com/store/apps/9NHG98S3VR3W). 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](https://play.google.com/store/apps/details?id=com.livaliva.furtherance). 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](https://flathub.org/apps/details/org.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](https://hosted.weblate.org/projects/furtherance/translations/). ### 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](https://ko-fi.com/unobserved) * [PayPal](https://www.paypal.com/donate/?hosted_button_id=TLYY8YZ424VRL) * **Bitcoin**: bc1q70czd5evhsxnjcd45cj2n4s3dr6qmhvrlljjlk Thank you so much! ## Project Details ### Built With * Linux: Written in Rust using the Gtk-rs bindings for GTK 4. * Windows: Written in C# using WinUI 3 * Mac: Written in Swift using SwifUI * Android: Written in Dart using Flutter ### License This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details. (This only applies to the Linux version, the source code you see in this repository) ### Author This project is created and maintained by [Ricky Kresslein](https://kressle.in) under [Unobserved](https://unobserved.io). More information at [Furtherance.app](https://furtherance.app).