FZF Will CHANGE How You Work

preview_player
Показать описание
FZF is useful in so many ways. It's one of my favorite tools, and it's simple yet genius.

LINKS
▶ fzf --preview 'bat --style=numbers --color=always {}'

CONSIDER SUPPORTING THIS CHANNEL
If you feel like you want to support my work, feel free to use the links below or use my affiliate links for the gear I'm using to record.
Thanks!

MY FAVOURITE GEAR
* If you enjoy my content, using the links below will help me with a small commission, so thank you!

MY KEY LINKS

⏱ Timestamps
00:00 - Intro
00:50 - How it works
01:48 - Searching history
02:48 - Switch directories
03:23 - Autocomplete trigger
03:52 - Zellij release!
04:25 - Integrating with ag
05:40 - More uses
05:58 - FZF in the wild

#productivity #fzf #UX #neovim #terminal #system #program #dev #devops #software #sysadmin #sysops #linux #terminal #console #cli #keyboard #commandline
Рекомендации по теме
Комментарии
Автор

this is quality video. I use fzf daily but many things I didn't really know that's there. thank you

bassamsaleh
Автор

Cool video!
But which keyboard do you use in this video? None of the keyboards in the links are like this

LG-yivh
Автор

I like fuzzy finders but I'm happy enough without. One nice trick you can do on basically any POSIX system is to pipe the output of i.e. find into less and then use / and n to search. This lets you try a lot of different possibilities almost as quickly as with dedicated fuzzy finders.

marksmith
Автор

once you install it, you can't live without

SB-qmwg
Автор

The fzf+k8 part was especially awesome!

diego
Автор

What a cool video! I had no idea about all those possibilities with fzf! Thank you! Btw. I'm also using Moonlander :D

wojciech-kulik
Автор

Loved the bit about fzf and rg, got inspired to create this that uses bat aswell so that you get a preview and when opened Nvim will automaticly jump to that line. Use this workflow every day inside nvim but never thought about making a tool for it to use from the CLI before i saw this- thank you very much! :)

Here it is for those who want to try it, alias it to something and use it like rg\ag <alias> <WordToGrepFor>
rg --line-number --no-heading --color=always "$@" | fzf --ansi --delimiter ':' --preview 'line={2}; start=$((line > 20 ? line - 20 : 1)); bat --style=numbers --color=always --line-range "$start:" --highlight-line {2} {1}' --phony -q "$(echo "$1" | sed "s/ /\\ /g")" --bind "enter:execute(nvim +{2} {1} < /dev/tty)" --multi

Andrid
Автор

Thanks for the teaching. One of my problems is that my ctrl-T ctr-R won't work after fzf install on Mac, Any suggestion?

elu
Автор

Great video. How do you show your terminal over your video?

walidashik
Автор

Hey, nice video on fzf.
What keyboard are you using in this video?

alexandrunechita
Автор

Moonlander crew let’s go!!! Would you mind sharing your layout?

aaronmcadam
Автор

Not gonna lie, the split keyboard with the screen in between looks apt for a linux video.

PalashBackup
Автор

I love your channel! do you know how to copy and paste from Zellij like a pro? If I have to copy from the terminal i always have to do it outside from Zellij?

felipegutierrez
Автор

<3 great stuff, always finding nuggets in your videos

nkodoko
Автор

great video. how'd you get option c to actually trigger the shortcu, on my machine (mbp 14inch) it types out this weird character ç.

GenkiTheMuffin
Автор

This video is not sponsored by zelij ... Thank you for sponsoring? WTF just happened?

slomellos
Автор

Sound effects too loud compared to the voice.

typingcat