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

Linux

50431 readers
571 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
[–] [email protected] 18 points 1 year ago (1 children)

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

[–] [email protected] 11 points 1 year ago (1 children)
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

Nooooooooooooooooooo!

[–] [email protected] 8 points 1 year 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 4 points 1 year ago (2 children)

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

[–] [email protected] 3 points 1 year ago

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

[–] [email protected] 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.

[–] [email protected] 3 points 1 year ago (1 children)

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

[–] [email protected] 1 points 11 months ago

Lucky new-age shell bastards.

[–] [email protected] 8 points 1 year ago

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

[–] [email protected] 5 points 1 year 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.

[–] [email protected] 2 points 1 year ago* (last edited 1 year 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?

[–] [email protected] 2 points 1 year 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.

[–] [email protected] 5 points 1 year ago (1 children)

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

[–] [email protected] 1 points 1 year ago

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

[–] [email protected] 3 points 1 year ago

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

[–] [email protected] 2 points 1 year ago

here to show fzf support

[–] [email protected] 1 points 1 year ago

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