enhancd icon indicating copy to clipboard operation
enhancd copied to clipboard

:rocket: A next-generation cd command with your interactive filter

Results 43 enhancd issues
Sort by recently updated
recently updated
newest added

## WHAT Added Fig as an installation option in the README. ## WHY We recently listed `enhancd` on [Fig Plugin Store](https://fig.io/plugins), so we'd love to have Fig listed as a...

**Question** is there a way to keep `\cd` native completion for ``? **Considerations** I have the feeling that I used to do `cd D` and to have native completion like...

Interested in making a pull request for: [](https://github.com/b4b4r07/enhancd#issues)Issues Fish version Because of how fish piping works, it's not possible to pipe to cd like : ls / | cd got...

#169 fish version pipe to cd fix [](https://github.com/b4b4r07/enhancd#issues)Issues Fish version Because of how fish piping works, it's not possible to pipe to cd like : ls / | cd

**Question** What is the correct way to provide additional options to fzf? Currently, directly modifying `ENHANCD_FILTER` works fine unless supplying --bind `export ENHANCD_FILTER="fzf --preview 'tree -d -C {} | head...

**What did you expect to happen?** Changing ENHANCD_COMMAND to have no influence on ENHANCD_DOT_ARG and ENHANCD_HYPHEN_ARG. **What actually happened?** Changing only the ENHANCD_COMMAND variable disables the functionality of `cd ..`...

**Describe the feature you'd like** It would be nice to allow for hooking into enhancd in some way. Reason is for me specifically we have a specific folder structure that...

**What did you expect to happen?** I expected enhancd to return `no entry` and stay in the current directory, or maybe open the interactive picker (like when `cd` is called...

area/fish

**What did you expect to happen?** I type `cd ` and I instantly get an error message that the directory doesn't exist. **What actually happened?** It hangs. **Output** Scroll to...

kind/enhancement
status/todo

## WHAT Changes: - Validation of what the current shell is - The way `ENHANCD_ROOT`'s value is being computed in case when Bash is the current shell. ## WHY -...