Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-noah/steam-screenshot-organizer
This is a simple script that organizes your Steam screenshots into folders based on the game they were taken in.
https://github.com/the-noah/steam-screenshot-organizer
gaming rust steam tool tools windows
Last synced: 3 months ago
JSON representation
This is a simple script that organizes your Steam screenshots into folders based on the game they were taken in.
- Host: GitHub
- URL: https://github.com/the-noah/steam-screenshot-organizer
- Owner: The-Noah
- License: mit
- Created: 2024-06-28T05:14:45.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-23T03:24:57.000Z (5 months ago)
- Last Synced: 2024-10-15T03:43:22.561Z (3 months ago)
- Topics: gaming, rust, steam, tool, tools, windows
- Language: Rust
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Steam Screenshot Organizer
This is a simple script that organizes your Steam screenshots into folders based on the game they were taken in.
## Usage
Your screenshot folder is automatically detected from Steam, which you can change by going to `Steam` -> `Settings` -> `In-Game` -> `Screenshot Folder`.
1. Download the [latest release](https://github.com/The-Noah/steam-screenshot-organizer/releases/latest/download/steam-screenshot-organizer.exe)
2. Place the executable in any directory
3. Run the executable. It will run in the background and organize your screenshots. It will also organize new screenshots as you take them.
4. After running the executable you will be given the option to enable automatically running at startup. If you do not enable this, you must rerun the executable whenever you reboot.Currently only supports Windows. Linux and MacOS will eventually be supported.
## Building
If you would like to build the script yourself, you can do so by following these steps:
0. Install the [Rust toolchain](https://www.rust-lang.org/tools/install)
1. Clone the repository
```bash
git clone https://github.com/The-Noah/steam-screenshot-organizer.git
cd steam-screenshot-organizer
```2. Build the script
```bash
cargo build --release
```The executable will be located at `target/release/steam-screenshot-organizer.exe`.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.