CLI tool that takes (lat,long) markers from STDIN and opens a World Map in the browser with those markers.
go install github.com/marianogappa/map@latestecho "52.5170365,13.3888599,Berlin" | map -separator commaIf you don't have the coordinates, use gps!
$ echo "Berlin" | gps | map- By default it reads tab-separated "{lat} {long} {label}" lines from STDIN
- Uses Leaflet.js for drawing the map
This project is licensed under the MIT License - see the LICENSE file for details.