https://github.com/hkmori15/hfetch
A blazingly fast, lightweight fetch ⚡
https://github.com/hkmori15/hfetch
blazingly-fast cmake cpp23 fetch hfetch
Last synced: 10 months ago
JSON representation
A blazingly fast, lightweight fetch ⚡
- Host: GitHub
- URL: https://github.com/hkmori15/hfetch
- Owner: Hkmori15
- License: mit
- Created: 2025-03-09T19:40:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-09T19:42:52.000Z (over 1 year ago)
- Last Synced: 2025-03-09T20:27:43.878Z (over 1 year ago)
- Topics: blazingly-fast, cmake, cpp23, fetch, hfetch
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## hfetch
Minimalistic and blazing-fast fetch for Linux
## Features ✨:
- Blazing fast: Written in Rust with perfomance optimizations
- No dependencies: No bloat, just pure speed
- Clean output: Simple and elegant ASCII art with system info
- Resource efficient: Use minimal system resources
- Cross-distro: Works on most Linux distro

## Building 🚀:
1. Using Cargo:
```bash
cargo install --git https://github.com/Hkmori15/hfetch
```
2. Manual building:
```bash
git clone https://github.com/Hkmori15/hfetch.git
cd/z hfetch
cargo build --release
sudo install -Dm755 target/release/hfetch /usr/local/bin/hfetch
```
## Usage 🖥:
Just run:
```bash
hfetch
```
## Acknowledgements 🙏:
Inspired by [fastfetch](https://github.com/fastfetch-cli/fastfetch) and [pfetch-rs](https://github.com/Gobidev/pfetch-rs)