rustsysfetch

Crates.iorustsysfetch
lib.rsrustsysfetch
version0.1.6
sourcesrc
created_at2023-10-25 05:07:30.977596
updated_at2023-10-26 15:37:35.314062
descriptionA tool to fetch system information
homepagehttps://github.com/AnttiRae/RustScreenFetchThingy
repositoryhttps://github.com/AnttiRae/RustScreenFetchThingy
max_upload_size
id1013067
size93,701
Antti Rae (AnttiRae)

documentation

README

rustsysfetch

CLI tool used to fetch system info from you Linux system. Inspired by the countless other fetch tools, like neofetch and screenfetch. This is project that I made mainly to learn about Rust. Since this is a learning project made for a hackathon the amount of supported OSes is low. Only Linux is supported and even that is limited. (This has been only tested on Fedora and Rocky Linux) Your mileage may wary. If you're looking for a real tool just get neofetch or something.

Install

To install just run:
cargo install rustsysfetch
You should probably add $HOME/.cargo/bin/ to your path.

Usage

Just run rustsysfetch

Images

img_1.png

img.png

Stuff I learned:

  • How to code something with Rust

  • How to use cargo to publish a something in crates.io

Todo (some day maybe):

  • Use some third party packages to get system info more reliably.

  • more logos

OS logos were made with Letterpress

Commit count: 16

cargo fmt