You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marcel Kapfer 7bb4dd54d0
[Flatpak Run Generator] Improve README.org
2 years ago
..
LICENSE.org [Flatpak Run Generator] Provide license as org file 2 years ago
README.org [Flatpak Run Generator] Improve README.org 2 years ago
flatpak-run-generator.sh [Flatpak Run Generator] Initial commit 2 years ago

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