this post was submitted on 26 Feb 2024
159 points (98.8% liked)

Linux

50029 readers
1004 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Btw there is skim, a Rust fzf replacement that is in most repos!

top 18 comments
sorted by: hot top controversial new old
[–] EveryMuffinIsNowEncrypted@lemmy.blahaj.zone 18 points 11 months ago (1 children)

I need a life. Can it help me find that?

[–] Hule@lemmy.world 11 points 11 months ago (1 children)
[–] EveryMuffinIsNowEncrypted@lemmy.blahaj.zone 5 points 11 months ago* (last edited 11 months ago)

Nooooooooooooooooooo!

[–] backhdlp@iusearchlinux.fyi 8 points 11 months ago

I used fzf like twice or so and I can't live without fuzzy finding anymore.

[–] amanneedsamaid@sopuli.xyz 8 points 11 months ago (2 children)

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"

[–] ScreaminOctopus@sh.itjust.works 4 points 11 months ago (2 children)

Fzf has some scripts packaged for most shells that'll replace ctrl-r reverse history search with this behavior

[–] Shareni@programming.dev 3 points 11 months ago

They also add C-t and M-c for fuzzy finding files and CDing to a subdirectory

[–] amanneedsamaid@sopuli.xyz 2 points 11 months ago

Thank you for the reply! Just figured that out and its awesome! Love CTRL+T for file names and ALT+C for cding.

[–] Azzk1kr@feddit.nl 3 points 11 months ago (1 children)

Fish shell has this built-in with Ctrl+R :)

[–] amanneedsamaid@sopuli.xyz 1 points 11 months ago

Lucky new-age shell bastards.

[–] Andy@programming.dev 5 points 11 months ago (1 children)

FWIW broot is a great fuzzy finding file tree tool that can be used similarly (much better for the task IMO), with a little configuration.

[–] d3Xt3r@lemmy.nz 2 points 11 months ago* (last edited 11 months ago) (1 children)

That looks great ... if only there were an easy fish plugin version of it ;)

I'm currently using fzf.fish and it's been great - my only complaint is that I can't use it to jump to/insert a directory/file that's outside of the current directory, but it seems like your solution with boot+zsh overcomes that limitation?

[–] Andy@programming.dev 2 points 11 months ago

Yeah, since broot is a full featured file navigator and operator, you can get anywhere once it's launched. I have alt+up bound to go up a directory, but there are other ways to get around as well.

Broot supports fish out of the box, and you can use its default fish launcher function to change your folder (alt+enter quits broot then performs a cd) or insert a path (the broot command pp quits broot then prints the path, like fzf).

I never learned fish scripting, but if anyone here has they may try to port my Zsh functions, especially to get path completion for partially typed paths. If you're doing that and have questions about the broot config side of the equation, I'm happy to try to help.

[–] mosthated@feddit.nl 5 points 11 months ago (1 children)

I have also implemented it in emacs. It is awesome.

[–] TheAgeOfSuperboredom@lemmy.ca 1 points 11 months ago

I'm curious what you use it for. I use Ivy and it had good fuzzy matching.

[–] Thcdenton@lemmy.world 3 points 11 months ago

Been using fzf for years now. Great integration with vim and ranger.

[–] desmosthenes@lemmy.world 2 points 11 months ago

here to show fzf support

[–] else@discuss.tchncs.de 1 points 11 months ago

Been using it too and love it. Also, check out fzf-tab and fzf-git.