lynxfetch

Crates.iolynxfetch
lib.rslynxfetch
version
sourcesrc
created_at2025-03-24 11:35:34.826766+00
updated_at2025-03-24 11:35:34.826766+00
descriptionSuper fast, versatile, and customizable command-line fetcher.
homepage
repositoryhttps://gitlab.com/lynxfetch/lynxfetch
max_upload_size
id1603696
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`
size0
old (CelestifyX)

documentation

README

🦊 LynxFetch - A Minimal & Aesthetic System Fetch Tool

GitLab CI License: GPL-3.0-or-later

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. πŸš€

🎯 Purpose

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.

✨ Features

  • βœ… Ultra-Lightweight & Blazing Fast: Consumes minimal system resources and displays information instantly.
  • βœ… Essential System Information: Showcases CPU, GPU, Memory, Kernel, OS, Uptime, and more.
  • βœ… Minimalistic & Aesthetic: No clutterβ€”just clean, readable system stats.
  • βœ… Cross-Platform Compatibility: Fully supports Linux.
  • βœ… Highly Customizable: Tailor themes, colors, and output styles to fit your preferences.
  • βœ… No Bloat & Dependencies: Pure simplicityβ€”no unnecessary software overhead.
  • βœ… Fast & Efficient: Optimized for speed with near-instant execution times.
  • βœ… ASCII Art Support: Displays distribution logos in ASCII format for added flair.
  • βœ… Built with Rust: LynxFetch is developed in Rust, ensuring excellent performance and reliability.

πŸ“Έ Preview

Preview

πŸ”§ Installation

πŸ“¦ Venom Linux (Community Repository)

scratch install lynxfetch

πŸ“¦ Ubuntu/Rhino Linux (Pacstall)

pacstall -I lynxfetch

🐧 Manual Installation

git clone https://gitlab.com/lynxfetch/lynxfetch.git
cd lynxfetch
cargo build --release
cp target/release/lynxfetch /usr/local/bin/

πŸš€ Usage

To run LynxFetch and display system information with a minimalistic interface, simply execute:

lynxfetch

πŸ‘₯ Contributing

We welcome contributions! πŸŽ‰

If you'd like to contribute, fork the repo, make your changes, and submit a merge request.

  1. Clone the repo:

    git clone https://gitlab.com/lynxfetch/lynxfetch.git
    
  2. Create a new branch:

    git checkout -b feature-branch
    
  3. Make your changes and commit:

    git commit -m "Added awesome feature"
    
  4. Push to GitLab and create a merge request!

πŸ“ License

LynxFetch is licensed under the GPL-3.0-or-later License. See LICENSE for details.

πŸ’¬ Community & Support

  • πŸ’‘ Feature Requests? Open an Issue
  • 🐞 Found a Bug? Submit a Bug Report
  • ❀️ Like the project? Give it a ⭐!
Commit count: 0

cargo fmt