eshell-up

Quickly go to a specific parent directory in eshell

GPL-3.0 License

Stars
32

Bot releases are visible (Hide)

eshell-up - Autoload interactive commands and enable lexical binding Latest Release

Published by peterwvj 8 months ago

Thanks to @LemonBreezes for implementing the following enhancements in PR https://github.com/peterwvj/eshell-up/pull/5:

  • Autoload interactive commands
  • Enable lexical binding
eshell-up - Skip current directory

Published by peterwvj about 8 years ago

This release contains a fix that ensures that the current directory is always skipped when searching for a specific parent directory. For example, assume that the current working directory is /abc/def/ghi/abc/. If the user executes eshell-up a then eshell-up will now change to the directory, /abc/, wheres in previous releases it would stay in /abc/def/ghi/abc/.

eshell-up - Add support for peeking

Published by peterwvj about 8 years ago

This release adds support for finding a specific parent directory without navigating to it. See the README for examples.