3个版本

0.1.2 2021年1月4日
0.1.1 2021年1月2日
0.1.0 2021年1月2日

#10#rush

MIT 许可证

19KB
430

rush

更快的fetch。此版本仅在arch linux上工作,并且可能不支持桌面环境。

用法

rush 0.1.0
dicedtomato

USAGE:
    rush [FLAGS] [OPTIONS]

FLAGS:
    -h, --help       Prints help information
        --icons      
        --theme      
    -V, --version    Prints version information

OPTIONS:
    -c, --cpu <cpu>                  [default: true]
    -d, --distro <distro>            [default: true]
    -g, --gpu <gpu>                  [default: true]
    -k, --kernel <kernel>            [default: true]
    -m, --mem <mem>                  [default: true]
    -p, --pacman <pacman>            [default: true]
    -r, --resolution <resolution>    [default: true]
    -s, --shell <shell>              [default: true]
    -t, --term <term>                [default: true]
    -u, --uptime <uptime>            [default: true]
    -w, --wm <wm>                    [default: true]

配置

默认情况下,如果$XDG_CONFIG_HOME/rush/rush.toml不存在,rush会在$HOME/.config创建一个配置文件。它将包含默认配置选项

distro = true
kernel = true
shell = true
uptime = true
term = true
pacman = true
wm = true
resolution = true
cpu = true
mem = true
gpu = true
theme = false
icons = false

使用

发布下载二进制文件
或者
使用rush通过crates.io (rush-bin)安装

cargo install rush-bin

然后运行

依赖项

~7–10MB
~157K SLoC