# 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**](https://doc.rust-lang.org/cargo/getting-started/installation.html) ```sh cargo install fsi ```
## build manually clone this repo ```sh git clone https://github.com/mustafasalih1993/fsi && cd ./fsi ``` build with [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) ```sh cargo build --release ``` copy the executable to your PATH ex: /usr/bin/ ```sh cp ./target/release/fsi /usr/bin/ ``` ## Contribution all contributions are welcome ## license [MIT](./LICENSE)