SPT TCH JE Jerry Schneider How I Made fzf Feel Snappy Again in Large Repositories Most of the time when I’m working in the terminal, I’m navigating files. Usually that looks like some combination of:
TCH LIF RA Rafael Umbelino fzf: The CLI Superpower You’re Probably Not Using Enough If you’re still chaining grep | awk | less like a shell caveman, this one’s for you.
TCH TO Tomoharu Tsutsumi Stop Copying Branch Names Manually: Use fzf to Switch Git Branches Effortlessly If you’re like me, you’ve probably found yourself repeatedly copying and pasting branch names just to run git checkout or git pull. This…
SPT TCH AT Athichart Tangpong Fuzzy and Fast: Unleashing the Power of fzf The find command has been a staple tool for searching files by name on Unix systems for decades. With the advent of modern programming…
SPT TCH MDA VI vieitesss Enhance your terminal workflow with fzf custom completions 🚀 If you work frequently with the command line, you know how important efficiency is. Whether you’re navigating directories, finding files…
ECO LIF TCH AF Afry Efficient File Search and Preview with RipGrep, FZF, and Bat As a developer, you often need to search for code snippets, files, or function definitions. Especially when working with larger projects…
TCH BR Bruno Lima Visualizando arquivos usando fzf e bat Para visualizar arquivos de modo iterativo instalar os pacotes abaixo:
SPT TCH LI Linux Root Room Fuzzy Finder: Effortless Search on the Command Line fzf is a command-line fuzzy finder written in Go. It allows users to perform fuzzy searching through lists of items, making it easier to…