Skip to content

casuallyblue/mirafetch

 
 

Repository files navigation

mirafetch


GitHub

A Rust reimplementation of Hyfetch wih a focus on speed

Installation

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

Configuration

  • The configuration file is located in:

    • Linux: TODO/config.toml
    • macOS: TODO/config.toml
    • Windows 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

Notes

  • I could definitely use help testing on other platforms
  • There's currently no support for macOS, if you have a Mac and want to port this, feel free to make a PR

Tested on:

  • Windows 11
  • Ubuntu 23.10
  • Pop! OS 20.04

Special Thanks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 89.1%
  • HTML 7.6%
  • Python 3.3%