steam-game-save-cli
v0.0.1
Published
A simple interactive command-line tool to easily backup and export your Steam game save files.
Readme
Steam Game Save CLI
A simple interactive command-line tool to easily backup and export your Steam game save files.
Prerequisites
- Node.js (Version 14 or higher)
- Steam installed locally
Installation
You can run this tool directly using npx (recommended) or install it globally.
Using npx
npx steam-game-save-cliGlobal Installation
npm install -g steam-game-save-cliThen run it:
steamsaveHow to Use
- Start the Tool: Run the command in your terminal.
- Steam Path: The tool will attempt to auto-detect your Steam folder. If it fails, you'll be asked to provide the path manually.
- Select User: If multiple users have logged into Steam on your machine, select the profile you want to back up.
- Select Games: A searchable list of games with local data will appear.
- Type to filter games.
- Press
<space>to select/deselect a game. - Press
<enter>to confirm your selection.
- Destination: Enter the folder path where you want the save files to be copied.
Development
To contribute or modify the tool locally:
Clone the repository:
git clone https://github.com/yourusername/steam-game-save-cli.git cd steam-game-save-cliInstall dependencies:
npm installBuild the project:
npm run buildRun locally:
node dist/index.jsOr use
npm linkto test thesteamsavecommand globally on your machine.
