add tealdeer, dust, lsof, fix weather location
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
result=$(curl -sf --max-time 10 "wttr.in/?format=+%c%t")
|
result=$(curl -sf --max-time 10 "wttr.in/Umea,Sweden?format=+%c%t")
|
||||||
if [ $? -eq 0 ] && [ -n "$result" ]; then
|
if [ $? -eq 0 ] && [ -n "$result" ]; then
|
||||||
echo "$result"
|
echo "$result"
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -323,6 +323,9 @@
|
|||||||
btop # resource monitor
|
btop # resource monitor
|
||||||
fd # fast find alternative
|
fd # fast find alternative
|
||||||
ripgrep # fast grep alternative
|
ripgrep # fast grep alternative
|
||||||
|
tealdeer # tldr pages
|
||||||
|
du-dust # intuitive disk usage
|
||||||
|
lsof # list open files
|
||||||
asciinema # terminal recording
|
asciinema # terminal recording
|
||||||
|
|
||||||
# file managers
|
# file managers
|
||||||
|
|||||||
Reference in New Issue
Block a user