Skip to content

Instantly share code, notes, and snippets.

@Der-Schubi
Der-Schubi / wttr.sh
Last active March 12, 2026 14:57 — forked from nogara/weather.sh
Simple alternative to wttr.in using OpenWeatherMap
#!/bin/bash
help() {
echo "Usage: wttr.sh -l [Location]"
}
if [ "$#" == 0 ]; then
help
echo -e "\nwttr.sh requires at least a Location as Option. Try 'wttr.sh -l London'"
exit 1
// ==UserScript==
// @id iitc-plugin-ingressdualmap-exporter@OllieTerrance
// @name IITC plugin: Ingress Dual Map Exporter
// @category Keys
// @version 0.0.0.1
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @description Exports portals currently in view as a CSV list for use with Ingress Dual Map.
// @include https://www.ingress.com/intel*
// @include http://www.ingress.com/intel*
// @match https://www.ingress.com/intel*