Crates.io | rusteam |
lib.rs | rusteam |
version | 0.5.2 |
source | src |
created_at | 2019-07-31 13:53:47.053377 |
updated_at | 2019-11-11 10:46:56.574481 |
description | Manage your games on the terminal |
homepage | https://github.com/filalex77/rusteam |
repository | https://github.com/filalex77/rusteam |
max_upload_size | |
id | 153196 |
size | 93,033 |
Manage your games on the terminal
rusteam
is a little Rust CLI utility to help geeks like me manage their
favourite games with ease.
cargo install rusteam
Then, generate a config file:
rusteam config init
This places a config file in ~/.config/rusteam/config.toml
, which you can
start editing.
# Get the list of possible subcommands
rusteam help
# Get completions for your shell. zsh in my case
rusteam completion zsh > /some/dir/on/your/fpath
# List all your games, sorted alphabetically
rusteam ls
# Find games with names containing a pattern
rusteam ls rpg
# Run a game. For example, Slay the Spire
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.