5 releases
Uses new Rust 2024
0.1.9 | Mar 7, 2025 |
---|---|
0.1.8 | Mar 6, 2025 |
0.1.7 | Mar 6, 2025 |
0.1.6 | Mar 6, 2025 |
0.1.5 | Mar 6, 2025 |
#158 in Internationalization (i18n)
479 downloads per month
34KB
749 lines
Countryfetch
Countryfetch is a neofetch-like tool for fetching information about your country.
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
AUR
Available for the Arch Linux repository, thanks to @bemxio.
yay -S countryfetch
Dependencies
~18–33MB
~480K SLoC