Skip to content

Commit

Permalink
Remove completion feature from enhancd (#191)
Browse files Browse the repository at this point in the history
* Remove src/completion.zsh

* Remove completion feature from enhancd

* Delete workflows
  • Loading branch information
b4b4r07 committed Apr 1, 2023
1 parent 4d2b321 commit 1b5c8b8
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 378 deletions.
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.

0 comments on commit 1b5c8b8

Please sign in to comment.