Skip to content

HxFetch v0.1.0 - Initial Release

Choose a tag to compare

@HxHippy HxHippy released this 05 Oct 13:10
· 8 commits to master since this release
cefe644

πŸŽ‰ 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