Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Diego-Ivan/Flowtime
Spend your time wisely
https://github.com/Diego-Ivan/Flowtime
gtk4 libadwaita productivity vala
Last synced: 8 days ago
JSON representation
Spend your time wisely
- Host: GitHub
- URL: https://github.com/Diego-Ivan/Flowtime
- Owner: Diego-Ivan
- License: gpl-3.0
- Created: 2021-12-12T08:24:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T14:40:38.000Z (24 days ago)
- Last Synced: 2024-10-25T09:13:32.759Z (14 days ago)
- Topics: gtk4, libadwaita, productivity, vala
- Language: Vala
- Homepage:
- Size: 871 KB
- Stars: 115
- Watchers: 5
- Forks: 21
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-vala - Flowtime - GTK4 Libadwaita Pomodoro Timer. (Apps / Productivity)
README
## Gallery:
## Features:
* Assistant for the Flowtime working technique
* Assisted time calculations for breaks
* Customizable tones for the end of the break
* Notification that alerts you when your break is done
* Work and break time statistics
* Export your statistics to CSV## Why?
The Pomodoro technique is efficient for tasks you find boring, but having to take a break when you are 100% concentrated in something you like might be annoying. That's why the Flowtime technique exists: take appropriate breaks without losing your **flow**.
## How does it work?
The time you worked is divided by 5, and that's the break time you'll take. E.g, if you worked for 50 minutes, you'll take a 10 minute break, if you worked for 2 hours, you'll take a 24 minute break.
## Installing and Running
### Flathub
The only official distribution format for Flowtime is the Flatpak package available on Flathub. Click on the banner on the top of this README.md to go to Flowtime's Flathub page. Any other unofficial distribution formats that might be available are highly discouraged.
### Native Packages / Ports
There exist some third party, distribution specific, packages:
| Distribution | Package name | Mantainer |
| ------------------- | --------------- | --------------- |
| Alpine Linux | `flowtime` | [chereskata](https://gitlab.alpinelinux.org/chereskata) |
| Arch Linux (AUR) | `flowtime` | igor-dyatlov |
| Arch Linux (AUR) | `flowtime-git` | igor-dyatlov |### Building from source
#### Flatpak and GNOME Builder
GNOME Builder provides a high quality Flatpak integration. All dependencies, runtimes and SDK extensions necessary will be installed by the application if they're not available. Just click the "Run" button and the app will be built :smile:.
#### Requirements
| Dependency | Version |
| ---------- | ------- |
| Meson | 0.59.0 |
| gtk-4 | 4.11 |
| libportal | 0.7.1 |
| libadwaita-1 | 1.4 |
| libxml-2.0 | 1.0 |To compile and install, run:
```sh
meson builddir --prefix=/usr
cd builddir
sudo ninja install
flowtime
```