docs.rs failed to build easychangedirectory-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
easychangedirectory-0.8.0
easychangedirectory
Tools for easy cd
Dual-licensed under Apache 2.0 or MIT.
Features / Usage / Support / Installation / Environment variable / After this
Features
- Can change paths visually
- The
cdfunctionality can also be used as-is.

Usage
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 c ; |
Change directory to current directory |
Esc Ctrl + c q |
Exit and return to original directory |
Insert Ctrl + s |
Search mode switch (Char key will not work) |
Backspace |
Delete one character from the search string |
Delete |
Delete all search strings |
Please let us know if you have any key map requests. If it is traditional, we will add it immediately.
Support
| Shell | Windows | Linux (Ubuntu) | Mac |
|---|---|---|---|
| Bash | 🗸 | 🗸 | ? |
| Fish | ? | 🗸 | ? |
| Powershell | 🗸 | 🗸 | ? |
Installation
Install
- If you can use Cargo
cargo install --locked easychangedirectory
-
Download from Release page
- Download the data appropriate for your environment and place it in a directory with a path.
We will add more as needed.
Register easychangedirectory in shell
Add to ~/.bashrc (Change as necessary)
eval "$(easychangedirectory --init bash)"
Run . ~/.bashrc as needed
Add to ~/.config/fish/config.fish (Change as necessary)
easychangedirectory --init fish | source
Run . ~/.config/fish/config.fish as needed
Add to the file found by echo $profile
Invoke-Expression (& { (easychangedirectory --init powershell | Out-String) } )
Run . $profile as needed
Environment variable
_ED_SHOW_INDEX- If the value is
1, the index is displayed on the left side of the list
- If the value is
_ED_VIEW_FILE_CONTENTS- If the value is
1, the file contents can be viewed - Preview is possible without setting
- If the value is
After this
- Image Preview
- Execute command
- Add Support
- Zsh: Error
__vsc_command_output_start:3is displayed at the second and subsequentedexecutions
- Zsh: Error