summaryrefslogtreecommitdiffstats
path: root/gamechesttui
diff options
context:
space:
mode:
authorvg <vgm+dev@devys.org>2026-03-03 21:30:00 +0100
committervg <vgm+dev@devys.org>2026-03-03 21:30:00 +0100
commit6586ad98cf5bd9178defad9953b8cb755e32956f (patch)
tree4d981374832025dbdffc40826f608daf9a6bc920 /gamechesttui
parentcfe2a00eb316a570f7fa2d4e46e7a2c799f9a7e8 (diff)
downloadgamechest-6586ad98cf5bd9178defad9953b8cb755e32956f.tar.gz
gamechest-6586ad98cf5bd9178defad9953b8cb755e32956f.tar.bz2
gamechest-6586ad98cf5bd9178defad9953b8cb755e32956f.zip
git-sync on dita
Diffstat (limited to 'gamechesttui')
-rwxr-xr-xgamechesttui4
1 files changed, 4 insertions, 0 deletions
diff --git a/gamechesttui b/gamechesttui
index 676f987..553c800 100755
--- a/gamechesttui
+++ b/gamechesttui
@@ -13,6 +13,8 @@ main()
| cut -d ":" -f 1 \
| cut -d " " -f 1 \
| fzf-frecency gamechest-game \
+ --style=full \
+ --list-label="Installed games" \
)"
if [ -z "$game" ]; then
# no game selected
@@ -23,6 +25,8 @@ main()
profile="$(\
yq -r '.profiles[].name' < "$GAMESAVES_PATH/profiles.yaml" \
| fzf-frecency gamechest-profile \
+ --style=full \
+ --list-label="Profiles" \
)"
if [ -z "$profile" ]; then
# no profile selected