fsi 0.1.0

fsi (Fetch System Info) is a linux command-line tool that prints the system information
Documentation
  • Coverage
  • 0%
    0 out of 20 items documented0 out of 15 items with examples
  • Size
  • Source code size: 75.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • MustafaSalih1993

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