Manage your games on the terminal
rusteam
is a little Rust CLI utility to help geeks like me manage their
favourite games with ease.
sh
cargo install rusteam
Then, generate a config file:
sh
rusteam config init
This places a config file in ~/.config/rusteam/config.toml
, which you can
start editing.
```sh
rusteam help
rusteam completion zsh > /some/dir/on/your/fpath
rusteam ls
rusteam ls rpg
rusteam play spire ```
| Field | Description |
| ------------ | ------------------------------------------------------ |
| games_root
| Where all your games are located. Default: "~/Games"
|
Oleksii Filonenko
Contributions, issues and feature requests are welcome!
Feel free to check open issues.