Skip to content

Instantly share code, notes, and snippets.

@vielmetti
Created May 21, 2026 20:32
Show Gist options
  • Select an option

  • Save vielmetti/58504d0a8e4fcff27c81fa910050ff3d to your computer and use it in GitHub Desktop.

Select an option

Save vielmetti/58504d0a8e4fcff27c81fa910050ff3d to your computer and use it in GitHub Desktop.
sixwx - show weather radar for a location on a sixel-compatible terminal
#!/bin/sh
# sixwx - current weather radar in terminal for named site
# usage: sixwx KDTX
#
curl -s https://radar.weather.gov/ridge/standard/"$1"_0.gif | img2sixel -w 200% -h 200%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment