#system-info #fetch #tool #command-line-tool #linux #print #cli

bin+lib fsi

fsi (Fetch System Info) is a linux command-line tool that prints the system information

1 unstable release

0.1.0 Jan 1, 2021

#19 in #system-info

30 downloads per month
Used in gxrfetch

MIT license

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

license

MIT

No runtime deps