HxFetch v0.1.0 - Initial Release
π Initial Release of HxFetch
A fast, modern system information tool written in Rust with comprehensive ASCII art support.
β¨ Key Features
- β‘ Fast Performance - Written in Rust for optimal speed and memory usage
- π¨ 84+ ASCII Logos - Comprehensive collection of distribution logos with full color support
- πΌοΈ ASCII Art Generator - Built-in tool to convert any image to colored ASCII art
- βοΈ Flexible Configuration - TOML-based logo management system
- π§ͺ Logo Testing - Environment variable override:
OS="distro" hxfetch - π Terminal Themes - Background removal for perfect theme compatibility
- π¦ Lightweight - Minimal dependencies and fast execution
π Quick Start
# Install from crates.io
cargo install hxfetch
# Or download pre-compiled binary
wget https://github.com/HxHippy/HxFetch/releases/download/v0.1.0/hxfetch
chmod +x hxfetch
sudo mv hxfetch /usr/local/bin/
# Or build from source
git clone https://github.com/HxHippy/HxFetch.git
cd HxFetch
cargo build --release
sudo cp target/release/hxfetch /usr/local/bin/π― Usage Examples
# Basic system info
hxfetch
# Create custom ASCII logos
hxfetch --ascii-maker
# Test different distribution logos
OS="arch" hxfetch
OS="ubuntu" hxfetch
OS="kali" hxfetchπ Supported Systems
- Major Distributions: Ubuntu, Debian, Arch, Fedora, openSUSE, CentOS
- Security-Focused: Kali, Parrot, Tails, Pentoo, BlackBox, Qubes
- Specialized: NixOS, Gentoo, Void, Alpine, FreeBSD, OpenBSD
- Desktop-Oriented: Pop!_OS, Zorin, Elementary, Linux Mint, Manjaro
π Credits
- Inspired by neofetch by Dylan Araps
- ASCII art powered by rascii_art crate
- Special thanks to RASCII project
π What's Included
- Pre-compiled Linux x86_64 binary
- Complete source code
- Comprehensive documentation
- MIT License
Full Changelog: https://github.com/HxHippy/HxFetch/commits/v0.1.0