diff options
author | rafa_99 <raroma09@gmail.com> | 2022-04-25 20:30:29 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-04-25 20:30:29 +0100 |
commit | cd3257581a863df87e259479be763136a1ec3514 (patch) | |
tree | 2cc84cb907a09eacfb359dd2e0aca19229ae256a /scripts/.local/bin/weather | |
parent | 6fc0374e17ce0419c7bb1925dc89214d8e87c4d3 (diff) |
Updated configs and added weather keybind
Diffstat (limited to 'scripts/.local/bin/weather')
-rwxr-xr-x | scripts/.local/bin/weather | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/.local/bin/weather b/scripts/.local/bin/weather new file mode 100755 index 0000000..819b700 --- /dev/null +++ b/scripts/.local/bin/weather @@ -0,0 +1,3 @@ +#!/bin/sh + +less -R <<< $(curl -q wttr.in | grep -vi "Follow") |