learnbyexample to [email protected]English • 1 year agoMastering curl: interactive text guideantonz.orgexternal-linkmessage-square18fedilinkarrow-up1123arrow-down11cross-posted to: [email protected][email protected]
arrow-up1122arrow-down1external-linkMastering curl: interactive text guideantonz.orglearnbyexample to [email protected]English • 1 year agomessage-square18fedilinkcross-posted to: [email protected][email protected]
minus-squaremacalliklinkfedilink10•edit-21 year agoUsing curl as a substitute for man/help has made it one of my most used commands for me as of late: curl cheat.sh/AnyLinuxCommand to view tldr/cheat tips Also great for the weather via curl wttr.in Hopefully more commands utilize this technique
minus-square@[email protected]linkfedilink3•1 year agoThanks for the tip! I sometimes use the program tldr for this purpose.
minus-squaremacalliklinkfedilink2•1 year agotldr is also baked into cheat.sh too! (But it’s redundant if you already have tldr/bro/etc installed probably)
minus-square@[email protected]linkfedilink1•1 year agoUnfortunately wttr.in produces incorrect weather reports in many cities around the world
minus-square@[email protected]linkfedilink1•1 year agohttps://github.com/chubin/wttr.in/issues/854 and similar issues
Using curl as a substitute for man/help has made it one of my most used commands for me as of late:
curl cheat.sh/AnyLinuxCommand
to view tldr/cheat tipsAlso great for the weather via
curl wttr.in
Hopefully more commands utilize this technique
Thanks for the tip! I sometimes use the program
tldr
for this purpose.tldr is also baked into cheat.sh too! (But it’s redundant if you already have tldr/bro/etc installed probably)
Unfortunately wttr.in produces incorrect weather reports in many cities around the world
Did not know about this. Care to elaborate?
https://github.com/chubin/wttr.in/issues/854 and similar issues