qfetch-0.9.1 is not a library.
qfetch
qfetch is a tool that fetches info about your linux install.
Status

Dependencies
- /proc/meminfo with the following fields:
- MemTotal in the 1st line
- MemFree in the 2nd line
- MemAvailable in the 3rd line
- GNU Coreutils with the
dfcommand - /etc/os-release with the following fields:
- PRETTY_NAME
- Rust and Cargo of course!
- Optionally you can install
maketo build the app
Installation via wake
- Clone the repo
- Install the dependencies
- Run
waketo build - Run
wake -s .wake/install.Wakefileto install
Installation via make
- Clone the repo
- Install the dependencies
- Run
maketo build the app - Run
sudo make installto install the app - Run
qfetchto see the output
Installation via cargo build
- Clone the repository
- Install the dependencies and rust via rustup
- Run
cargo build -rto build the executable - Your executable is
target/release/qfetch, go ahead and run/install it somewhere
Installation using cargo
- Dead simple, run
cargo install qfetch
Ubuntu binaries are available in releases tab
Installation on Arch Linux or Arch Based Distros
Available on AUR (I officialy maintain it)
Available on AUR (Maintained by kleintux)
Help
- Before creating an issue please check out the wiki
- If the previous step didn't help, create an issue!
- In tty the app may not display some data, try running it in a DE (if DE is null or empty then it will not display terminal and some other stuff)