Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-16 00:19:59 +00:00
parent d5421f7c01
commit b18a761896
36 changed files with 451 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# protontricks
> A simple wrapper that runs Winetricks commands for Proton enabled games.
> More information: <https://github.com/Matoking/protontricks>.
> More information: <https://github.com/Matoking/protontricks#usage>.
- Run the protontricks GUI:
@@ -18,15 +18,15 @@ source: https://github.com/tldr-pages/tldr.git
- Run a command within a game's installation directory:
`protontricks -c {{command}} {{appid}}`
`protontricks {{[-c|--command]}} {{command}} {{appid}}`
- [l]ist all installed games:
- List all installed games:
`protontricks -l`
`protontricks {{[-l|--list]}}`
- [s]earch for a game's App ID by name:
- Search for a game's App ID by name:
`protontricks -s {{game_name}}`
`protontricks {{[-s|--search]}} {{game_name}}`
- Run an executable in the proton environment of a specific game:
@@ -34,4 +34,4 @@ source: https://github.com/tldr-pages/tldr.git
- Display help:
`protontricks --help`
`protontricks {{[-h|--help]}}`