Pantherina@feddit.de to Linux@lemmy.ml · edit-210 months agoFind anything you need with fzf, the Linux fuzzy finder toolredhat.comexternal-linkmessage-square16fedilinkarrow-up1157arrow-down12file-text
arrow-up1155arrow-down1external-linkFind anything you need with fzf, the Linux fuzzy finder toolredhat.comPantherina@feddit.de to Linux@lemmy.ml · edit-210 months agomessage-square16fedilinkfile-text
minus-squareamanneedsamaid@sopuli.xyzlinkfedilinkEnglisharrow-up9arrow-down1·10 months agoorderless achieves the same sort of thing in emacs, but I also use an fzf zsh alias to see my shell history all the time! alias hf="history -100 | fzf"
minus-squareScreaminOctopus@sh.itjust.workslinkfedilinkEnglisharrow-up3·10 months agoFzf has some scripts packaged for most shells that’ll replace ctrl-r reverse history search with this behavior
minus-squareShareni@programming.devlinkfedilinkarrow-up3·10 months agoThey also add C-t and M-c for fuzzy finding files and CDing to a subdirectory
minus-squareAzzk1kr@feddit.nllinkfedilinkEnglisharrow-up2·10 months agoFish shell has this built-in with Ctrl+R :)
orderless achieves the same sort of thing in emacs, but I also use an fzf zsh alias to see my shell history all the time!
alias hf="history -100 | fzf"
Fzf has some scripts packaged for most shells that’ll replace ctrl-r reverse history search with this behavior
They also add C-t and M-c for fuzzy finding files and CDing to a subdirectory
Fish shell has this built-in with Ctrl+R :)