useful add-ons

created onApril 3, 2026

This is a collection of useful CLI utilities, which usually are not by default installed by GNU/Linux distributions.

fzf cli fuzzy finder

is a general-purpose command-line fuzzy finder. I didn’t find the usage of straightforward. However, as it is a prerequisite for zoxide, I have it on my nmachine

Packages exist for several Linux distros and it available from the GitHub repo junegunn/fzf

zoxide: cd on steroids

is on steroids. Once you into a long path, it remembers the path. Next time you can into the path by simply typing a part of the path. If several paths share the part of the path, it can display alternatives for interactive selection. With you can into a path with fuzzy search, interactive selection included.

Packages exist for several Linux distros and it available from the GitHub repo ajeetdsouza/zoxide.

Requires

For using in Bash, add to the end of your Bash startup file (i.e., ).

x