Skip to content

Latest commit

History

History
35 lines (23 loc) 路 842 Bytes

README.md

File metadata and controls

35 lines (23 loc) 路 842 Bytes

noafetch (no ascii-art fetch)

Dead simple system information tool but insanely fast written in Rust. Currently this project works properly GNU/Linux and kinda works in Windows. I haven't tested in MacOS.

noafetch preview

Compilation

Requirements

  • Cargo
  • GCC (although clang could work too, I haven't tried it)

Instructions

  1. Clone this repository and cd into it:

    git clone https://github.com/Warbacon/noafetch.git
    cd ./noafetch
  2. Compile the release version:

    cargo build --release
  3. The compiled binary will be located in ./target/release/noafetch. You can copy it to a directory in your $PATH. For example, if ~/.local/bin/ is in your path, you can do:

    cp ./target/release/noafetch ~/.local/bin/