A neofetch-like CLI tool that displays information about countries including flags, demographics, and geographic data.
Countryfetch is a command-line information display tool inspired by neofetch that retrieves and presents data about countries. Instead of showing system information, it displays country-specific details including the flag, population, area, capital, languages, and other geographic and demographic information.
The tool accepts country names in multiple formats including full names (UnitedStates, UnitedKingdom), two-letter country codes (us, gb), and supports querying multiple countries simultaneously. It can display information for a single country, specific countries provided as arguments, or all countries at once using the --all-countries flag.
Countryfetch includes a --list-countries option to show all available countries and their codes. The output format mirrors neofetch's style with ASCII art country flags displayed alongside formatted country information, making it useful for developers, system administrators, or anyone who wants quick access to country data in a terminal environment.
# via Homebrew
brew install nik-rev/tap/countryfetch
# via Cargo
cargo install countryfetch
# via Arch Linux
pacman -S countryfetch


