This commit is contained in:
2025-11-04 23:28:37 +01:00
parent c5a060bf29
commit 990e0f93c2
5 changed files with 131 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
app="$(flatpak list --app --columns=name,application | sed -e 's/\t/ (/' -e 's/$/)/' | fzf)"
flatpak run "$(echo "$app" | sed -e 's/^.*(\(.*\))$/\1/')"