Crates.io | fsi |
lib.rs | fsi |
version | 0.1.0 |
source | src |
created_at | 2021-01-01 02:32:15.671587 |
updated_at | 2021-01-01 02:32:15.671587 |
description | fsi (Fetch System Info) is a linux command-line tool that prints the system information |
homepage | |
repository | https://github.com/MustafaSalih1993/fsi |
max_upload_size | |
id | 329976 |
size | 75,852 |
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
cargo install fsi
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/
all contributions are welcome