A Xonsh plugin to navigate between directories like fish's prevd/nextd
Project description
xontrib-hist-navigator
Fish-shell like prevd
and nextd
for xonsh with keyboard shortcuts
Usage
- install using pip
pip install xontrib-hist-navigator
- or xpip (that is installed alongside xonsh)
xpip install xontrib-hist-navigator
- add to list of xontribs loaded.
xontrib load hist_navigator
Overview
- it keeps track of
cd
usage per session - Shortcuts
command | description | shortcut |
---|---|---|
nextd | move to previous working directory | Alt + Left Arrow |
prevd | move to next working directory in the history (if prevd is used) |
Alt + Right Arrow |
listd | list cd history | |
cd .. | move to parent directory | Alt + Up Arrow |
Release
poetry version
poetry publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.