scripts/flatpak-run-generator
Marcel Kapfer 9a0c7e79e5
[Flatpak Run Generator] Added license file
2021-05-04 11:24:28 +02:00
..
LICENSE.md [Flatpak Run Generator] Added license file 2021-05-04 11:24:28 +02:00
README.org [Flatpak Run Generator] Initial commit 2021-05-04 11:22:46 +02:00
flatpak-run-generator.sh [Flatpak Run Generator] Initial commit 2021-05-04 11:22:46 +02:00

README.org

Flatpak Launcher Script Generator

Description: Create shell scripts for launching flatpak apps in the users bin directory (~/.local/bin). For successful usage it is recommended to add this directory to the $PATH variable.

For users not liking this script or who want to get rid all created scripts for some other reasons it is possible to run the following command inside the ~/.local/bin folder.

cd ~/.local/bin && grep -rl flatpak-run-generator | xargs rm