| Crates.io | mirafetch |
| lib.rs | mirafetch |
| version | 0.1.0 |
| created_at | 2025-01-15 16:27:46.967087+00 |
| updated_at | 2025-01-15 16:27:46.967087+00 |
| description | A Rust reimplementation of Hyfetch wih a focus on speed |
| homepage | https://github.com/ArgentumCation/mirafetch |
| repository | https://github.com/ArgentumCation/mirafetch |
| max_upload_size | |
| id | 1517679 |
| size | 686,102 |
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.tomlTODO/config.tomlTODO\config.tomlicon_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