1.0.6 • Published 3 years ago
recent-dirs v1.0.6
Recent Dirs (re)
Quickly navigate between recent directories and files in your terminal. ⚡

Installation
$ npm i -g recent-dirsHow to use
Run this command in your terminal:
$ reKeybindings
- ↑/- ↓: Move up/down the list.
- Enter: cd into the selected directory / open file.
- Tab: cd into the selected directory and continue browsing / open file.
- Shift+- Tab: cd back to the previous directory and continue browsing.
- CTRL/- CMD+- Enter: cd into the current directory instead of selecting.