fsi

Crates.iofsi
lib.rsfsi
version0.1.0
sourcesrc
created_at2021-01-01 02:32:15.671587
updated_at2021-01-01 02:32:15.671587
descriptionfsi (Fetch System Info) is a linux command-line tool that prints the system information
homepage
repositoryhttps://github.com/MustafaSalih1993/fsi
max_upload_size
id329976
size75,852
Mustafa (MustafaSalih1993)

documentation

README

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

license

MIT

Commit count: 18

cargo fmt