๐Ÿ  Home

build Coverage Status

Rust Report Card

License Version

🗣️ 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.

Table of Contents