๐ Home
🗣️ Description
When a directory has too may sub directories, we are tiresome to traverse whole of sub directories. Because, sometimes we lose where we are. Ideally, we move directory by specifying โnextโ or โprevious,’ not directory name.
The command like following makes us tired 👎.
cd ../next_directory_name
We should type command like below 👍.
cdnext
For this, I implemented sibling
.