#!/bin/sh # markers for vimwiki: echo '[[/lyons-colorado]] [[/weather]]' echo echo '{{{' lynx -dump 'https://forecast.weather.gov/MapClick.php?lat=40.2229&lon=-105.269&unit=0&lg=english&FcstType=text&TextType=1' # Alternative: # w3m -dump -cols 80 -no-graph -s 'https://forecast.weather.gov/MapClick.php?lat=40.2229&lon=-105.269&unit=0&lg=english&FcstType=text&TextType=1' echo '}}}'