From df1538692c5577c15cccb46792d92940a9450254 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 4 May 2021 11:25:51 +0200 Subject: [PATCH 1/2] [Flatpak Run Generator] Provide license as org file --- flatpak-run-generator/{LICENSE.md => LICENSE.org} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename flatpak-run-generator/{LICENSE.md => LICENSE.org} (100%) diff --git a/flatpak-run-generator/LICENSE.md b/flatpak-run-generator/LICENSE.org similarity index 100% rename from flatpak-run-generator/LICENSE.md rename to flatpak-run-generator/LICENSE.org From 7bb4dd54d005829b2da2562a9eca82f8351fede8 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 4 May 2021 11:26:02 +0200 Subject: [PATCH 2/2] [Flatpak Run Generator] Improve README.org --- flatpak-run-generator/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flatpak-run-generator/README.org b/flatpak-run-generator/README.org index 55644f1..66f2b1f 100644 --- a/flatpak-run-generator/README.org +++ b/flatpak-run-generator/README.org @@ -1,7 +1,7 @@ #+TITLE: 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. +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. +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~