learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 2 years agoMastering curl: interactive text guideantonz.orgexternal-linkmessage-square16linkfedilinkarrow-up1129arrow-down12
arrow-up1127arrow-down1external-linkMastering curl: interactive text guideantonz.orglearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 2 years agomessage-square16linkfedilink
minus-squaremacallik@kbin.sociallinkfedilinkarrow-up11·edit-22 years 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-squaremacallik@kbin.sociallinkfedilinkarrow-up2·2 years agotldr is also baked into cheat.sh too! (But it’s redundant if you already have tldr/bro/etc installed probably)
minus-squaresebastiancarlos@lemmy.sdf.orglinkfedilinkarrow-up1·2 years agoUnfortunately wttr.in produces incorrect weather reports in many cities around the world
minus-squaremacallik@kbin.sociallinkfedilinkarrow-up1·2 years agoDid not know about this. Care to elaborate?
minus-squaresebastiancarlos@lemmy.sdf.orglinkfedilinkarrow-up1·2 years 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
deleted by creator
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