An open API service indexing awesome lists of open source software.

https://github.com/kde/francis

Track your time
https://github.com/kde/francis

Last synced: 3 months ago
JSON representation

Track your time

Awesome Lists containing this project

README

        

# Francis

![coverage](https://invent.kde.org/utilities/francis/badges/master/coverage.svg?job=suse_tumbleweed_qt515)

Track your time.

![francis window](.gitlab/francis.png)

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
```