Hi friends!Today we’re diving deep into improving your terminal history management. Exploring techniques that can transform your command line experience from frustrating to fluid. To do that, we’ll explore three levels of terminal command management, from basic to advanced.
|
Pro tip: Add export HISTSIZE=10000
to your .bashrc or .zshrc file to increase the number of commands your shell remembers.
FZF takes your history search to the next level:
Ctrl-R
now brings up an interactive fuzzy search of your history. Type a few characters, and FZF will find matching commands, even if they’re not exact matches.You can tweak FZF in many ways, including the style and looks of it: bash
export FZF_CTRL_T_OPTS="--height 60% \
--border sharp \
--layout reverse \
--prompt '∷ ' \
--pointer ▶ \
--marker ⇒"
Check out my video tutorial on setting up and using FZF.
For those ready to take their history management to the next level, Atuin offers unparalleled features:
I’ve created an in-depth guide on setting up and using Atuin to its full potential.
Start with the basics, ensuring you’re comfortable with Ctrl-R and the history command. Then, graduate to FZF for a more intuitive search experience. Finally, for those who want the ultimate in history management, give Atuin a try.
Remember, the goal is to reduce friction in your workflow. Experiment with these tools and find the combination that works best for you. You might be surprised at how much time and frustration you can save with just a few tweaks to your terminal setup.
Thanks for reading and have a great weekend!
Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!
THIS Is The Terminal For People Who Just Want Things To Work Picture this: You're watching a skilled developer, one that you value their skills, repeatedly hitting the up arrow key, hunting for that command they used yesterday. Then, another senior, pops up three different default terminal windows just to show you their process running, while sending requests from the other, instead of simply splitting their terminal screen. Sound familiar? That's the reality for the vast majority of terminal...
I Just Unlocked MacOS GOD MODE With Hammerspoon Ever felt like your Mac is an overprotective parent, constantly limiting what you can do? Can't open any downloaded app, can't control your own notifications, can't do anything that isn't strictly within the boundaries dictated by Apple... I just discovered a power tool that hands you the keys to the kingdom – Hammerspoon, a decade-old but criminally underrated Mac automation tool that lets you bend macOS to your will with simple Lua scripting....
Why I'm Ditching Nix Home ManagerAnd What I'm Using Instead This issue is brought to you by: Ready to Take Your Testing to the Next Level? Don’t let complex testing slow you down! With Squish, you can automate your entire UI testing process across multiple platforms, ensuring both speed and accuracy. Take a tour to see Squish for yourself! For the longest time, my dotfiles felt like a junk drawer: essential, but keeping them in order is a constant battle. Like many developers, I've been...