From 36f2b22ab0970d27c50aa04cb9e709eba5c7e056 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Fri, 18 Mar 2022 10:26:19 +0100 Subject: Readme and screenshots --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..498e06d --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# 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 main window + Furtherance task details + Furtherance edit task + Furtherance settings +

+ +## 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 email your request. + +## Getting Started +Just install Furtherance using Flatpak and you'll be off to the races. + +## 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). -- cgit 1.4.1