Warning, /utilities/francis/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002     SPDX-FileCopyrightText: 2022 Felipe Kinoshita <kinofhek@gmail.com>
0003     SPDX-License-Identifier: CC0-1.0
0004 -->
0005 
0006 # Francis
0007 
0008 ![coverage](https://invent.kde.org/utilities/francis/badges/master/coverage.svg?job=suse_tumbleweed_qt515)
0009 
0010 Track your time.
0011 
0012 ![francis window](.gitlab/francis.png)
0013 
0014 Francis uses the well-known pomodoro technique to help you get more productive.
0015 
0016 ## Build Flatpak
0017 
0018 To build a flatpak bundle of Francis use the following instructions:
0019 
0020 ```bash
0021 $ git clone https://invent.kde.org/utilities/francis.git
0022 $ cd francis
0023 $ flatpak install --user --or-update https://cdn.kde.org/flatpak/kde-runtime-nightly/org.kde.Platform.flatpakref
0024 $ flatpak install --user --or-update https://cdn.kde.org/flatpak/kde-runtime-nightly/org.kde.Sdk.flatpakref
0025 $ flatpak-builder --repo=repo --force-clean build-dir org.kde.francis.json
0026 $ flatpak build-bundle repo francis.flatpak org.kde.francis
0027 $ flatpak uninstall --user -y org.kde.francis
0028 ```
0029 
0030 Now you can install:
0031 
0032 ```bash
0033 $ flatpak install --user francis.flatpak
0034 ```