cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agoLinux Userslemmy.mlimagemessage-square142fedilinkarrow-up11.05Karrow-down123cross-posted to: [email protected]
arrow-up11.02Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square142fedilinkcross-posted to: [email protected]
minus-squarelmmarsano@lemmynsfw.comlinkfedilinkEnglisharrow-up50·1 year ago or documentation. Bash command line editing covers searching. Readline library command line editing covers searching.
minus-squareAmidFuror@fedia.iolinkfedilinkarrow-up13·1 year 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-squaresilasmariner@programming.devlinkfedilinkarrow-up7·1 year agoNot if you have fzf you don’t: https://github.com/junegunn/fzf Like an interactive fuzzy finding history. It’s sick.
minus-squareAuli@lemmy.calinkfedilinkEnglisharrow-up2·1 year agoSo how well you know which command it is of you won’t recognize it when you see it…
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.
Not if you have fzf you don’t: https://github.com/junegunn/fzf
Like an interactive fuzzy finding history. It’s sick.
So how well you know which command it is of you won’t recognize it when you see it…