Tools for easy cd
Dual-licensed under Apache 2.0 or MIT.
Features / Usage / Support / Installation / After this
cd
functionality can also be used as-is.Command ed
| Key | Description |
| ---------------------------- | ------------------------------------- |
| k
↑
| Move up |
| j
↓
| Move down |
| h
←
| Move parent directory |
| l
→
| Move Child directory |
| Home
| Move to top |
| End
| Move to bottom |
| PageUp
| Skip a little and move up |
| PageDown
| Skip a little and move down |
| Enter
| Change directory to current directory |
| Backspace
Esc
Ctrl + c
| Exit and return to original directory |
Please let us know if you have any key map requests. If it is traditional, we will add it immediately.
| Shell | Windows | Linux (Ubuntu) | Mac | | -------------- | :-----------: | :------------: | :-------: | | Bash | 🗸 | 🗸 | ? | | Fish | ? | 🗸 | ? | | Powershell | 🗸 | 🗸 | ? |
cargo install --locked easychangedirectory
We will add more as needed.
Bash
Add to ~/.bashrc
(Change as necessary)
eval "$(easychangedirectory --init bash)"
Run . ~/.bashrc
as needed
Fish
Add to ~/.config/fish/config.fish
(Change as necessary)
easychangedirectory --init fish | source
Run . ~/.config/fish/config.fish
as needed
Powershell
Add to the file found by echo $profile
Invoke-Expression (& { (easychangedirectory --init powershell | Out-String) } )
Run . /path/to/profile.ps1
as needed
_ED_SHOW_INDEX
1
, the index is displayed on the left side of the list__vsc_command_output_start:3
is displayed at the second and subsequent ed
executions