Interactive fuzzy file search in the terminal
https://github.com/jhawthorn/fzy
I live in the terminal a lot during work, so I find tools like this super useful. Maybe it's something someone here can use to tweak a personal workflow, too, so there you go!
Author at Zettelkasten.de • https://christiantietze.de/
Howdy, Stranger!
Comments
Very cool -- you should also check out fd! https://github.com/sharkdp/fd
Oops! I didn't realize your gif and the fzy gif were the same -- too caught up investigating fzy vs. fzf : P
Thanks for the hint!
In this vein, also you should check out notational-fzf for vim if you're a vim user. I am currently using it for my vim zettelkasten in fact.
https://github.com/alok/notational-fzf-vim
fd
andag
are the bread and butter of my terminal-based file search These are great!Author at Zettelkasten.de • https://christiantietze.de/
@ctietze are
fd
andag
aliases? I can find no relevant man pages in my bash shell?I've been around the terminal for a few decades and have never heard of these search commands.
Please school me. Class is in session!
Will Simpson
My zettelkasten is for my ideas, not the ideas of others. I don’t want to waste my time tinkering with my ZK; I’d rather dive into the work itself. My peak cognition is behind me. One day soon, I will read my last book, write my last note, eat my last meal, and kiss my sweetie for the last time.
kestrelcreek.com
As I had to google these for myself to play with:
https://github.com/sharkdp/fd
https://github.com/ggreer/the_silver_searcher (ag is the Periodic Table symbols for silver)
https://github.com/BurntSushi/ripgrep (rg, which has been faster for me in random tests than ag)
https://github.com/phiresky/ripgrep-all (Neat trick that builds indexes of other doc types to scan for info out of various formats)
And probably many others as well.
rg
sounds great, thanks for the pointer! With these tools, it's already feasible to navigate a Zettelkasten from the command line since they find anything so frickin' fast.Author at Zettelkasten.de • https://christiantietze.de/