/steam-storage

Manage installed steam games via the terminal

Primary LanguagePython

Steam Storage

About

Steam Storage is a simple python script to read Steam .acf files and allow you to view, move, and delete games installed via Steam.

Features
  • List installed games and see available space
  • Move games between libraries
  • Delete games
  • Planned
  • List, move, and delete compatdata directories used by proton
  • Usage
    > python3 steam_storage.py
    -c --compat List compat data directories
    -m --move Move a game
    -o --optimise Move games to fill a specific drive
    -l --list List games on all libraries
    -d --delete Delete a game
    -h --help Show Help