Skip to main content

Fzf

One Line Fuzzy Find for Git Worktree
·693 words·4 mins
fzf git awk bash
Let’s explore how to create a one-liner for fuzzy matching when navigating git worktrees. The ideas demonstrated here can be used to solve many more types problems beyond worktrees and even git.
Find and Fix More Typos
·1402 words·7 mins
fzf linting Neovim precious tidying typos VS Code
When you’re constantly producing code and documentation, mistakes will happen. Some will be easy to spot and others may elude you. We know that attention to detail counts. If someone finds a typo in your documentation or their code, they may be inclined to ask themselves what else may be wrong. In order to avoid the impression of carelessness, let’s automate the finding and fixing of typos.
Improving prove with Preview Windows
·241 words·2 mins
perl Programming testing tab completion fzf prove fd bat
Adding a Preview Window to Your Tab Completion
·304 words·2 mins
perl Programming testing tab completion fzf prove fd bat
Adding Tab Completion to Your Favourite CLI Programs
·544 words·3 mins
perl Programming testing tab completion fzf prove fd