From f84a95c94c45581bdfd5220ee1d4a522e7066cf4 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 15 Sep 2022 21:48:27 +0530 Subject: [PATCH 1/5] protontricks: Update page --- pages/linux/protontricks.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pages/linux/protontricks.md b/pages/linux/protontricks.md index ab34a47bbead6..3b821454e7695 100644 --- a/pages/linux/protontricks.md +++ b/pages/linux/protontricks.md @@ -1,11 +1,11 @@ # protontricks -> A simple wrapper that does Winetricks things for Proton enabled games, requires Winetricks. +> A simple wrapper that runs Winetricks commands for Proton enabled games. > More information: . - Show the protontricks help message: -`protontricks` +`protontricks --help` - Run the protontricks GUI: @@ -18,3 +18,11 @@ - Run a command within a game's installation directory: `protontricks -c {{command}} {{appid}}` + +- List all installed games: + +`protontricks -l` + +- Search for a game's App ID by entering it's name: + +`protontricks -s {Game_Name}` From 86f133a4f0f405f6e2d99439e61c8a14ddeab293 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 15 Sep 2022 21:51:10 +0530 Subject: [PATCH 2/5] Fix {{}} --- pages/linux/protontricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/protontricks.md b/pages/linux/protontricks.md index 3b821454e7695..ddd6c9381a663 100644 --- a/pages/linux/protontricks.md +++ b/pages/linux/protontricks.md @@ -25,4 +25,4 @@ - Search for a game's App ID by entering it's name: -`protontricks -s {Game_Name}` +`protontricks -s {{Game_Name}}` From af28356792329d8c772d5e8e025365440420c11d Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 15 Sep 2022 22:46:34 +0530 Subject: [PATCH 3/5] Update pages/linux/protontricks.md Co-authored-by: Adrien Thebo --- pages/linux/protontricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/protontricks.md b/pages/linux/protontricks.md index ddd6c9381a663..534c6ac25a300 100644 --- a/pages/linux/protontricks.md +++ b/pages/linux/protontricks.md @@ -23,6 +23,6 @@ `protontricks -l` -- Search for a game's App ID by entering it's name: +- Search for a game's App ID by name: `protontricks -s {{Game_Name}}` From 145d36ea39dda6faad25cfa38d5a1c4bfb769ddd Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 18 Sep 2022 20:43:30 +0530 Subject: [PATCH 4/5] Apply suggestions from code review Co-authored-by: Emily Grace Seville --- pages/linux/protontricks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/protontricks.md b/pages/linux/protontricks.md index 534c6ac25a300..9a3dd0cd33aaa 100644 --- a/pages/linux/protontricks.md +++ b/pages/linux/protontricks.md @@ -19,10 +19,10 @@ `protontricks -c {{command}} {{appid}}` -- List all installed games: +- [l]ist all installed games: `protontricks -l` -- Search for a game's App ID by name: +- [s]earch for a game's App ID by name: -`protontricks -s {{Game_Name}}` +`protontricks -s {{game_name}}` From c6b5128006c9a5783113b6587e997ae272e22684 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 18 Sep 2022 20:43:58 +0530 Subject: [PATCH 5/5] Moving help command to last --- pages/linux/protontricks.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/linux/protontricks.md b/pages/linux/protontricks.md index 9a3dd0cd33aaa..c7bbc443234a5 100644 --- a/pages/linux/protontricks.md +++ b/pages/linux/protontricks.md @@ -3,10 +3,6 @@ > A simple wrapper that runs Winetricks commands for Proton enabled games. > More information: . -- Show the protontricks help message: - -`protontricks --help` - - Run the protontricks GUI: `protontricks --gui` @@ -26,3 +22,7 @@ - [s]earch for a game's App ID by name: `protontricks -s {{game_name}}` + +- Show the protontricks help message: + +`protontricks --help`