Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove completion feature from enhancd #191

Merged
merged 3 commits into from
Apr 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 0 additions & 40 deletions .github/labels.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/check-release.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/import_labels.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/release.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/sync_labels.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,26 +511,6 @@ Default is empty. You can run any commands after changing directory with enhancd

</details>

<details>
<summary><strong><code>ENHANCD_COMPLETION_KEYBIND</code></strong></summary>

Default is <kbd>Tab</kbd> (`^I`). See [#90](https://github.com/b4b4r07/enhancd/issues/90).

</details>

<details>
<summary><strong><code>ENHANCD_COMPLETION_BEHAVIOR</code></strong></summary>

Default is `default` (Regular completion). See [#90](https://github.com/b4b4r07/enhancd/issues/90).

It can be taken following words:

- `default`
- `list` (dir list with `$ENHANCD_FILTER`)
- `history` (dir history list with `$ENHANCD_FILTER`)

</details>

<details>
<summary><strong><code>ENHANCD_USE_ABBREV</code></strong></summary>

Expand Down
7 changes: 0 additions & 7 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ if [[ -d ${ENHANCD_DIR}/sources ]]; then
done
fi

if [[ ${SHELL} == *zsh* ]]; then
for src in ${ENHANCD_ROOT}/src/*.zsh
do
source "${src}"
done
fi

# make a log file and a root directory
if [[ ! -d ${ENHANCD_DIR} ]]; then
mkdir -p "${ENHANCD_DIR}"
Expand Down
156 changes: 0 additions & 156 deletions src/completion.zsh

This file was deleted.