wolf: add install-completion to README manage section + tab-completion note

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01D8ckUJQtj1pH8jtAddBDZs
This commit is contained in:
Claude
2026-06-21 02:08:17 +00:00
parent 40bb80bc7a
commit 0785d30199
+17 -12
View File
@@ -2138,20 +2138,25 @@ cd $WOLF_DIR && ./manage.sh pin
## Manage ## Manage
\`\`\`bash \`\`\`bash
cd $WOLF_DIR cd $WOLF_DIR
./manage.sh start # start Wolf ./manage.sh start # start Wolf
./manage.sh stop # stop ./manage.sh stop # stop
./manage.sh restart # restart ./manage.sh restart # restart
./manage.sh logs # live logs ./manage.sh logs # live logs
./manage.sh status # container status ./manage.sh status # container status
./manage.sh update # pull latest image and restart ./manage.sh update # pull latest image and restart
./manage.sh apps # add / update game launchers ./manage.sh apps # add / update game launchers
./manage.sh reorder # reorder the Moonlight tile list ./manage.sh reorder # reorder the Moonlight tile list
./manage.sh add-web # add a URL shortcut tile (Firefox kiosk) ./manage.sh add-web # add a URL shortcut tile (Firefox kiosk)
./manage.sh ge-proton # install GE-Proton (needed for EA games) ./manage.sh ge-proton # install GE-Proton (needed for EA games)
./manage.sh games # list installed games + their AppIDs ./manage.sh games # list installed games + their AppIDs
./manage.sh fix-ea-game # unstick the EA App install loop for a game ./manage.sh fix-ea-game # unstick the EA App install loop for a game
./manage.sh install-completion # enable tab-completion for manage.sh
\`\`\` \`\`\`
### Tab completion
Run \`./manage.sh install-completion\` once, then re-open your shell (or
\`source ~/.bashrc\`). After that, \`./manage.sh <TAB><TAB>\` lists all commands.
## EA games (Battlefront II 2017, etc.) ## EA games (Battlefront II 2017, etc.)
EA titles bundle an EA App bootstrapper that hangs forever under stock Proton EA titles bundle an EA App bootstrapper that hangs forever under stock Proton
in a container — the game sits on **"running install script (EA app)"** and in a container — the game sits on **"running install script (EA app)"** and