© 2026 Hashnode
Building on the Foundation: Project Switching Gets Even Better A few months ago, I shared a Bash function for faster project switching using fzf. It was simple, effective, and saved me countless keystrokes daily. But as I kept using it, I noticed som...

A Tiny Hack That Speeds Up Directory/Project Switching When you're juggling multiple projects, switching between folders can become tedious—especially if you keep typing long paths every time. Whether you want to open a repo in VS Code or quickly che...

Prerequisites rg - ripgrep command-line tool fzf - fuzzy finder command-line tool bat (optional) - a cat clone with syntax highlighting rg is a search tool that recursively searches for a regex pattern in a given directory. It is similar to the...

Prerequisites figlet fzf figlet is a command-line utility to display large letters out of ordinary characters. You can learn more about it here. A typical output looks like this: So what's the problem? There are many types of "fonts" available ...

Yes, you read that right! I never want to see (reverse-i-search) ever again :) Or anything similar I use bash shell 🐚 and I'm lazy to type out all the commands, especially commands I have typed before. Though I could use my clipboard manager Clipy a...
