Skip to content
/ cdh Public

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.

License

Notifications You must be signed in to change notification settings

johncassol/cdh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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 <directory> - Adds the current path or specified directory to the history.
  • cdh <index> - 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.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages