Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xor-bits/vapour
general steam cli tool
https://github.com/xor-bits/vapour
cli steam steam-proton
Last synced: about 4 hours ago
JSON representation
general steam cli tool
- Host: GitHub
- URL: https://github.com/xor-bits/vapour
- Owner: xor-bits
- License: gpl-3.0
- Created: 2023-05-06T22:29:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T15:56:30.000Z (10 months ago)
- Last Synced: 2024-12-15T08:15:32.774Z (about 2 months ago)
- Topics: cli, steam, steam-proton
- Language: Rust
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vapour
general purpose cli tool for Steam related tasks
## Install
```bash
cargo install --locked --git https://github.com/xor-bits/vapour
```## Usage
### get app-id of installed games matching regex 'factor'
```console
$ vapour id-of -i factor
Finished opening database
Finished loading Steam libraryfolders.vdf
Factorio: 427520
Satisfactory: 526870
```### get compatdata directory of games matching regex 'civ'
```console
$ vapour compat-data rocket
Finished opening database
Finished loading Steam libraryfolders.vdf
Rocket League: /home/username/.local/share/Steam/steamapps/compatdata/252950
```### appid => name translation
```console
$ vapour name-of 40
Finished opening database
Deathmatch Classic
```