fsi (fetch system info), a fast cli tool to print system info written from scratch in Rust.
this software is still in development.
You can install the binary crate with cargo
sh
cargo install fsi
clone this repo
sh
git clone https://github.com/mustafasalih1993/fsi && cd ./fsi
build with cargo
sh
cargo build --release
copy the executable to your PATH ex: /usr/bin/
sh
cp ./target/release/fsi /usr/bin/
all contributions are welcome