A Rust reimplementation of Hyfetch wih a focus on speed
Download the repo and run cargo run
in the folder to try it out. To install mirafetch try cargo install .
and ensure your cargo directory is in $PATH
Images:
Options:
-s, --scheme-name <SCHEME_NAME>
-o, --orientation <ORIENTATION> [possible values: horizontal, vertical]
-i, --icon-name <ICON_NAME>
-h, --help Print help
-V, --version Print version
The configuration file is located in:
TODO/config.toml
TODO/config.toml
TODO\config.toml
icon_name
is optional and overrides the default icon for your system, these are defined in data/data.yaml
scheme_name
is optional and defines the flag pattern to overlay on your OS icon, these are defined in data/flags.toml
orientation
is required when scheme_name
is present, and can be Horizontal
or Vertical
, and sets the direction of the flag's stripes