cm0002@lemmy.world to Programmer Humor@programming.dev · 14 days agoLinux Userslemmy.mlimagemessage-square147fedilinkarrow-up11.08Karrow-down123cross-posted to: programmerhumor@lemmy.ml
arrow-up11.06Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 14 days agomessage-square147fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarelmmarsano@lemmynsfw.comlinkfedilinkEnglisharrow-up41arrow-down1·14 days ago or documentation. Bash command line editing covers searching. Readline library command line editing covers searching.
minus-squareAmidFuror@fedia.iolinkfedilinkarrow-up12·14 days 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-up4·14 days 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-up1·14 days 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…