ruffsl@programming.dev to Linux@programming.devEnglish · 10 months agoThe BEST Shell You’re Not Using - Fish - YouTubeyoutube.comexternal-linkmessage-square32linkfedilinkarrow-up160arrow-down15file-text
arrow-up155arrow-down1external-linkThe BEST Shell You’re Not Using - Fish - YouTubeyoutube.comruffsl@programming.dev to Linux@programming.devEnglish · 10 months agomessage-square32linkfedilinkfile-text
Didn’t know about auto populating search queries, abbreviations, string scripting, and using private mode.
minus-squareGamma@programming.devcakelinkfedilinkEnglisharrow-up4·10 months agostring split/collect and similar can’t work unless its a builtin. The set foo ( ...... | string ... ) pattern couldn’t work if string was an external binary.
string split/collectand similar can’t work unless its a builtin. Theset foo ( ...... | string ... )pattern couldn’t work ifstringwas an external binary.