Skip to content

Latest commit

 

History

History

enhancd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Enhancd

Integrates enhancd into Prezto, which implements a next-generation cd command with an interactive filter. enhancd will memorize all directories visited by a user and use it for the pathname resolution.

Contributors

New features and bug fixes should be submitted to the enhancd project according to its rules and regulations. This module will be synchronized against it.

Settings

To specify list of one or more visual filters add the following line to zpreztorc:

zstyle ":prezto:module:enhancd" filter "fzf:fzy:peco"

Available options include fzy, fzf, peco etc.

To specify a command to invoke enhancd add the following line to zpreztorc, it may even replace cd:

zstyle ":prezto:module:enhancd" command "cd"

Troubleshooting

Enhancd does not appear to work

Make sure the appropriate filters are installed (see enhancd installation instructions). It is recommended to use fzy.

Note that enhancd remembers directories only after first visited.

Authors

The authors of this module should be contacted via the issue tracker.