https://github.com/nik-rev/countryfetch
A Command-line tool similar to Neofetch for obtaining information about your country
https://github.com/nik-rev/countryfetch
Last synced: 22 days ago
JSON representation
A Command-line tool similar to Neofetch for obtaining information about your country
- Host: GitHub
- URL: https://github.com/nik-rev/countryfetch
- Owner: nik-rev
- License: mit
- Created: 2025-03-02T20:57:33.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T12:57:24.000Z (24 days ago)
- Last Synced: 2025-04-05T13:40:15.406Z (24 days ago)
- Language: Rust
- Homepage:
- Size: 2.09 MB
- Stars: 146
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - nik-rev/countryfetch - A Command-line tool similar to Neofetch for obtaining information about your country (Rust)
README
# Countryfetch
Countryfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for fetching information about your country.



## Usage
Get information about your country:
```sh
countryfetch
```Get information about specific countries:
```sh
countryfetch UnitedStates UnitedKingdom
```You can also use 2-letter country codes:
```sh
countryfetch us gb
```List all countries:
```sh
countryfetch --list-countries
```Show information about all countries:
```sh
countryfetch --all-countries
```## Installation
### Linux / MacOS
```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nik-rev/countryfetch/releases/latest/download/countryfetch-installer.sh | sh
```### Linux / MacOS (Homebrew)
```sh
brew install nik-rev/tap/countryfetch
```### Windows / MacOS / Linux (Powershell)
```sh
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.
```sh
cargo install countryfetch
```### Arch Linux
Available in the [official repositories](https://archlinux.org/packages/extra/x86_64/countryfetch/):
```sh
pacman -S countryfetch
```