babarot / enhancd

:rocket: A next-generation cd command with your interactive filter
2.58k stars 109 forks source link

Remove completion feature from enhancd #191

Closed babarot closed 1 year ago

babarot commented 1 year ago

WHAT

Remove completion feature from enhancd to solve #172

WHY

I've added this feature #90 to follow zsh-interactive-cd style completion in enhancd but currently I'm facing these problems:

Now both plugins enhacd and zsh-interactive-cd can coexist in the same environment (I've tried it out). So those who get troubles by deleting this feature can use this plugin to cover this change.

babarot commented 1 year ago

Test:

Just enter cd <tab>

Screenshot 2023-03-31 at 20 01 51

After installed https://github.com/changyuheng/zsh-interactive-cd and then, enter cd <tab>

Screenshot 2023-03-31 at 20 01 28

YAML I used for testing is here:

github:
- name: b4b4r07/enhancd
  owner: b4b4r07
  repo: enhancd
  branch: babarot/remove-completion
  plugin:
    sources:
    - init.sh
- name: changyuheng/zsh-interactive-cd
  owner: changyuheng
  repo: zsh-interactive-cd
  plugin:
    sources:
    - '*.zsh'
  depends-on:
  - zsh