Pantherina@feddit.de to Linux@lemmy.ml · edit-28 months agoFind anything you need with fzf, the Linux fuzzy finder toolredhat.comexternal-linkmessage-square18fedilinkarrow-up1108arrow-down12file-text
arrow-up1106arrow-down1external-linkFind anything you need with fzf, the Linux fuzzy finder toolredhat.comPantherina@feddit.de to Linux@lemmy.ml · edit-28 months agomessage-square18fedilinkfile-text
minus-squareamanneedsamaid@sopuli.xyzlinkfedilinkEnglisharrow-up5arrow-down1·8 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-up4·8 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·8 months agoThey also add C-t and M-c for fuzzy finding files and CDing to a subdirectory
minus-squareamanneedsamaid@sopuli.xyzlinkfedilinkEnglisharrow-up2·8 months agoThank you for the reply! Just figured that out and its awesome! Love CTRL+T for file names and ALT+C for cding.
minus-squareAzzk1kr@feddit.nllinkfedilinkEnglisharrow-up3·8 months agoFish shell has this built-in with Ctrl+R :)
minus-squareamanneedsamaid@sopuli.xyzlinkfedilinkEnglisharrow-up1·8 months agoLucky new-age shell bastards.
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
Thank you for the reply! Just figured that out and its awesome! Love CTRL+T for file names and ALT+C for cding.
Fish shell has this built-in with Ctrl+R :)
Lucky new-age shell bastards.