Skip to content

nca45/SteamGameDir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SteamGameDir

Tired of going through Steam to browse your game's local directory?

Hopefully this simple cli will help you out lmao

This cli searches through the partitions Steam uses to install games on and attempts to open the game's local directory

This was made exclusively for Windows btw, sorry linux users

Installation

Clone the repo

Navigate to ./SteamGameDir/

Navigate to src/constants.py and modify the variable to match your Steam install location.

STEAM_LOCATION = <Your steam installation path>

Go back up to ./SteamGameDir/ and Use the package manager pip to install

pip install .

Usage

Open a game's local Steam directory

SteamGameDir Cyberpunk2077

Search for a game directory and tune the match 'fuzziness' to be more strict or more forgiving:

SteamGameDir Baldur's Gate 3 --fuzz 100

a fuzz of 100 will only search for an exact match (case insensitive), while a fuzz of 0 will return all installed games (don't do that)

If there are multiple matches, the cli will prompt you to pick a game directory:

> SteamGameDir Jackbox
Multiple candidates found:
1. C:\Program Files (x86)\Steam\steamapps\common\The Jackbox Party Pack 3
2. C:\Program Files (x86)\Steam\steamapps\common\The Jackbox Party Pack 4
3. C:\Program Files (x86)\Steam\steamapps\common\The Jackbox Party Pack 5
Select the desired game by typing in the desired index: 3

About

Opens your steam game folders via cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages