fzf, but reimagined! ⚡
🌀 matchmaker — Next-gen fuzzy finder for the terminal
💯 Supports column-aware filtering, previews & fully scriptable actions
🦀 Written in Rust & built with @ratatui.rs
⭐ GitHub: github.com/Squirreljetp...
#rustlang #ratatui #tui #fzf #productivity #devtools #terminal
#fzf lets you fuzzy find and select files with `ctrl-t`. I created this little #fish snippet that lets you do the same for directories with `alt-t`:
(Code is in this thread because I couldn't fit it in the same toot)
#nix #home-manager #nixos #just-the-tech-tip
#Docker: #ZSH + #fzf = efficiency. Beyond Bash, ZSH offers deep customization. Use fzf to filter lists and trigger actions instantly. My new article explains how to use it with Docker: select containers to open shells, view logs, or delete images via shortcuts like dex or dnuke.
Ctrl + R y fzf: Los dos secretos que transformarán tu experiencia en la terminal de Linux #Linux #Terminal #CRTLR #FZF
i wrote a TUI wrapper for `bw` CLI with auto-complete ability. The #bitwarden desktop on linux is ok, but lacks auto-complete. I've also struggled with offline usage, and lack of an "archive" feature. it uses #fzf and the official `bw` client: github.com/opennomad/bwzy
#cli #terminallife
I am giving a talk next week about how to use your computer in a more efficient way: #homerowmods, copy/paste with #copyq, screenshots with #flameshot, #wezterm, #tmux, #zsh, #vim, #neovim, #windowtilingmanager, #bat, #eza, #fzf, #rg, #fd, #zoxide, #yazi or #vifm, #lazygit
Any other ideas?
We've revamped our terminal deployment tools for my team this year. We've thrown out a lot of plugins management for a simple set of opinionated tools with just slight tweaks and have an improved experience overall.
I've adapted it at home too. #terminal #linux #fish #fzf #starship
I feel like I rolled my eyes at all the #fzf love when it swept through during 2020 or so. I finally had it click for me when Bread on Penguins said something like "because dmenu and rofi and wofi *are* fuzzy finders..." and I realised what kind of tool it actually was.
I'd ignored dmenu […]
Blog post: A short overview how text auto correction and completion can be configured in #Phosh and what the different options do: https://phosh.mobi/posts/osk-completion/
#LinuxMobile #osk #presage #hunspell #fzf #varnam #gtk
Best Terminal Tools Every Linux User Should Know in 2025
techrefreshing.com/best-termina...
#Linux #TerminalTools #LinuxTools
#CommandLine #tmux #Zsh #Neovim
#fzf #htop #exa #Bat #ripgrep
#LinuxProductivity #SysAdmin #DevOps
#OpenSource #Tech2025
More tech notes to myself:
Integrating fzf with the bash shell
suburbanalities.blogspot.com/2025/03/integrating-fzf-...
#Cli #fzf #Shell #Bash #Linux
#FZF is another level of productivity, especially for heavy terminal users. It should be in #coreutils, integrated into all OSs and be the first class citizen. Using it for more than 3 years already; can't imagine how people were living without it.
Going through and cleaning up my #fzf (a command-line fuzzy finder) shell integration notes this week.
Came across a great series of articles I had forgotten about this great introductory series to fzf and #shell and #vim customisation. Highly recommend if you are getting started with fzf […]
Does anyone know how to configure fzf so at to let certain directories on external drives be part of the search? #linux #fzf
if has zshz; then unalias z function z { local dir="$*" if [[ -z $dir ]]; then dir=$( zshz | sed "s|$HOME|~|" | fzf --with-nth=2.. --tac | awk '{print $2}' ) fi zshz "$dir" 2>&1 } fi
here's a bit from my #dotfiles using #fzf over the z directory picker for #zsh
this wraps github.com/agkozak/zsh-z to show an interactive list of directories you can jump to sorted by frecency (frequency+recently)
at least, if you dont give it any arguments, or it's bypassed to regular z
I wrote about setting up smooth pane switching in #Zellij with #Vim, while keeping Ctrl+hjkl working for apps like #fzf. It took some custom keybindings and forking a Zellij plugin to make it work. Check it out: tomdebruijn.com/posts/zellij-vim-fzf-pane-switching/
I also write lots of shell scripts for #Linux, one of my more popular repos is github.com/DanielFGray/fzf-scripts which contains a bunch of utilities built on #fzf for interacting with things like #docker and #git
Fuzzing around with `fzf`: mcgillij.dev/fzf-dracula.... setting color themes / and shell functionality with fzf #fzf #arch #dracula
🧩 x theme|starship|ohmyposh - Find your favorite terminal prompt theme
🔍 Enhanced Starship and Oh My Posh modules, combining with fzf to achieve theme preview and terminal theme switching.
→ x-cmd.com
#X-CMD #starship #oh-my-posh #fzf #terminal #CLI
cc @ohmyposh.dev @matchai.dev @jan.ohmyposh.dev
🧩 x man - Command Line Manual. fzf enhances interactive and search, combines with tldr for quick get usage, manual doc highlights syntax.
→ x-cmd | mod : x-cmd.com/mod/man
#X-CMD #CLI #man #manual #tldr #fzf #linux
Screenshot of command line and task manager, showing how the fzf tools eats 11gb of memory in a simple search
Tried #fzf after seeing a demo, looked super neat! too bad it just glomps ALL MY RAM!