Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
388 B

#!/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 '}}}'