Crates.io | lynxfetch |
lib.rs | lynxfetch |
version | |
source | src |
created_at | 2025-03-24 11:35:34.826766+00 |
updated_at | 2025-03-24 11:35:34.826766+00 |
description | Super fast, versatile, and customizable command-line fetcher. |
homepage | |
repository | https://gitlab.com/lynxfetch/lynxfetch |
max_upload_size | |
id | 1603696 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
LynxFetch is a lightweight, aesthetic, and fast system information fetch tool developed in Rust for Linux. It displays essential system details in a minimalistic, clean format, making it a perfect alternative to more resource-heavy fetch tools like Neofetch. Designed with performance in mind, LynxFetch prioritizes speed, efficiency, and a beautiful output, providing a seamless experience while using minimal system resources. π
LynxFetch was developed to give users a fast, lightweight, and visually pleasing way to display system information. Unlike bloated alternatives, LynxFetch focuses on simplicity, performance, and aesthetic appeal, making it a perfect tool for minimalists, developers, and enthusiasts who want a beautiful, easy-to-read terminal output. Whether you're showcasing your system specs or just keeping an eye on your machine's resources, LynxFetch is the ultimate companion for your terminal.
scratch install lynxfetch
pacstall -I lynxfetch
git clone https://gitlab.com/lynxfetch/lynxfetch.git
cd lynxfetch
cargo build --release
cp target/release/lynxfetch /usr/local/bin/
To run LynxFetch and display system information with a minimalistic interface, simply execute:
lynxfetch
We welcome contributions! π
If you'd like to contribute, fork the repo, make your changes, and submit a merge request.
Clone the repo:
git clone https://gitlab.com/lynxfetch/lynxfetch.git
Create a new branch:
git checkout -b feature-branch
Make your changes and commit:
git commit -m "Added awesome feature"
Push to GitLab and create a merge request!
LynxFetch is licensed under the GPL-3.0-or-later License. See LICENSE for details.