Skip to content

Releases: HxHippy/HxFetch

HxFetch v0.1.1 - Consistency & Polish Update

05 Oct 13:51
fa681f4

Choose a tag to compare

🔧 HxFetch v0.1.1 - Consistency & Polish Update

This release ensures complete consistency across the entire project with improved user experience.

✨ What's New

  • 🎯 Complete Consistency: All code references now use "hxfetch" instead of "rfetch"
  • 📁 Updated Config Directory: Configuration now stored in ~/.config/hxfetch/
  • 🖼️ Visual Enhancement: Added HxFetch banner image to README
  • 🧹 Repository Cleanup: Removed development artifacts and test files
  • 👤 Updated Author Info: Proper attribution in CLI help and metadata

🔄 Breaking Changes

  • Config Location: Configs moved from ~/.config/rfetch/ to ~/.config/hxfetch/
  • CLI Display: Help text and version info now properly show "hxfetch"

🚀 Installation

# Install from crates.io
cargo install hxfetch

# Or download pre-compiled binary
wget https://github.com/HxHippy/HxFetch/releases/download/v0.1.1/hxfetch
chmod +x hxfetch
sudo mv hxfetch /usr/local/bin/

📋 Full Feature Set

  • ⚡ Fast Performance - Written in Rust for optimal speed
  • 🎨 84+ ASCII Logos - Comprehensive distribution logo collection
  • 🖼️ ASCII Art Generator - Built-in image-to-ASCII converter
  • ⚙️ Flexible Configuration - TOML-based logo management
  • 🧪 Logo Testing - OS="distro" hxfetch for testing different logos
  • 🌈 Terminal Theme Compatible - Background removal support

Full Changelog: v0.1.0...v0.1.1

HxFetch v0.1.0 - Initial Release

05 Oct 13:10
cefe644

Choose a tag to compare

🎉 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

📊 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