cm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agoLinux Userslemmy.mlimagemessage-square135linkfedilinkarrow-up11.16Karrow-down121
arrow-up11.14Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square135linkfedilink
minus-squarelmmarsano@lemmynsfw.comlinkfedilinkEnglisharrow-up55arrow-down1·1 day ago or documentation. Bash command line editing covers searching. Readline library command line editing covers searching.
minus-squareAmidFuror@fedia.iolinkfedilinkarrow-up16·23 hours agoTo use ctrl-r I have to remember something about the command. To use up arrow I just have to know about how many commands ago I used it.
minus-squareAuli@lemmy.calinkfedilinkEnglisharrow-up2·16 hours agoSo how well you know which command it is of you won’t recognize it when you see it…
minus-squaresilasmariner@programming.devlinkfedilinkarrow-up8·22 hours agoNot if you have fzf you don’t: https://github.com/junegunn/fzf Like an interactive fuzzy finding history. It’s sick.
or documentation.
To use ctrl-r I have to remember something about the command. To use up arrow I just have to know about how many commands ago I used it.
So how well you know which command it is of you won’t recognize it when you see it…
Not if you have fzf you don’t: https://github.com/junegunn/fzf
Like an interactive fuzzy finding history. It’s sick.