1 unstable release
0.1.0 | Jan 1, 2021 |
---|
Used in gxrfetch
62KB
318 lines
fsi
fsi (fetch system info), a fast cli tool to print system info written from scratch in Rust.
Note
this software is still in development.
Preview
Install with cargo
You can install the binary crate with cargo
cargo install fsi
build manually
clone this repo
git clone https://github.com/mustafasalih1993/fsi && cd ./fsi
build with cargo
cargo build --release
copy the executable to your PATH ex: /usr/bin/
cp ./target/release/fsi /usr/bin/
Contribution
all contributions are welcome