Crates.io | lwfetch |
lib.rs | lwfetch |
version | 1.1.0 |
source | src |
created_at | 2025-01-01 01:54:06.004937 |
updated_at | 2025-01-01 02:01:16.891182 |
description | cross-platform lightweight system fetch tool |
homepage | |
repository | https://codeberg.org/AeriaVelocity/lwfetch |
max_upload_size | |
id | 1500525 |
size | 23,630 |
lwfetch ("lightweight fetch") is a cross-platform lightweight system information tool written in Rust.
Unlike conventional fetch tools like screenfetch, neofetch and pfetch, lwfetch is designed for speed and portability first, and it'll be able to be brought up wherever Rust programs can run.
lwfetch leverages the community-supported nature of the Rust programming language, relying on well-established crates instead of home-grown hacky platform-dependent solutions.
To install lwfetch, run [cargo install lwfetch] to obtain it from crates.io, or clone/download this repository to your computer and run [cargo install --path .] in the project root.
Run lwfetch in your terminal like you would neofetch or pfetch. You'll see something that looks like this:
lwfetch is licensed under the BSD-3 Clause licence, which you can read in the LICENCE.txt file.