A Command-line tool similar to Neofetch for obtaining information about your country
Find a file
2025-12-18 11:36:05 +00:00
.github Remove unused github workflow 2025-12-09 15:51:24 +00:00
src New architecture for loading file at startup 2025-12-18 11:36:05 +00:00
.gitignore chore: update to the latest version of template 2025-07-05 15:33:38 +01:00
.rustfmt.toml Remove unused lints 2025-12-09 15:50:48 +00:00
Cargo.lock New architecture for loading file at startup 2025-12-18 11:36:05 +00:00
Cargo.toml New architecture for loading file at startup 2025-12-18 11:36:05 +00:00
CHANGELOG.md feat: v0.2.0 2025-06-04 13:16:30 +01:00
CONTRIBUTING.md docs: note on needing perl 2025-04-05 23:42:05 +01:00
countries.rkyv.generate.rs New architecture for loading file at startup 2025-12-18 11:36:05 +00:00
countries.rkyv.gz New architecture for loading file at startup 2025-12-18 11:36:05 +00:00
dist-workspace.toml ci: use ubuntu-latest for ci runners 2025-06-04 13:18:28 +01:00
flake.lock chore: update Nix overlay 2025-08-27 22:54:45 +01:00
flake.nix chore: use 1.88 rust in rust-toolchain.toml 2025-07-05 15:10:44 +01:00
LICENSE-APACHE feat: use files from my rust template 2025-04-07 23:22:46 +01:00
LICENSE-MIT feat: use files from my rust template 2025-04-07 23:22:46 +01:00
README.md docs: fix spelling 2025-04-12 23:46:50 +01:00
rust-toolchain.toml Add extra components 2025-12-09 15:48:22 +00:00

Countryfetch

Countryfetch is a neofetch-like tool for fetching information about your country.

united kingdom

japan

united states

Usage

Get information about your country:

countryfetch

Get information about specific countries:

countryfetch UnitedStates UnitedKingdom

You can also use 2-letter country codes:

countryfetch us gb

List all countries:

countryfetch --list-countries

Show information about all countries:

countryfetch --all-countries

Installation

Linux / MacOS

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nik-rev/countryfetch/releases/latest/download/countryfetch-installer.sh | sh

Linux / MacOS (Homebrew)

brew install nik-rev/tap/countryfetch

Windows / MacOS / Linux (PowerShell)

powershell -ExecutionPolicy Bypass -c "irm https://github.com/nik-rev/countryfetch/releases/latest/download/countryfetch-installer.ps1 | iex"

Windows / MacOS / Linux (Cargo)

Note: You will need at least Cargo 1.85 to build from source, using this method.

cargo install countryfetch

Arch Linux

Available in the official repositories:

pacman -S countryfetch