xia@lemmy.ca to Showerthoughts@lemmy.worldEnglish · 8 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-square38linkfedilinkarrow-up1182arrow-down120
arrow-up1162arrow-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 · 8 days agomessage-square38linkfedilink
minus-squarekunaltyagi@programming.devlinkfedilinkarrow-up6·7 days agoLet me introduce you to my savior: ctrl + r And a better bash with fuzzy find: fish or zsh.
minus-squareRichardDegenne@lemmy.ziplinkfedilinkarrow-up4·7 days agoYeah, that what you can type ^R ls instead of ls to save time!
minus-squarekunaltyagi@programming.devlinkfedilinkarrow-up1·7 days agoPretty sure I use ls <dir> more than ls Also, use mc and you’ll never need ls
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!Pretty sure I use
ls <dir>more than lsAlso, use
mcand you’ll never need ls