https://github.com/kde/francis
Track your time
https://github.com/kde/francis
Last synced: 3 months ago
JSON representation
Track your time
- Host: GitHub
- URL: https://github.com/kde/francis
- Owner: KDE
- Created: 2022-06-26T00:48:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T07:46:42.000Z (7 months ago)
- Last Synced: 2024-10-24T12:33:00.339Z (7 months ago)
- Language: QML
- Homepage: https://invent.kde.org/utilities/francis
- Size: 1.31 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-2-Clause.txt
Awesome Lists containing this project
README
# Francis

Track your time.

Francis uses the well-known pomodoro technique to help you get more productive.
## Build Flatpak
To build a flatpak bundle of Francis use the following instructions:
```bash
$ git clone https://invent.kde.org/utilities/francis.git
$ cd francis
$ flatpak install --user --or-update https://cdn.kde.org/flatpak/kde-runtime-nightly/org.kde.Platform.flatpakref
$ flatpak install --user --or-update https://cdn.kde.org/flatpak/kde-runtime-nightly/org.kde.Sdk.flatpakref
$ flatpak-builder --repo=repo --force-clean build-dir org.kde.francis.json
$ flatpak build-bundle repo francis.flatpak org.kde.francis
$ flatpak uninstall --user -y org.kde.francis
```Now you can install:
```bash
$ flatpak install --user francis.flatpak
```