What Is fzf?

I used to open files the slow way: cd into a directory, ls to see what’s there, maybe find with a half-remembered filename, then pass it to whatever program I needed. Every time, I’d lose a few seconds hunting for the right path. Multiply that by dozens of files a day, and it adds up to real friction.

Then I found fzf, and file selection stopped being a chore. fzf is a fuzzy finder that…

What Is Zoxide?

I used to navigate my filesystem one directory at a time. cd ~/Projects, then ls, then cd websites, then ls, then cd jeffbaileyblog, then ls, then cd hugo. Every trip to a familiar directory cost me four or five commands. Tab-completion helped a little, but I still had to remember the path.

Then I installed zoxide, and cd started reading my mind.

What zoxide actually…

Read more →
Curl Cheatsheet

curl is used in the command line or in scripts to transfer data. It is also used nearly everywhere: in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, settop boxes, media players and is the internet transfer backbone for thousands of software applications affecting billions of humans daily.

Page 1