blob: 5adc60cd6024ee246905dee83c0e2e6ea9a5bee4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# 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.
<p float="left">
<img src="https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-main.png" alt="Furtherance main window" width="400"/>
<img src="https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-task-details.png" alt="Furtherance task details" width="400"/>
<img src="https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-edit-task.png" alt="Furtherance edit task" width="400"/>
<img src="https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-settings.png" alt="Furtherance settings" width="400"/>
</p>
## 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
<p><a href='https://flathub.org/apps/details/com.lakoliu.Furtherance'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a></p>
Install Furtherance from [Flathub](https://flathub.org/apps/details/com.lakoliu.Furtherance) and you'll be off to the races. Make sure you have Flatpak [setup](https://flatpak.org/setup/).
## Use
Type in the name of the task you are working on and press start. That's really all there is to it.
## 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](LICENSE) file for details.
### Author
This project is created and maintained by [Ricky Kresslein](https://kressle.in) under [lakoliu](https://lakoliu.com). More information at [Furtherance.app](https://furtherance.app).
|