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

  1. #!/bin/sh
  2. # markers for vimwiki:
  3. echo '[[/lyons-colorado]] [[/weather]]'
  4. echo
  5. echo '{{{'
  6. lynx -dump 'https://forecast.weather.gov/MapClick.php?lat=40.2229&lon=-105.269&unit=0&lg=english&FcstType=text&TextType=1'
  7. # Alternative:
  8. # 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'
  9. echo '}}}'