While working with Terminals, the most common thing that you would do is to navigate to different directories.
And let's face it. Sometimes, it feels quite tedious to navigate to the folders which are located deep inside the directory tree.
And adding to that, if the folder that you're looking for is the one that you're frequently accessing, the pain will get only increased.
So, I was looking for a way to mitigate this and that's when I came across this thing called "Bashmarks".
Bashmark is a handy little shell script for the Bash shell, which once installed, will let you bookmark directories of your choice using a keyword. And once you bookmark a directory, you can navigate to the directory using the associated keyword afterward!
Bashmarks GitHub Repository: https://github.com/huyng/bashmarks
Chapters
00:00 - Introduction
00:29 - Enter "Bashmarks"
01:07 - Installing Bashmarks
01:52 - Using Bashmarks to bookmark directories