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
df
command - /etc/os-release with the following fields:
- PRETTY_NAME
- Rust and Cargo of course!
- Optionally you can install
make
to build the app
wake
Installation via - Clone the repo
- Install the dependencies
- Run
wake
to build - Run
wake -s .wake/install.Wakefile
to install
make
Installation via - Clone the repo
- Install the dependencies
- Run
make
to build the app - Run
sudo make install
to install the app - Run
qfetch
to see the output
cargo build
Installation via - Clone the repository
- Install the dependencies and rust via rustup
- Run
cargo build -r
to 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
Installation on Arch Linux or Arch Based Distros
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 username, terminal, etc)