🏠 Home

build Coverage Status

codebeat badge Go 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