Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johncassol/cdh

This zsh plugin allows users to manage and navigate through a history of directories they have visited. It maintains a history file of directories and provides several commands to interact with this history.
https://github.com/johncassol/cdh

Last synced: 6 days ago
JSON representation

This zsh plugin allows users to manage and navigate through a history of directories they have visited. It maintains a history file of directories and provides several commands to interact with this history.

Awesome Lists containing this project

README

        

# Description
This zsh plugin allows users to manage and navigate through a history of directories they have visited. It maintains a history file of directories and provides several commands to interact with this history.

# Commands
- `cdh` - Lists all directories in the history file with line numbers.
- `cdh add ` - Adds the current path or specified directory to the history.
- `cdh ` - Changes to the directory corresponding to the given index in the history file.
- `cdh clean` - Clears the directory history file.
- `cdh -h` - Displays help message with usage instructions.