diverter

Crates.iodiverter
lib.rsdiverter
version2.0.0
sourcesrc
created_at2023-01-16 22:24:39.414382
updated_at2023-03-23 06:28:32.519989
descriptionquickly switch between Steam accounts on Windows.
homepage
repositoryhttps://github.com/yehuthi/diverter
max_upload_size
id760653
size55,184
Yehuthi (yehuthi)

documentation

README

diverter diverter

Switch between Steam accounts without relogging on Windows.

Usage

Typical usage is as follows:

diverter set my_other_account -r # change account and restart Steam

The set <username> command will have Steam attempt to log in to the other account on its next launch. The -r / --restart means to restart Steam, starting the switch immediately.

--restart kills the Steam process ungracefully (see implications below), alternatively you can use -g / --graceful for a graceful restart. Additionally you can complement an ungraceful restart with the -v / --verify flag to allow Steam to verify files after it restarts.

diverter set my_other_account -r # restart ungracefully
diverter set my_other_account -g # restart gracefully
diverter set my_other_account -v # restart ungracefully but verify files

Tip: Restarting Steam ungracefully is much quicker but can cause data corruption, so it's a good idea to restart gracefully when you think Steam might be in the middle of a filesystem operation, such as when you're downloading a game, uploading your save to the Steam Cloud, etc.

See --help for complete usage documentation.

Installation

Download the latest release, or build using cargo from source via cargo install diverter.

Commit count: 80

cargo fmt