Skip to content

gausszhou/hardfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HardFetch

A command-line tool for fetching system information, similar to fastfetch/neofetch.

Features

  • System, hardware, network, and battery information
  • Cross-platform support (Windows/Linux/macOS)
  • High-performance concurrent data collection

Installation

# Install latest version
go install github.com/gausszhou/hardfetch@latest

# Or build from source
git clone https://github.com/gausszhou/hardfetch.git
cd hardfetch
make install

Usage

# Run the tool
hardfetch

# Check version
hardfetch --version

Clean

# Clean build artifacts
make clean

# Clean Go module cache (all cached versions)
go clean -cache

# Remove installed binary
rm -f $(go env GOPATH)/bin/hardfetch

License

MIT License

About

一个获取设备信息的命令行工具; A CLI tool for fetching hardware information.

Resources

Stars

Watchers

Forks

Contributors