Skip to content

Commit

Permalink
fix: cleanup style, naming, and completion
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster committed Apr 10, 2023
1 parent a865907 commit 6c82d67
Show file tree
Hide file tree
Showing 5 changed files with 2,410 additions and 2,412 deletions.
8 changes: 4 additions & 4 deletions _zinit
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ __zinit_commands(){
'cdreplay:Replay compdef list'
'cenable:Enable completions'
'changes:View plugins git log'
'clist:List completions in use'
'clist:List status of all installed completions'
'compile:Compile plugin (or all plugins if --all passed)'
'compiled:List of compiled plugins'
'compinit:Refresh installed completions'
'completions:List completions in use'
'completions:List status of all installed completions'
'create:Create plugin (also together with Github repository)'
'creinstall:Install completions for plugin'
'csearch:Search for available completions from any plugin'
Expand All @@ -41,17 +41,17 @@ __zinit_commands(){
'env-whitelist:Specify names (also patterns) of parameters to be left unchanged during an unload'
'glance:Look at plugins source'
'help:Usage information'
'list-plugins:List status of all installed plugins'
'list-snippets:List status of all installed snippets'
'load:Load plugin'
'man:Display Zinit'\''s manpage'
'module:Manage binary Zsh module shipped with Zinit'
'plugins:List status of all installed plugins'
'recall:Fetch saved ice modifiers and construct '
'recently:Show plugins that changed recently'
'report:Show plugins report'
'run:Run a command inside plugins folder'
'self-update:Fetch the newest version of Zinit from GitHub using `git`(1) and recompile'
'snippet:Source a local or remote file'
'snippets:List status of all installed snippets'
'srv:Control a service, command'
'status:Git status for plugin'
'stress:Test plugin for compatibility with set of options'
Expand Down
44 changes: 22 additions & 22 deletions doc/zsdoc/zinit-autoload.zsh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Documentation automatically generated with `zshelldoc'
.zinit-help
.zinit-list-bindkeys
.zinit-list-compdef-replay
.zinit-ls
.zinit-list-plugins
.zinit-list-snippets
.zinit-module
.zinit-pager
.zinit-prepare-readlink
Expand All @@ -56,7 +57,6 @@ Documentation automatically generated with `zshelldoc'
.zinit-show-all-reports
.zinit-show-completions
.zinit-show-debug-report
.zinit-show-registered-plugins
.zinit-show-report
.zinit-show-times
.zinit-show-zstatus
Expand Down Expand Up @@ -831,7 +831,26 @@ Called by:

zinit.zsh/zinit

==== .zinit-ls
==== .zinit-list-plugins

____
Lists loaded plugins (subcommands list, lodaded)
____

Has 21 line(s). Calls functions:

.zinit-list-plugins
`-- zinit.zsh/+zinit-message

Uses feature(s): _setopt_

Called by:

zinit.zsh/zinit

==== .zinit-list-snippets

Has 20 line(s). Doesn't call other functions.

Expand Down Expand Up @@ -1149,25 +1168,6 @@ Has 1 line(s). Calls functions:
|-- .zinit-format-parameter
`-- zinit.zsh/.zinit-any-to-user-plugin

Called by:

zinit.zsh/zinit

==== .zinit-show-registered-plugins

____
Lists loaded plugins (subcommands list, lodaded)
____

Has 21 line(s). Calls functions:

.zinit-show-registered-plugins
`-- zinit.zsh/+zinit-message

Uses feature(s): _setopt_

Called by:

zinit.zsh/zinit
Expand Down
18 changes: 9 additions & 9 deletions doc/zsdoc/zinit.zsh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,15 @@ Has 244 line(s). Calls functions:
|   |-- zinit-autoload.zsh/.zinit-help
|   |-- zinit-autoload.zsh/.zinit-list-bindkeys
|   |-- zinit-autoload.zsh/.zinit-list-compdef-replay
|   |-- zinit-autoload.zsh/.zinit-ls
|   |-- zinit-autoload.zsh/.zinit-list-plugins
|   |-- zinit-autoload.zsh/.zinit-list-snippets
|   |-- zinit-autoload.zsh/.zinit-module
|   |-- zinit-autoload.zsh/.zinit-recently
|   |-- zinit-autoload.zsh/.zinit-search-completions
|   |-- zinit-autoload.zsh/.zinit-self-update
|   |-- zinit-autoload.zsh/.zinit-show-all-reports
|   |-- zinit-autoload.zsh/.zinit-show-completions
|   |-- zinit-autoload.zsh/.zinit-show-debug-report
|   |-- zinit-autoload.zsh/.zinit-show-registered-plugins
|   |-- zinit-autoload.zsh/.zinit-show-report
|   |-- zinit-autoload.zsh/.zinit-show-times
|   |-- zinit-autoload.zsh/.zinit-show-zstatus
Expand Down Expand Up @@ -256,8 +256,8 @@ Called by:
zinit-autoload.zsh/.zinit-confirm
zinit-autoload.zsh/.zinit-delete
zinit-autoload.zsh/.zinit-glance
zinit-autoload.zsh/.zinit-list-plugins
zinit-autoload.zsh/.zinit-self-update
zinit-autoload.zsh/.zinit-show-registered-plugins
zinit-autoload.zsh/.zinit-show-zstatus
zinit-autoload.zsh/.zinit-uninstall-completions
zinit-autoload.zsh/.zinit-update-all-parallel
Expand Down Expand Up @@ -1578,7 +1578,7 @@ ____
____

Has 568 line(s). Calls functions:
Has 564 line(s). Calls functions:

zinit
|-- +zinit-message
Expand Down Expand Up @@ -1669,15 +1669,15 @@ Has 568 line(s). Calls functions:
|-- zinit-autoload.zsh/.zinit-help
|-- zinit-autoload.zsh/.zinit-list-bindkeys
|-- zinit-autoload.zsh/.zinit-list-compdef-replay
|-- zinit-autoload.zsh/.zinit-ls
|-- zinit-autoload.zsh/.zinit-list-plugins
|-- zinit-autoload.zsh/.zinit-list-snippets
|-- zinit-autoload.zsh/.zinit-module
|-- zinit-autoload.zsh/.zinit-recently
|-- zinit-autoload.zsh/.zinit-search-completions
|-- zinit-autoload.zsh/.zinit-self-update
|-- zinit-autoload.zsh/.zinit-show-all-reports
|-- zinit-autoload.zsh/.zinit-show-completions
|-- zinit-autoload.zsh/.zinit-show-debug-report
|-- zinit-autoload.zsh/.zinit-show-registered-plugins
|-- zinit-autoload.zsh/.zinit-show-report
|-- zinit-autoload.zsh/.zinit-show-times
|-- zinit-autoload.zsh/.zinit-show-zstatus
Expand Down Expand Up @@ -1831,15 +1831,15 @@ Has 1 line(s). Calls functions:
|-- zinit-autoload.zsh/.zinit-help
|-- zinit-autoload.zsh/.zinit-list-bindkeys
|-- zinit-autoload.zsh/.zinit-list-compdef-replay
|-- zinit-autoload.zsh/.zinit-ls
|-- zinit-autoload.zsh/.zinit-list-plugins
|-- zinit-autoload.zsh/.zinit-list-snippets
|-- zinit-autoload.zsh/.zinit-module
|-- zinit-autoload.zsh/.zinit-recently
|-- zinit-autoload.zsh/.zinit-search-completions
|-- zinit-autoload.zsh/.zinit-self-update
|-- zinit-autoload.zsh/.zinit-show-all-reports
|-- zinit-autoload.zsh/.zinit-show-completions
|-- zinit-autoload.zsh/.zinit-show-debug-report
|-- zinit-autoload.zsh/.zinit-show-registered-plugins
|-- zinit-autoload.zsh/.zinit-show-report
|-- zinit-autoload.zsh/.zinit-show-times
|-- zinit-autoload.zsh/.zinit-show-zstatus
Expand Down Expand Up @@ -1891,7 +1891,7 @@ ____
____

Has 134 line(s). Doesn't call other functions.
Has 120 line(s). Doesn't call other functions.

Called by:

Expand Down
Loading

0 comments on commit 6c82d67

Please sign in to comment.