CLI tool that displays country information in a neofetch-style format with flags, demographics, and geographic data.
Countryfetch is a command-line information display tool that presents country data in a format similar to neofetch. The tool fetches and displays country information including flags, population statistics, geographic details, and other metadata in a visually formatted output.
The tool supports multiple input methods for specifying countries. Users can query their own country automatically, specify countries by full name (e.g., "UnitedStates UnitedKingdom"), or use standard 2-letter country codes ("us gb"). Additional commands include listing all available countries with --list-countries and displaying information for all countries at once with --all-countries.
Countryfetch is built in Rust and provides cross-platform installation options including Homebrew, Cargo, system package managers, and shell-based installers. The tool is available in Arch Linux's official repositories and supports Windows, macOS, and Linux through various installation methods.
# via Homebrew
brew install nik-rev/tap/countryfetch
# via Cargo
cargo install countryfetch
# via Arch Linux
pacman -S countryfetch