rush-bin

Crates.iorush-bin
lib.rsrush-bin
version0.1.2
sourcesrc
created_at2021-01-02 19:55:06.968622
updated_at2021-01-04 05:56:40.909006
descriptionrust fetch = rush
homepagehttps://github.com/diced/rush
repositoryhttps://github.com/diced/rush.git
max_upload_size
id330724
size36,111
dicedtomato (diced)

documentation

https://github.com/diced/rush

README

rush

A faster fetch. This only works on arch linux & probably doesn't support desktop environments.

usage

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]

config

by default rush creates a config file at $XDG_CONFIG_HOME/rush/rush.toml if $XDG_CONFIG_HOME doesn't exist then it will use $HOME/.config. It will be populated with the default configuration options

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

using

download the binary from releases
or
install from crates.io (rush-bin) with

cargo install rush-bin

Then run with rush

Commit count: 0

cargo fmt