This may be my favorite CLI tool ever

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ค. 2024
  • 50% Off Typecraft! typecraft.dev
    X: x.com/typecraft_dev
    Discord: / discord
    FZF is my favorite tool for linux and unix systems. It has amazing features, its simple to use, and its fun! it works amazing and I think this is an essential tool for you to learn. This is a must have in your toolbox. You can fuzzily find anything on your machine, and you can also pipe output from other programs to FZF. it truly is amazing.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 186

  • @reaperfs2371
    @reaperfs2371 16 วันที่ผ่านมา +130

    Thanks, nerd

    • @subashpraveen
      @subashpraveen 16 วันที่ผ่านมา +4

      well... in this side of internet its actually a compliment lol 😂

    • @adnope
      @adnope 12 วันที่ผ่านมา

      this is getting funnier and funnier lol

  • @catharsis7629
    @catharsis7629 16 วันที่ผ่านมา +62

    You are one of the few devs who actually understands his tooling and is willing to take the time and effort required to properly learn them to make your workflow faster. More devs need to follow this mentality.

  • @thecallumarnold
    @thecallumarnold 16 วันที่ผ่านมา +24

    If you use the `--bind "enter:become(nvim {})"` flag then it will open the selected file(s) in nvim for you (without needing to prepend your command with `nivm ...`), which means that you can cancel out of the fzf finder without neovim from being entered. With the command listed, escaping fzf will still open nvim, which might not be what you want if you're trying to escape the search.
    For completeness, this is my alias.
    alias nf='fzf -m --preview="bat --color=always {}" --bind "enter:become(nvim {})"'

    • @domjan3859
      @domjan3859 13 วันที่ผ่านมา

      I was having issues with your listed alias, it showed me STDIN where the bat preview should have been, probably a "me problem"...
      Anyways, I found a small fix for anyone encountering the same issue:
      alias nf='fzf -m --preview="bat --color=always {}" --bind "enter:become(nvim {})"'
      Difference is that fzf passes the file path to bat with the little '{}' after "bat --color=always ..."

    • @thecallumarnold
      @thecallumarnold 13 วันที่ผ่านมา +1

      ​@@domjan3859 Thanks for pointing that out - that was an issue on my end. I've edited my comment to make it clear it needs `{}` in both parts!

    • @FredMny
      @FredMny 12 วันที่ผ่านมา

      Nice!! Thanks for this

    • @scottfollmer
      @scottfollmer 11 วันที่ผ่านมา

      For some reason with this alias, selecting multiple files didn’t work for me and only the last file selected was actually passed to nvim

  • @adamkarafyllidis9264
    @adamkarafyllidis9264 16 วันที่ผ่านมา +22

    Also nice:
    1. nvim Ctrl + t ( opens fzf. Of course works for any command ).
    2. Ctrl + r opens shell command history

    • @Nitiiii11
      @Nitiiii11 15 วันที่ผ่านมา

      "Ctrl + r opens shell command history"
      Honestly I have no idea how anyone can use reverse-i-search after discovering this. 100x better on every level.

    • @debajyatidey9468
      @debajyatidey9468 15 วันที่ผ่านมา +1

      Exactly always works like a charm

    • @keaneplayingmbae2852
      @keaneplayingmbae2852 15 วันที่ผ่านมา +1

      Never knew this w comment

    • @frydac
      @frydac 6 วันที่ผ่านมา

      ctrl-r with fzf is the main reason I install fzf on every pc I touch (if I'm allowed to of course)

  • @TheBecke1983
    @TheBecke1983 16 วันที่ผ่านมา +12

    Sweet, now i got my day planned. Don't know how I missed this program

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +5

      Some of the stuff fzf gives (like kill -9 **) was unknown to me as well, even though I've been using fzf for a WHILE

    • @TheBecke1983
      @TheBecke1983 16 วันที่ผ่านมา

      @@typecraft_dev Kind of feels like that when using Linux tbh, learning new things constantly :)

  • @Kunal-k-u-m-a-r
    @Kunal-k-u-m-a-r 16 วันที่ผ่านมา +5

    i used it before but learned new things today i hadn't figured out earlier

  • @claudioonoue2000
    @claudioonoue2000 16 วันที่ผ่านมา +3

    0:42 The pacman frontend name almos killed me
    🤣

  • @japadkman
    @japadkman 16 วันที่ผ่านมา +6

    with fzf on my shell i can press ctrl+r then it will fuzzy find any commands on my bash history, i use it quite often

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      yup! thats one of the best. I've used it so often I actually forgot about it for this video. lol

  • @gand0rfTRZ
    @gand0rfTRZ 15 วันที่ผ่านมา

    Why do you keep giving us great weekend projects?? Thanks for showing us this. Now I can't wait to get home and install it.

  • @phortheman
    @phortheman 16 วันที่ผ่านมา +2

    I use fzf every day for work. It’s probably the best CLI tool out there!

  • @errorcode778
    @errorcode778 15 วันที่ผ่านมา +1

    Amazing tool! I should start using it

  • @anciao_dev
    @anciao_dev 16 วันที่ผ่านมา +2

    Now, this is a really good trick!

  • @bpbrainiak
    @bpbrainiak 16 วันที่ผ่านมา +6

    thanks nerd, your video + coffee = great day

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +2

      hell yeah, just made coffee myself!

  • @sledgex9
    @sledgex9 16 วันที่ผ่านมา +7

    For those of us stuck with bash (eg from git for windows) and don't have the zsh history autocomplete, fzf integrates with bash history. So hit CTRL+R and you'll be able to fuzzily find past commands you run. Very handy for me.

  • @tvntvn-b
    @tvntvn-b 15 วันที่ผ่านมา +3

    unalias does not remove the alias from your .zshrc, it only removes it from the environment of the current session. When you open a new terminal or source your zshrc, the alias will be added again.

    • @typecraft_dev
      @typecraft_dev  15 วันที่ผ่านมา +1

      yes that is correct. was just showing off the feature for FZF

  • @JonBrookes
    @JonBrookes 16 วันที่ผ่านมา +2

    fzf is very nice as is your video and guide. Thanks. I picked up some very useful things I hadn't used. I also use cntrl r in bash and search history that way which is kind of similar but where fsf is not present

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      Yes FZF with history search is amazing I forgot to add it in this video!

  • @QWEEKEN73
    @QWEEKEN73 16 วันที่ผ่านมา +1

    That kill command looks insanely useful. Giving fzf a try!

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +1

      Regarding kill, just make sure you take a look at this article so you use kill safely! learn.typecraft.dev/tutorial/kill-choices/

  • @elnurbda
    @elnurbda 16 วันที่ผ่านมา +1

    i did not know i need it. thanks O_O

  • @JakeLinux
    @JakeLinux 15 วันที่ผ่านมา +2

    Fzf is one of my favorite tools, I have a few videos covering it on my channel. I made videos showing how I use it to make my menus, my app launcher, I even made a terminal file manager out of it. Great tool.

  • @QuOUseTERSEa
    @QuOUseTERSEa 15 วันที่ผ่านมา +2

    I think people should only use fzf when you need multi selections or “fuzzy” search. When you know what you’re searching, it doesn’t make sense to use fzf, since it’s much faster to use fd, grep, glob, etc. It slow down your process and just add an interface that make u feel fast 😂

  • @armaandhanji2112
    @armaandhanji2112 16 วันที่ผ่านมา +2

    Amazing content. Subscribed!! By the way can you tell me where you got your desktop wallpaper from?

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      github.com/typecraft-dev/dotfiles/tree/master/backgrounds

  • @_Holy_Lance_
    @_Holy_Lance_ 16 วันที่ผ่านมา +2

    Thank you, Chris.

  • @Kunal-k-u-m-a-r
    @Kunal-k-u-m-a-r 16 วันที่ผ่านมา +2

    can you make a video on best cli development lang or framworks

  • @maybehawk5205
    @maybehawk5205 16 วันที่ผ่านมา +4

    Thanks, Nerd

  • @paulhammond8583
    @paulhammond8583 16 วันที่ผ่านมา +1

    I didn’t know about the ** stuff. Cheers for that!

  • @apptimegr
    @apptimegr 15 วันที่ผ่านมา +1

    Your videos are awesome! 👌

  • @allenkim4776
    @allenkim4776 13 วันที่ผ่านมา

    I was very appriciated for your neovim video. I want to use ftp-sync in neovim like vscode(sftp or ftp-simple), but I couldn't find out how to set for it. Please help us!

  • @dDesirie
    @dDesirie 15 วันที่ผ่านมา

    So is it like Raycast or Alfred but for CLI? This is pretty cool!

  • @bhuvan1036
    @bhuvan1036 16 วันที่ผ่านมา +2

    Wait, how did you know i was searching for this...

  • @muslimgamerrr9479
    @muslimgamerrr9479 15 วันที่ผ่านมา +1

    love the arch btw

    • @typecraft_dev
      @typecraft_dev  14 วันที่ผ่านมา

      haha

    • @muslimgamerrr9479
      @muslimgamerrr9479 14 วันที่ผ่านมา

      @@typecraft_dev cant live without btw thx so much for this video i had no idea how fzf works

  • @channinghsu46
    @channinghsu46 16 วันที่ผ่านมา +3

    Really enjoy every video of yours, thanks nerd!!

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +1

      Thank you, nerd!

  • @samarth-kun
    @samarth-kun 13 วันที่ผ่านมา

    Hello again 👋🏻 Where can I get that background wallpaper it's so calming 😸

  • @ludwig8841
    @ludwig8841 16 วันที่ผ่านมา +2

    Quick tip for those who use fish shell
    ** will not work
    instead, just CTRL+T to get the same functionality
    you can find more information here github.com/junegunn/fzf?tab=readme-ov-file#fish-shell

  • @ericlindell3777
    @ericlindell3777 16 วันที่ผ่านมา +1

    Great vid!

  • @TheBendixSA
    @TheBendixSA 9 วันที่ผ่านมา

    I'm still learning so feel free to flame but isn't yay used for the arch user repo? what is meant by calling it a front end for pacman then which is used for the Arch package repo? aren't they kind different tools to get packages from different places? (I do now yay is installed from pacman)

  • @djbessel
    @djbessel 16 วันที่ผ่านมา +1

    How do you feel about oh-my-zsh? Adding fzf means I just add it to my plugins list, instead of a list of actions cluttering my .zshrc for fzf, nvm, whatever.

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +1

      That’s a great approach as well

  • @LEBR27
    @LEBR27 16 วันที่ผ่านมา +1

    Thanks nerd!! One question: What if i dont wanna write the ** to completion, i just wanna press tab as always? how i can do this?

    • @m0r4ag
      @m0r4ag 16 วันที่ผ่านมา +1

      Solo exporta esta variable de entorno:
      export FZF_COMPLETION_TRIGGER=''
      Lo probé antes de responder, no me pareció muy cómodo de usar

    • @LEBR27
      @LEBR27 16 วันที่ผ่านมา

      @@m0r4ag gracias voy a probar, quiero emular de manera "nativa" lo que hace fzf-tab-git qué se puede instalar desde aur, donde igual solo basta poner por ejemplo "cd " en vez de cd **

  • @timonjur
    @timonjur 16 วันที่ผ่านมา +1

    I actually have to change my terminal to Alacritty at some point, since Warp does not support fzf at the moment

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      ah yes. warp kinda implements its own fuzzy find stuff.

  • @Ramilkos
    @Ramilkos 16 วันที่ผ่านมา +1

    Instantly in love with how it works with shell history.

  • @LucasMahatokyRAMILISON
    @LucasMahatokyRAMILISON 2 วันที่ผ่านมา

    Hi,My laptop is a bit old by it works, Does it make my laptop slower,?

  • @kmuju1158
    @kmuju1158 16 วันที่ผ่านมา +1

    Are you using i3 in this video? If so, how did you get the bar at the top of the terminal?

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      Nah used gnome just for presentation

    • @kmuju1158
      @kmuju1158 16 วันที่ผ่านมา

      @@typecraft_dev Yeh that makes sense. Great video, need to look more into integrating fzf into my workflow. Have you looked at the tmux-sessionizer script by primeagen? Its a great script that uses fzf to open a folder in tmux. Had to change part of it to work for me but dont remember exactly what was wrong.

  • @baky5372
    @baky5372 16 วันที่ผ่านมา +2

    I've seen people use this but never knew what it was called. Thanks so much for the great video!

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +2

      Glad you liked the video!

  • @kuijaye
    @kuijaye 16 วันที่ผ่านมา +1

    You can use nl instead cat to have the preview numbered

  • @FranLegon
    @FranLegon 16 วันที่ผ่านมา +1

    Pretty cool

  • @itzaryaanyt2003
    @itzaryaanyt2003 16 วันที่ผ่านมา

    Someone tell me how to ignore specific files and folder while searching through fzf and how to add some specific files and folder to show in fzf , thanks

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      Follow-up tutorial inbound!

  • @danielwood4786
    @danielwood4786 16 วันที่ผ่านมา +4

    Come on nerd. You missed the fzf history search. Ctrl+r in bash, probably something similar in Zsh

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      ah yeah, I've used that for so long I forgot to include it in the video!

  • @tiagomello
    @tiagomello 15 วันที่ผ่านมา +1

    Which keyboard are you using?

    • @typecraft_dev
      @typecraft_dev  15 วันที่ผ่านมา

      Happy hacking keyboard type s

  • @benjaminschultz6501
    @benjaminschultz6501 7 วันที่ผ่านมา +1

    Take a shot every time he says, “Fuzzily findable.”

  • @bzboii
    @bzboii 15 วันที่ผ่านมา

    what terminal emulator do you use

  • @ManpreetSingh-ox6hh
    @ManpreetSingh-ox6hh 15 วันที่ผ่านมา +1

    which theme you are using??

  • @Lorne_at_work
    @Lorne_at_work 16 วันที่ผ่านมา +2

    fzf is awesome, but the latest stable version for Ubuntu is missing some of those cool features. I hope that changes soon. Or I guess I could always swap to Arch :D

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +1

      another reason for arch!!! lol

  • @TheBearmoth
    @TheBearmoth 15 วันที่ผ่านมา +1

    Using it with a preview is new to me. Thanks for the awesome tip!

    • @typecraft_dev
      @typecraft_dev  14 วันที่ผ่านมา +1

      yeah, big part of the reason I made the video. that was new to me as well!

  • @chri-k
    @chri-k 15 วันที่ผ่านมา

    alao make sure to use fd instead of find (it's like 6 times faster). fzf will automatically prefer fd if you have it installed

  • @muhammedmaher6704
    @muhammedmaher6704 14 วันที่ผ่านมา +1

    You're the most efficient dev and TH-cam content creator I know! Keep it up man, you're awesome. 💪

  • @thoric01
    @thoric01 16 วันที่ผ่านมา +1

    This tool is almost as awesome as you

  • @obeyoutube
    @obeyoutube 16 วันที่ผ่านมา +1

    bomb diggity ❤

  • @zukxxxx0
    @zukxxxx0 14 วันที่ผ่านมา +1

    Can you upload setting up nix package manager, home manager and nix profile with flakes guide🙌🙌🙌🙌

    • @typecraft_dev
      @typecraft_dev  14 วันที่ผ่านมา

      that is on the list. the looooonnng list :)

  • @ispyu1514
    @ispyu1514 13 วันที่ผ่านมา

    Next one on yazi?? 👀

  • @APerson-jf2md
    @APerson-jf2md 6 วันที่ผ่านมา

    4:39 - that means you didn't checkout broot yet :)

  • @BrentMalice
    @BrentMalice 16 วันที่ผ่านมา +1

    lmao i went to ask for this yesterday but i got distracted. now its here.
    OPRAH WAS RIGHT IM MANIFESTING

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      I always thank oprah

  • @kevin.michaels
    @kevin.michaels 16 วันที่ผ่านมา +1

    Is it just me or did this video feel like it was going n 1.25x speed?
    Other than that, great vid :)

  • @Em0L0rd
    @Em0L0rd 16 วันที่ผ่านมา

    Only if I had a penny for every time typecraft talked about fzf...

  • @mrlectus
    @mrlectus 11 วันที่ผ่านมา

    kill multiple program?

  • @falwickster
    @falwickster 16 วันที่ผ่านมา +2

    Preety cool

  • @sumirandahal76
    @sumirandahal76 15 วันที่ผ่านมา +1

    Why did u left arch ?

    • @typecraft_dev
      @typecraft_dev  15 วันที่ผ่านมา +1

      This video is recorded on arch

    • @sumirandahal76
      @sumirandahal76 14 วันที่ผ่านมา

      @@typecraft_dev in next video don't forgot to mention I use Arch , btw

  • @chrislee9344
    @chrislee9344 8 วันที่ผ่านมา

    who needs all of that when you have `find`.

  • @juanmacias5922
    @juanmacias5922 16 วันที่ผ่านมา

    Laptop go Brrr

  • @XxZeldaxXXxLinkxX
    @XxZeldaxXXxLinkxX 16 วันที่ผ่านมา +1

    I swear I've seen a fzf video from this channel before?

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      nope! this is the first one

    • @bojanstrkovski21
      @bojanstrkovski21 16 วันที่ผ่านมา

      it's could be part of a video i think it was one in the neovim series but awesome new comands to find things i've lost trough my pc yhanks nerd 😄

  • @imanav07
    @imanav07 16 วันที่ผ่านมา

    someone can just use locate?

  • @qandak
    @qandak 14 วันที่ผ่านมา +2

    Be careful using "cat" with huge files, it's not a pager!

  • @Krishtal3
    @Krishtal3 16 วันที่ผ่านมา +1

    OMG

  • @ddthegr8
    @ddthegr8 16 วันที่ผ่านมา +2

    linux for newbs 4 when

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +1

      what would you like to see in linux for newbs 4? I want to know!

    • @emiliocanton1494
      @emiliocanton1494 16 วันที่ผ่านมา

      Your vim and tmux configs for productivity

    • @ddthegr8
      @ddthegr8 16 วันที่ผ่านมา

      @@typecraft_dev I'd love to see a full arch + i3 + neovim setup from scratch, maybe live

  • @berend109
    @berend109 16 วันที่ผ่านมา +1

    For me I probably prefer ranger.

    • @adriansrfr
      @adriansrfr 15 วันที่ผ่านมา

      Yazi is better

    • @berend109
      @berend109 15 วันที่ผ่านมา +1

      @@adriansrfr I don’t know that tool, wil look at it tonight.

  • @ispyu1514
    @ispyu1514 16 วันที่ผ่านมา +1

    Day 4 of asking to make a video on how do you record and stream stuff on arch linux!

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +1

      the answer: I don't!

    • @ispyu1514
      @ispyu1514 16 วันที่ผ่านมา +1

      @@typecraft_dev then how?

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +1

      @@ispyu1514 technically I can stream from arch pretty much out of box with OBS. But not all things are supported (like nvidia). So now I stream through a capture card on a PC

    • @ispyu1514
      @ispyu1514 16 วันที่ผ่านมา

      @@typecraft_dev ohh but does ur obs on arch works with window capture or just screen capture?

  • @bender2033
    @bender2033 16 วันที่ผ่านมา

    tac is cat backwards.

  • @shizeeque
    @shizeeque 16 วันที่ผ่านมา +2

    here's like #172 for pronouncing "Zee/Zed Shell correctly". It's not "zeesh". 👌

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +1

      I think I say it both ways, lol. I'm sure I mis-pronounced "debian" in this video too haha. can't help it!

  • @sarkedev
    @sarkedev 11 วันที่ผ่านมา +4

    0:34 it's not D-bien, it's Deb-Ian. It was created by Ian Murdock and named after his gf Debra (Deb for short, later ex-wife) and himself.

    • @typecraft_dev
      @typecraft_dev  11 วันที่ผ่านมา +1

      I always mess it up! Great explanation I didn’t know that

  • @LorenzoBettini
    @LorenzoBettini 3 วันที่ผ่านมา

    Yay is an AUR helper, not a frontend for pacman

  • @sp10sn
    @sp10sn 16 วันที่ผ่านมา +12

    I don't lose stuff often enough for fuzzy find to be useful.

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +3

      fair enough

    • @zokalyx
      @zokalyx 16 วันที่ผ่านมา +4

      chad dev

    • @ankushroy1729
      @ankushroy1729 16 วันที่ผ่านมา

      I use it to find old ffmpeg and one liner commands that might need some time and overhead.

    • @mathijswy
      @mathijswy 16 วันที่ผ่านมา +5

      Even if you don't lose the files, isn't it a very fast way of navigating the file tree regardless?

    • @glidersuzuki5572
      @glidersuzuki5572 16 วันที่ผ่านมา +1

      It's not just to find lost stuff. It's to find stuff faster. When you multiple files in different locations or deeply nested directories, fzf makes it way easy to find them

  • @highlander576
    @highlander576 16 วันที่ผ่านมา +2

    0:41 🏳‍🌈The gay package manager

  • @Macj707
    @Macj707 13 วันที่ผ่านมา

    couldnt get my ** to work dunno what that is about

  • @leanghok120
    @leanghok120 16 วันที่ผ่านมา +1

    Those soydevs are missing out

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +2

      I have soymilk in my coffee right now...... shit

  • @paultapping9510
    @paultapping9510 16 วันที่ผ่านมา +2

    kill -9 ** is an incredible tip

  • @agh0x01
    @agh0x01 16 วันที่ผ่านมา +3

    @6:55, why would you go straight to a `kill -9` - don't teach people bad habits! Use a normal kill (SIGTERM) first and give the process a chance to exit gracefully before reaching for the nuclear option.

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +1

      Haha I guess I have that bad habit too. Oops!

    • @typecraft_dev
      @typecraft_dev  14 วันที่ผ่านมา +1

      For anyone reading this thread and want to know more, we cover this here learn.typecraft.dev/tutorial/kill-choices/

    • @agh0x01
      @agh0x01 13 วันที่ผ่านมา

      @@typecraft_dev thanks, nerd!

  • @kirillfedtsov
    @kirillfedtsov 15 วันที่ผ่านมา +1

    Who is learning Unix today?

  • @TheRich107
    @TheRich107 16 วันที่ผ่านมา +1

    12th

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      but number 1 in my heart

  • @RazoBeckett.
    @RazoBeckett. 16 วันที่ผ่านมา +1

    119th

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      but number 1 in my heart

    • @RazoBeckett.
      @RazoBeckett. 16 วันที่ผ่านมา

      @@typecraft_dev isn't number 1 your editor ?

  • @syrus3k
    @syrus3k 9 วันที่ผ่านมา

    fzf is useless.. in the video it's nice and quick, but I have ~ 100 github projects on my m1 mac, it takes over a minute to search for a simple term (after it's indexed everything). Sure I have 54 million files in the index but so what.. it's not that many?

  • @kinggrey2511
    @kinggrey2511 16 วันที่ผ่านมา

    7th

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      but #1 in my heart

    • @kinggrey2511
      @kinggrey2511 16 วันที่ผ่านมา +1

      you told that to everyone atleast i have #

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา

      @@kinggrey2511 lol.... you weren't supposed to look

    • @TheRich107
      @TheRich107 16 วันที่ผ่านมา +1

      I too feel like I have been cheated 😂

  • @kamalelbalaidi4914
    @kamalelbalaidi4914 16 วันที่ผ่านมา

    fzf amazing but I thing fzy better than it

  • @bparker06
    @bparker06 13 วันที่ผ่านมา

    "by default it will search for all the files on your machine" no I don't think it does... at least I've never seen or heard of it doing that.

  • @ZombieJig
    @ZombieJig 16 วันที่ผ่านมา +1

    Deb-Ian not Dee-Bian

    • @typecraft_dev
      @typecraft_dev  16 วันที่ผ่านมา +2

      I know I always do that I can’t help it!

  • @equu497
    @equu497 13 วันที่ผ่านมา

    Fzf is great but nothing beats zoxide

  • @getoutoftheway419
    @getoutoftheway419 16 วันที่ผ่านมา +1

    every video i see of urs that one mf calls him nerd. i am getting irritated on his behalf