ruffsl to LinuxEnglish · 2 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 to LinuxEnglish · 2 months agomessage-square32linkfedilinkfile-text
Didn’t know about auto populating search queries, abbreviations, string scripting, and using private mode.
minus-squareGammalinkfedilinkEnglisharrow-up4·2 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
/collect
and similar can’t work unless its a builtin. Theset foo ( ...... | string ... )
pattern couldn’t work ifstring
was an external binary.