Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

What is this?

This is a tool to help you identify which proton prefix is which, using symlinks to create folders with the game's name.

Features

  • For Steam games, the program sends a request to Steam in order to retrieve the game name, making the process for these games automatic.
  • For non-Steam games, contents of popular gamesave folders are shown, such as all of AppData and Documents. If the user still can't identify the game, yazi will open to let them navigate the prefix freely.

Usage

Help

./ProtonPrefixes -h

Create symlinks

./ProtonPrefixes run

Setup

First-time setup

./ProtonPrefixes setup

Change one setting

  • API key: ./ProtonPrefixes setup api
  • Creation path: ./ProtonPrefixes setup create
  • Search paths: ./ProtonPrefixes setup paths

Clean

./ProtonPrefixes clean

Identify

./ProtonPrefixes identify <ID>

Building

Requirements

  • CMake
  • Curl
  • Libpsl
  • Ninja
git clone https://github.com/Marks12520/ProtonPrefixes.git --recursive
cd ProtonPrefixes
cmake -B build -S . -G Ninja
cmake --build build/

Binary should be inside build/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages