File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments