xia@lemmy.ca to Showerthoughts@lemmy.worldEnglish · 15 days agoAI coding assistants might not save wall-time, but they do save effort, in the same way that pressing the 'up' arrow ten times in a shell might let you avoid typing 'ls'message-squaremessage-square32linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareAI coding assistants might not save wall-time, but they do save effort, in the same way that pressing the 'up' arrow ten times in a shell might let you avoid typing 'ls'xia@lemmy.ca to Showerthoughts@lemmy.worldEnglish · 15 days agomessage-square32linkfedilink
minus-squarecenzorrll@piefed.calinkfedilinkEnglisharrow-up0·15 days ago …pressing the ‘up’ arrow ten times in a shell might let you avoid typing ‘ls’ I feel seen. But in my defense, that directory was like, 6 levels deep
minus-squarekunaltyagi@programming.devlinkfedilinkarrow-up0·15 days agoLet me introduce you to my savior: ctrl + r And a better bash with fuzzy find: fish or zsh.
minus-squareRichardDegenne@lemmy.ziplinkfedilinkarrow-up0·15 days agoYeah, that what you can type ^R ls instead of ls to save time!
I feel seen. But in my defense, that directory was like, 6 levels deep
Let me introduce you to my savior: ctrl + r
And a better bash with fuzzy find: fish or zsh.
fzf is where it’s at
Yeah, that what you can type
^R lsinstead oflsto save time!