Skip to content

Instantly share code, notes, and snippets.

@jaylandro
Created December 11, 2024 04:25
Show Gist options
  • Save jaylandro/a75bd08fc703304dd45eeb4f45fd3d1d to your computer and use it in GitHub Desktop.
Save jaylandro/a75bd08fc703304dd45eeb4f45fd3d1d to your computer and use it in GitHub Desktop.
Terminal Tools for zsh/bash RC
wttr () {
curl wttr.in
}
moon () {
curl wttr.in/moon
}
geoip () {
curl ifconfig.co/json
}
qrcode () {
curl qrenco.de/$1
}
map () {
telnet mapscii.me
}
speedtest () {
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment