Skip to content

Commit 699558e

Browse files
committed
feat: add README.md
1 parent 340e693 commit 699558e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# custom-completion-zsh
2+
3+
A tool for zsh that automatically sets completion commands set by the user
4+
Linux or MacOS only
5+
6+
# example config
7+
8+
```toml
9+
[[tool]]
10+
name = "custom-completion"
11+
exec = "custom-completion-zsh completion zsh"
12+
```
13+
14+
The configuration file should be placed in `$XDG_CONFIG_HOME/custom-completion-zsh/config.toml`
15+
16+
To use the completion files, run `custom-completion-zsh build` and add `$XDG_DATA_HOME/zsh/custom-completion-zsh` to your fpath.
17+
18+
# Dependencies
19+
20+
- [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) - toml library
21+
- [github.com/briandowns/spinner](https://github.com/briandowns/spinner) - spinner library
22+
- [github.com/fatih/color](https://github.com/fatih/color) - color string library
23+
- [github.com/spf13/cobra](https://github.com/spf13/cobra) - cli framework
24+
25+
For detailed dependencies, see go.mod.

0 commit comments

Comments
 (0)