fetch
A command-line system information tool written in Rust
WIP
Features
Installation
Arch Linux
cargo install --git https://github.com/FriedPandaFries/fetch.com --features arch
Debian, Linux Mint, Ubuntu
sudo apt install libarchive-dev pkg-config
cargo install --git https://github.com/FriedPandaFries/fetch.com --features deb
Everyone else
cargo install --git https://github.com/FriedPandaFries/fetch.com
Goals
- Be unnecessarily fast
- Use the fewest(ideally none) externall processes
- Run on all Linux Distros and eventually BSD, Mac, and Windows
ToDos