#fzf - FuZzy Finder Tutorial

preview_player
Показать описание
In this video we are going to learn about fzf - a general-purpose command-line fuzzy finder that will change your life!

fzf:

fzf wiki:

useful examples from the fzf wiki:

fd is a simple, fast and user-friendly alternative to find:

my .dotfiles:

This video is part of the following playlist:

Table of Contents
00:00 intro
01:10 installation
04:20 fzf hello world
07:37 files
08:57 config
12:15 search syntax
12:59 key bindings and autocompletion
21:46 fzf-tmux
24:37 tricks, wiki and vim integration
30:42 conclusion

Cheers and Happy Coding!
Рекомендации по теме
Комментарии
Автор

Table of Contents
00:00 intro
01:10 installation
04:20 fzf hello world
07:37 files
08:57 config
12:15 search syntax
12:59 key bindings and autocompletion
21:46 fzf-tmux
24:37 tricks, wiki and vim integration
30:42 conclusion

DevInsideYou
Автор

This helped me begin using fzf more effectively. I know you put a lot of time into this. Thank you.

jeffreygrantsmith
Автор

Very nice and helpful video.
I had fzf installed for a long time but never understood what the heck is going
After looking into it a bit deeper I love it and this video showed me a lot more useful 🙏

redumptious
Автор

excellent tutorial. All tutorials should be like this. Thank you!!!

patrickprucha
Автор

thanks alot, one of the best about fzf so far I have seen

lazut
Автор

Excellent tutorial **chef's kiss**

liminal
Автор

Great video super clear and helpful thank you so much!!

Kadota
Автор

Great explanation. Very helpful. Thanks.

srinivasrg
Автор

Thank you! Very nice tutorial! Do you have somewhere your settings from .profile? I can't find on Gitgub the settings for FZF which I see in the video :(

b.c.
Автор

how use hotkey (ctrlT altT ) in macOs?

tpa
Автор

Hi, what is that terminal and prompt? They look so clean.

vermilion-at-dawn
Автор

the OMZ plugin calles zsh-navigation-tools does fuzzy search with bindkeys. I reinstalled my system and couldn't figure out what plugin I was missing. I missed this functionality so much. It was like losing a part of my brain. I figured out fzf does the same thing, and I think it's better.

dr.mikeybee
Автор

for some reason fd doesn't work for me even when I have it installed. I just get "eval command not found: fd --type f --color=never --hidden" and I have fd installed. Don't know whats wrong!

notionpicture
Автор

for mac users - use `esc + c` instead of `alt + c`

userhjg
Автор

I installed fzf but ctrl+r wasn't overriden

somebodyoncetoldme
Автор

Jackson Richard Wilson Sarah Lopez Timothy

FullToki
Автор

With all due respect, the whole "copy/paste" approach to DevOps I see so many people taking now is actually really horrible. You traded in a package manager because you didn't want to trust what's going on under the hood (despite the fact we're talking about Free Software which provides the freedom to access and study the source code). Ok, that's fine... I can respect that. The problem is, you then built something which you are then advocating people essentially "blindly trust" by copying and pasting (<~ the absolute worst way input data from an integrity perspective). I know you'll say "but they can read it" and yes, that may be practical when you're talking about a dozen lines. What we have here however, is a matter of scale. Sure, a few scripts and dotfiles, etc are fine to approach in this fashion but again, we're advocating habits here. This is why so many kids today expect to build a kubernetes cluster with a copy/paste command they found on the Internet. Meanwhile, they end up having no clue what's happening underneath or what they actually installed onto their system.

windowsrefund
Автор

By default, ignoring proper package managers is a bad idea. Know what you are doing.

TimoYlhainen
Автор

ironic how you use fzf to kill htop, htop being the best tool to kill other processes…

bullpup