Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johncassol/cdh
- Owner: johncassol
- License: gpl-3.0
- Created: 2024-05-26T21:35:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T03:29:24.000Z (7 months ago)
- Last Synced: 2024-09-14T14:31:31.487Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-zsh-plugins - cdh - 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. (Plugins / ZSH on Windows)
- awesome-zsh-plugins - cdh - 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. (Plugins / ZSH on Windows)
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.