geofetch is a modern and minimalistic terminal clock with geo-based enhancements.
It displays a large, customizable clock, your current location, date, and temperature, all perfectly centered in your terminal window – with style.
- Live updating terminal clock
- Fancy font styles and color customization
- Real-time location (region + country)
- Date and temperature display
- Keyboard-controlled (
qorESCto quit) - Clean fullscreen UI with centered layout
- You can compile and install
geofetchlocally using the providedMakefile:
make
sudo make installThe binary will be installed to /usr/local/bin/geofetch by default
- To remove:
sudo make uninstallTo run without installing:
make runJust create a binary:
makegeofetch # Default font and color
geofetch -s slim # Choose font style (see below)
geofetch -c cyan # Choose text color
geofetch help # Show help
geofetch style # Show available font stylesAvailable styles and colors:
- Fonts: block, slim, shadow, soft, neo
- Colors: red, green, yellow, blue, magenta, cyan, white
Currently tested on macOS and Linux only
geofetch is under active development



