This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# SHELL BOOKMARKS with Completion | |
# ---------------------------------------------------------------------------- | |
# Usage: Source this file in your ~/.bashrc - Use `cdb` command | |
# Help: cdb --help | |
# | |
# 2021-09-14 - Ken Bernier <[email protected]> | |
# | |
# Script manages symlinks of directories to create bookmark function with | |
# name completion. All bookmarks are symlinks stored in $DIRBOOKMARKS. |