12 个版本

0.5.2 2019 年 11 月 11 日
0.5.1 2019 年 8 月 12 日
0.4.6-rc.22019 年 8 月 7 日
0.3.1 2019 年 7 月 31 日

游戏 中排名第 595

每月下载量 36

GPL-3.0-or-later

27KB
439

rusteam

Version Downloads License Documentation

CircleCI

在终端管理您的游戏

rusteam 是一个小的 Rust CLI 工具,可以帮助像我这样的极客轻松地管理他们喜欢的游戏。

特性

  • 列出和筛选游戏
  • 使用自动启动器和平台检测运行游戏
  • 跨平台配置
  • shell 完成生成器

路线图

  • 从下载的文件中安装游戏
  • 支持更多启动器、搜索方法等。

安装

cargo install rusteam

然后,生成一个配置文件

rusteam config init

这将在 ~/.config/rusteam/config.toml 中放置一个配置文件,您可以开始编辑。

使用方法

# 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

配置参考

字段 描述
games_root 所有游戏所在的位置。默认:"~/Games"

作者

Oleksii Filonenko

贡献

欢迎贡献、问题和功能请求!

请随意查看 公开问题

依赖项

~4–12MB
~119K SLoC