@enjoys/context-engine 1.3.1 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/codeActions/angular.json +126 -0
- package/data/codeActions/nestjs.json +124 -0
- package/data/codeActions/nextjs.json +198 -0
- package/data/codeActions/react.json +154 -0
- package/data/codeActions/shadcn.json +112 -0
- package/data/codeActions/shell.json +169 -26
- package/data/codeLens/angular.json +22 -0
- package/data/codeLens/nestjs.json +21 -0
- package/data/codeLens/nextjs.json +117 -0
- package/data/codeLens/react.json +89 -0
- package/data/codeLens/shadcn.json +89 -0
- package/data/codeLens/shell.json +59 -17
- package/data/codeLens/tailwindcss.json +56 -0
- package/data/color/angular.json +21 -0
- package/data/color/nestjs.json +18 -0
- package/data/color/nextjs.json +22 -0
- package/data/color/react.json +93 -0
- package/data/color/shadcn.json +66 -0
- package/data/color/shell.json +106 -80
- package/data/commands/angular.json +312 -0
- package/data/commands/manifest.json +5 -0
- package/data/commands/nestjs.json +273 -0
- package/data/commands/nextjs.json +123 -0
- package/data/commands/react.json +210 -0
- package/data/commands/shadcn.json +410 -0
- package/data/commands/shell.json +571 -41
- package/data/completion/angular.json +1490 -0
- package/data/completion/css.json +793 -0
- package/data/completion/nestjs.json +1454 -0
- package/data/completion/nextjs.json +1373 -0
- package/data/completion/react.json +1319 -0
- package/data/completion/shadcn.json +1202 -0
- package/data/completion/shell.json +2446 -510
- package/data/declaration/angular.json +46 -0
- package/data/declaration/nestjs.json +47 -0
- package/data/declaration/nextjs.json +274 -0
- package/data/declaration/react.json +199 -0
- package/data/declaration/shadcn.json +211 -0
- package/data/declaration/shell.json +343 -24
- package/data/declaration/tailwindcss.json +72 -0
- package/data/definition/angular.json +670 -0
- package/data/definition/nestjs.json +684 -0
- package/data/definition/nextjs.json +439 -0
- package/data/definition/react.json +397 -0
- package/data/definition/shadcn.json +99 -0
- package/data/definition/shell.json +820 -0
- package/data/documentHighlight/angular.json +414 -0
- package/data/documentHighlight/css.json +77 -2
- package/data/documentHighlight/nestjs.json +115 -0
- package/data/documentHighlight/nextjs.json +212 -0
- package/data/documentHighlight/react.json +119 -0
- package/data/documentHighlight/shadcn.json +168 -0
- package/data/documentHighlight/shell.json +664 -334
- package/data/documentHighlight/tailwindcss.json +105 -10
- package/data/documentRangeFormatting/angular.json +45 -0
- package/data/documentRangeFormatting/nestjs.json +17 -0
- package/data/documentRangeFormatting/nextjs.json +17 -0
- package/data/documentRangeFormatting/react.json +78 -0
- package/data/documentRangeFormatting/shadcn.json +45 -0
- package/data/documentRangeFormatting/shell.json +120 -53
- package/data/documentSymbol/angular.json +180 -0
- package/data/documentSymbol/nestjs.json +152 -0
- package/data/documentSymbol/nextjs.json +159 -0
- package/data/documentSymbol/react.json +145 -0
- package/data/documentSymbol/shadcn.json +131 -0
- package/data/documentSymbol/shell.json +166 -26
- package/data/documentSymbol/tailwindcss.json +49 -0
- package/data/foldingRange/angular.json +99 -0
- package/data/foldingRange/nestjs.json +26 -0
- package/data/foldingRange/nextjs.json +26 -0
- package/data/foldingRange/react.json +120 -0
- package/data/foldingRange/shadcn.json +93 -0
- package/data/foldingRange/shell.json +106 -46
- package/data/formatting/angular.json +21 -0
- package/data/formatting/nestjs.json +23 -0
- package/data/formatting/nextjs.json +23 -0
- package/data/formatting/react.json +71 -0
- package/data/formatting/shadcn.json +61 -0
- package/data/formatting/shell.json +103 -19
- package/data/hover/angular.json +455 -0
- package/data/hover/css.json +232 -0
- package/data/hover/nestjs.json +296 -0
- package/data/hover/nextjs.json +305 -0
- package/data/hover/react.json +173 -0
- package/data/hover/shadcn.json +450 -0
- package/data/hover/shell.json +684 -75
- package/data/implementation/angular.json +22 -0
- package/data/implementation/nestjs.json +24 -0
- package/data/implementation/nextjs.json +137 -0
- package/data/implementation/react.json +125 -0
- package/data/implementation/shadcn.json +89 -0
- package/data/implementation/shell.json +59 -3
- package/data/inlayHints/angular.json +24 -0
- package/data/inlayHints/nestjs.json +24 -0
- package/data/inlayHints/nextjs.json +143 -0
- package/data/inlayHints/react.json +177 -0
- package/data/inlayHints/shadcn.json +109 -0
- package/data/inlayHints/shell.json +223 -35
- package/data/inlineCompletions/angular.json +135 -0
- package/data/inlineCompletions/nestjs.json +25 -0
- package/data/inlineCompletions/nextjs.json +179 -0
- package/data/inlineCompletions/react.json +203 -0
- package/data/inlineCompletions/shadcn.json +115 -0
- package/data/inlineCompletions/shell.json +185 -35
- package/data/linkedEditingRange/angular.json +23 -0
- package/data/linkedEditingRange/nestjs.json +10 -0
- package/data/linkedEditingRange/nextjs.json +11 -0
- package/data/linkedEditingRange/react.json +75 -0
- package/data/linkedEditingRange/shadcn.json +23 -0
- package/data/linkedEditingRange/shell.json +25 -25
- package/data/links/angular.json +95 -0
- package/data/links/nestjs.json +130 -0
- package/data/links/nextjs.json +91 -0
- package/data/links/react.json +75 -0
- package/data/links/shadcn.json +98 -0
- package/data/links/shell.json +56 -0
- package/data/links/tailwindcss.json +25 -0
- package/data/manifest.json +339 -152
- package/data/onTypeFormatting/angular.json +14 -0
- package/data/onTypeFormatting/nestjs.json +16 -0
- package/data/onTypeFormatting/nextjs.json +17 -0
- package/data/onTypeFormatting/react.json +127 -0
- package/data/onTypeFormatting/shadcn.json +54 -0
- package/data/onTypeFormatting/shell.json +72 -68
- package/data/rangeSemanticTokens/angular.json +140 -0
- package/data/rangeSemanticTokens/nestjs.json +27 -0
- package/data/rangeSemanticTokens/nextjs.json +28 -0
- package/data/rangeSemanticTokens/react.json +216 -0
- package/data/rangeSemanticTokens/shadcn.json +140 -0
- package/data/rangeSemanticTokens/shell.json +247 -69
- package/data/rangeSemanticTokens/tailwindcss.json +99 -8
- package/data/references/angular.json +26 -0
- package/data/references/nestjs.json +24 -0
- package/data/references/nextjs.json +178 -0
- package/data/references/react.json +192 -0
- package/data/references/shadcn.json +101 -0
- package/data/references/shell.json +323 -92
- package/data/references/tailwindcss.json +66 -0
- package/data/rename/angular.json +131 -0
- package/data/rename/nestjs.json +32 -0
- package/data/rename/nextjs.json +31 -0
- package/data/rename/react.json +88 -0
- package/data/rename/shadcn.json +79 -0
- package/data/rename/shell.json +101 -31
- package/data/selectionRange/angular.json +95 -0
- package/data/selectionRange/nestjs.json +21 -0
- package/data/selectionRange/nextjs.json +22 -0
- package/data/selectionRange/react.json +87 -0
- package/data/selectionRange/shadcn.json +89 -0
- package/data/selectionRange/shell.json +65 -35
- package/data/semanticTokens/angular.json +198 -0
- package/data/semanticTokens/nestjs.json +35 -0
- package/data/semanticTokens/nextjs.json +38 -0
- package/data/semanticTokens/react.json +215 -0
- package/data/semanticTokens/shadcn.json +180 -0
- package/data/semanticTokens/shell.json +238 -65
- package/data/signatureHelp/angular.json +182 -0
- package/data/signatureHelp/nestjs.json +128 -0
- package/data/signatureHelp/nextjs.json +127 -0
- package/data/signatureHelp/react.json +281 -0
- package/data/signatureHelp/shadcn.json +237 -0
- package/data/signatureHelp/shell.json +797 -104
- package/data/typeDefinition/angular.json +362 -0
- package/data/typeDefinition/nestjs.json +334 -0
- package/data/typeDefinition/nextjs.json +285 -0
- package/data/typeDefinition/react.json +236 -0
- package/data/typeDefinition/shadcn.json +292 -0
- package/data/typeDefinition/shell.json +104 -40
- package/package.json +1 -1
- package/data/codeActions/bash.json +0 -169
- package/data/codeActions/zsh.json +0 -49
- package/data/codeLens/bash.json +0 -75
- package/data/codeLens/zsh.json +0 -19
- package/data/color/bash.json +0 -100
- package/data/color/zsh.json +0 -80
- package/data/commands/bash.json +0 -102
- package/data/commands/zsh.json +0 -166
- package/data/completion/bash.json +0 -1184
- package/data/completion/zsh.json +0 -973
- package/data/declaration/bash.json +0 -301
- package/data/declaration/zsh.json +0 -205
- package/data/definition/bash.json +0 -565
- package/data/definition/zsh.json +0 -350
- package/data/documentHighlight/bash.json +0 -393
- package/data/documentHighlight/zsh.json +0 -266
- package/data/documentRangeFormatting/bash.json +0 -41
- package/data/documentRangeFormatting/zsh.json +0 -59
- package/data/documentSymbol/bash.json +0 -124
- package/data/documentSymbol/zsh.json +0 -26
- package/data/foldingRange/bash.json +0 -76
- package/data/foldingRange/zsh.json +0 -46
- package/data/formatting/bash.json +0 -88
- package/data/formatting/zsh.json +0 -28
- package/data/hover/bash.json +0 -579
- package/data/hover/zsh.json +0 -96
- package/data/implementation/bash.json +0 -44
- package/data/implementation/zsh.json +0 -41
- package/data/inlayHints/bash.json +0 -207
- package/data/inlayHints/zsh.json +0 -43
- package/data/inlineCompletions/bash.json +0 -155
- package/data/inlineCompletions/zsh.json +0 -17
- package/data/linkedEditingRange/bash.json +0 -25
- package/data/linkedEditingRange/zsh.json +0 -25
- package/data/links/bash.json +0 -56
- package/data/links/zsh.json +0 -15
- package/data/onTypeFormatting/bash.json +0 -68
- package/data/onTypeFormatting/zsh.json +0 -68
- package/data/rangeSemanticTokens/bash.json +0 -90
- package/data/rangeSemanticTokens/zsh.json +0 -76
- package/data/references/bash.json +0 -221
- package/data/references/zsh.json +0 -166
- package/data/rename/bash.json +0 -37
- package/data/rename/zsh.json +0 -31
- package/data/selectionRange/bash.json +0 -35
- package/data/selectionRange/zsh.json +0 -35
- package/data/semanticTokens/bash.json +0 -71
- package/data/semanticTokens/zsh.json +0 -71
- package/data/signatureHelp/bash.json +0 -111
- package/data/signatureHelp/zsh.json +0 -118
- package/data/typeDefinition/bash.json +0 -95
- package/data/typeDefinition/zsh.json +0 -40
package/data/definition/zsh.json
DELETED
|
@@ -1,350 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"language": "zsh",
|
|
3
|
-
"definitions": {
|
|
4
|
-
"alias": {
|
|
5
|
-
"signature": "alias [-grs] [name[=value] ...]",
|
|
6
|
-
"description": "Define or display aliases. -g: global alias (expanded anywhere). -r: regular alias. -s: suffix alias (file extension handler).",
|
|
7
|
-
"type": "builtin"
|
|
8
|
-
},
|
|
9
|
-
"autoload": {
|
|
10
|
-
"signature": "autoload [-UXz] function ...",
|
|
11
|
-
"description": "Mark function for autoloading from fpath. -U: suppress alias expansion. -z: zsh-style loading. Functions loaded on first call.",
|
|
12
|
-
"type": "builtin"
|
|
13
|
-
},
|
|
14
|
-
"bg": {
|
|
15
|
-
"signature": "bg [job ...]",
|
|
16
|
-
"description": "Resume suspended jobs in background.",
|
|
17
|
-
"type": "builtin"
|
|
18
|
-
},
|
|
19
|
-
"bindkey": {
|
|
20
|
-
"signature": "bindkey [-evaMsR] [key] [widget]",
|
|
21
|
-
"description": "Bind keys to ZLE widgets. -e: emacs keymap. -v: vi keymap. -M: specify keymap. -l: list keymaps.",
|
|
22
|
-
"type": "builtin"
|
|
23
|
-
},
|
|
24
|
-
"builtin": {
|
|
25
|
-
"signature": "builtin name [args]",
|
|
26
|
-
"description": "Execute a builtin command, ignoring functions and aliases with the same name.",
|
|
27
|
-
"type": "builtin"
|
|
28
|
-
},
|
|
29
|
-
"cd": {
|
|
30
|
-
"signature": "cd [-qsLP] [dir | old new]",
|
|
31
|
-
"description": "Change directory. With two args, replaces 'old' with 'new' in $PWD. cd - goes to $OLDPWD.",
|
|
32
|
-
"type": "builtin"
|
|
33
|
-
},
|
|
34
|
-
"compdef": {
|
|
35
|
-
"signature": "compdef function command ...",
|
|
36
|
-
"description": "Associate a completion function with commands. Part of the completion system.",
|
|
37
|
-
"type": "builtin"
|
|
38
|
-
},
|
|
39
|
-
"declare": {
|
|
40
|
-
"signature": "declare [-aAfFgilrtux] [name[=value] ...]",
|
|
41
|
-
"description": "Same as typeset. Declare variables with attributes.",
|
|
42
|
-
"type": "builtin"
|
|
43
|
-
},
|
|
44
|
-
"dirs": {
|
|
45
|
-
"signature": "dirs [-clpv]",
|
|
46
|
-
"description": "Display directory stack. -v: verbose listing with indices. -c: clear stack.",
|
|
47
|
-
"type": "builtin"
|
|
48
|
-
},
|
|
49
|
-
"echo": {
|
|
50
|
-
"signature": "echo [-neE] [string ...]",
|
|
51
|
-
"description": "Print arguments. -n: no trailing newline. -e: interpret escapes. Use print for more control.",
|
|
52
|
-
"type": "builtin"
|
|
53
|
-
},
|
|
54
|
-
"emulate": {
|
|
55
|
-
"signature": "emulate [-lLR] mode",
|
|
56
|
-
"description": "Set shell emulation mode: zsh, sh, ksh, csh. -L: local to function. -R: reset all options.",
|
|
57
|
-
"type": "builtin"
|
|
58
|
-
},
|
|
59
|
-
"eval": {
|
|
60
|
-
"signature": "eval [arg ...]",
|
|
61
|
-
"description": "Concatenate args and execute as a command. Arguments undergo expansion twice.",
|
|
62
|
-
"type": "builtin"
|
|
63
|
-
},
|
|
64
|
-
"exec": {
|
|
65
|
-
"signature": "exec [-cl] [-a name] command [args]",
|
|
66
|
-
"description": "Replace shell with command. With no command, redirections affect current shell.",
|
|
67
|
-
"type": "builtin"
|
|
68
|
-
},
|
|
69
|
-
"export": {
|
|
70
|
-
"signature": "export [-n] [name[=value] ...]",
|
|
71
|
-
"description": "Mark variables for export to child processes. Same as typeset -gx.",
|
|
72
|
-
"type": "builtin"
|
|
73
|
-
},
|
|
74
|
-
"fc": {
|
|
75
|
-
"signature": "fc [-e editor] [-nlrdDfEim] [first [last]]",
|
|
76
|
-
"description": "Fix command — list, edit, or re-execute history entries.",
|
|
77
|
-
"type": "builtin"
|
|
78
|
-
},
|
|
79
|
-
"fg": {
|
|
80
|
-
"signature": "fg [job ...]",
|
|
81
|
-
"description": "Bring job to foreground.",
|
|
82
|
-
"type": "builtin"
|
|
83
|
-
},
|
|
84
|
-
"float": {
|
|
85
|
-
"signature": "float [-Hg] [-E n] [-F n] [name[=value] ...]",
|
|
86
|
-
"description": "Declare floating-point variables.",
|
|
87
|
-
"type": "builtin"
|
|
88
|
-
},
|
|
89
|
-
"functions": {
|
|
90
|
-
"signature": "functions [-mMtTuUz] [name ...]",
|
|
91
|
-
"description": "Display or set attributes on functions. Same as typeset -f.",
|
|
92
|
-
"type": "builtin"
|
|
93
|
-
},
|
|
94
|
-
"hash": {
|
|
95
|
-
"signature": "hash [-dfmrv] [name[=value] ...]",
|
|
96
|
-
"description": "Manage command hash table. Maps command names to paths for faster lookup.",
|
|
97
|
-
"type": "builtin"
|
|
98
|
-
},
|
|
99
|
-
"integer": {
|
|
100
|
-
"signature": "integer [-i base] [name[=value] ...]",
|
|
101
|
-
"description": "Declare integer variables. Arithmetic is performed on assignments.",
|
|
102
|
-
"type": "builtin"
|
|
103
|
-
},
|
|
104
|
-
"kill": {
|
|
105
|
-
"signature": "kill [-s signal | -n num | -sig] pid|jobspec ...",
|
|
106
|
-
"description": "Send signal to process or job. -l: list signals. -9: SIGKILL.",
|
|
107
|
-
"type": "builtin"
|
|
108
|
-
},
|
|
109
|
-
"let": {
|
|
110
|
-
"signature": "let expr ...",
|
|
111
|
-
"description": "Evaluate arithmetic expression. Same as (( expr )).",
|
|
112
|
-
"type": "builtin"
|
|
113
|
-
},
|
|
114
|
-
"local": {
|
|
115
|
-
"signature": "local [-aAFghilrtux] [name[=value] ...]",
|
|
116
|
-
"description": "Declare local variables in functions. Same as typeset in a function context.",
|
|
117
|
-
"type": "builtin"
|
|
118
|
-
},
|
|
119
|
-
"popd": {
|
|
120
|
-
"signature": "popd [-q] [+n | -n]",
|
|
121
|
-
"description": "Remove directory from stack and cd to new top.",
|
|
122
|
-
"type": "builtin"
|
|
123
|
-
},
|
|
124
|
-
"print": {
|
|
125
|
-
"signature": "print [-abcDilmnNoOpPrsz] [-u fd] [-f fmt] [args ...]",
|
|
126
|
-
"description": "Print arguments. More powerful than echo. -P: prompt expansion. -f: printf format. -l: one per line.",
|
|
127
|
-
"type": "builtin"
|
|
128
|
-
},
|
|
129
|
-
"printf": {
|
|
130
|
-
"signature": "printf format [args ...]",
|
|
131
|
-
"description": "Formatted output. Supports %s (string), %d (decimal), %f (float), %x (hex), etc.",
|
|
132
|
-
"type": "builtin"
|
|
133
|
-
},
|
|
134
|
-
"pushd": {
|
|
135
|
-
"signature": "pushd [-q] [dir | +n | -n]",
|
|
136
|
-
"description": "Push directory onto stack and cd to it.",
|
|
137
|
-
"type": "builtin"
|
|
138
|
-
},
|
|
139
|
-
"read": {
|
|
140
|
-
"signature": "read [-rszpqAce] [-k num] [-d delim] [-t timeout] [name ...]",
|
|
141
|
-
"description": "Read a line of input. -r: raw (no backslash). -s: silent. -t: timeout. -A: into array. -k n: read n chars.",
|
|
142
|
-
"type": "builtin"
|
|
143
|
-
},
|
|
144
|
-
"readonly": {
|
|
145
|
-
"signature": "readonly [-aAf] [name[=value] ...]",
|
|
146
|
-
"description": "Mark variables as read-only. Cannot be changed or unset.",
|
|
147
|
-
"type": "builtin"
|
|
148
|
-
},
|
|
149
|
-
"rehash": {
|
|
150
|
-
"signature": "rehash",
|
|
151
|
-
"description": "Rebuild command hash table. Run after installing new programs.",
|
|
152
|
-
"type": "builtin"
|
|
153
|
-
},
|
|
154
|
-
"return": {
|
|
155
|
-
"signature": "return [n]",
|
|
156
|
-
"description": "Return from a function with exit status n (default: status of last command).",
|
|
157
|
-
"type": "builtin"
|
|
158
|
-
},
|
|
159
|
-
"set": {
|
|
160
|
-
"signature": "set [-+options] [-A name] [args ...]",
|
|
161
|
-
"description": "Set shell options and positional parameters. -e: exit on error. -u: error on unset.",
|
|
162
|
-
"type": "builtin"
|
|
163
|
-
},
|
|
164
|
-
"setopt": {
|
|
165
|
-
"signature": "setopt [option ...]",
|
|
166
|
-
"description": "Enable shell options. Options control shell behavior: globbing, history, cd, correction, etc.",
|
|
167
|
-
"type": "builtin"
|
|
168
|
-
},
|
|
169
|
-
"shift": {
|
|
170
|
-
"signature": "shift [n]",
|
|
171
|
-
"description": "Shift positional parameters left by n (default: 1).",
|
|
172
|
-
"type": "builtin"
|
|
173
|
-
},
|
|
174
|
-
"source": {
|
|
175
|
-
"signature": "source file [args]",
|
|
176
|
-
"description": "Read and execute commands from file in current shell. Same as '.' command.",
|
|
177
|
-
"type": "builtin"
|
|
178
|
-
},
|
|
179
|
-
"test": {
|
|
180
|
-
"signature": "test expression / [ expression ]",
|
|
181
|
-
"description": "Evaluate conditional expression. Prefer [[ ]] for advanced features.",
|
|
182
|
-
"type": "builtin"
|
|
183
|
-
},
|
|
184
|
-
"trap": {
|
|
185
|
-
"signature": "trap [action] [signal ...]",
|
|
186
|
-
"description": "Execute action when shell receives signal. Common: EXIT, INT, TERM, ERR, DEBUG.",
|
|
187
|
-
"type": "builtin"
|
|
188
|
-
},
|
|
189
|
-
"type": {
|
|
190
|
-
"signature": "type [-afmsw] name ...",
|
|
191
|
-
"description": "Show how a name would be interpreted: alias, function, builtin, command.",
|
|
192
|
-
"type": "builtin"
|
|
193
|
-
},
|
|
194
|
-
"typeset": {
|
|
195
|
-
"signature": "typeset [-aAfFghilrtuxmHLRZE] [name[=value] ...]",
|
|
196
|
-
"description": "Declare and set attributes on variables. The most versatile variable declaration command.",
|
|
197
|
-
"type": "builtin"
|
|
198
|
-
},
|
|
199
|
-
"umask": {
|
|
200
|
-
"signature": "umask [-S] [mask]",
|
|
201
|
-
"description": "Get or set file creation mask.",
|
|
202
|
-
"type": "builtin"
|
|
203
|
-
},
|
|
204
|
-
"unalias": {
|
|
205
|
-
"signature": "unalias [-ms] name ...",
|
|
206
|
-
"description": "Remove alias definitions.",
|
|
207
|
-
"type": "builtin"
|
|
208
|
-
},
|
|
209
|
-
"unfunction": {
|
|
210
|
-
"signature": "unfunction name ...",
|
|
211
|
-
"description": "Remove function definitions.",
|
|
212
|
-
"type": "builtin"
|
|
213
|
-
},
|
|
214
|
-
"unset": {
|
|
215
|
-
"signature": "unset [-fmv] name ...",
|
|
216
|
-
"description": "Unset variables or functions.",
|
|
217
|
-
"type": "builtin"
|
|
218
|
-
},
|
|
219
|
-
"unsetopt": {
|
|
220
|
-
"signature": "unsetopt [option ...]",
|
|
221
|
-
"description": "Disable shell options.",
|
|
222
|
-
"type": "builtin"
|
|
223
|
-
},
|
|
224
|
-
"wait": {
|
|
225
|
-
"signature": "wait [job|pid ...]",
|
|
226
|
-
"description": "Wait for background jobs/processes to complete.",
|
|
227
|
-
"type": "builtin"
|
|
228
|
-
},
|
|
229
|
-
"whence": {
|
|
230
|
-
"signature": "whence [-acfmpsvw] name ...",
|
|
231
|
-
"description": "Show how each name would be interpreted. -p: search path only. -v: verbose.",
|
|
232
|
-
"type": "builtin"
|
|
233
|
-
},
|
|
234
|
-
"where": {
|
|
235
|
-
"signature": "where name ...",
|
|
236
|
-
"description": "Display all locations of a command.",
|
|
237
|
-
"type": "builtin"
|
|
238
|
-
},
|
|
239
|
-
"which": {
|
|
240
|
-
"signature": "which [-aps] name ...",
|
|
241
|
-
"description": "Show full path of command.",
|
|
242
|
-
"type": "builtin"
|
|
243
|
-
},
|
|
244
|
-
"zcompile": {
|
|
245
|
-
"signature": "zcompile [-cz] [-R|-M] file [name ...]",
|
|
246
|
-
"description": "Compile zsh scripts to wordcode for faster loading.",
|
|
247
|
-
"type": "builtin"
|
|
248
|
-
},
|
|
249
|
-
"zle": {
|
|
250
|
-
"signature": "zle [-aAcCDFgGIKlLmNRU] [widget]",
|
|
251
|
-
"description": "Zsh Line Editor — manage widgets. -N: create widget from function. -C: create completion widget.",
|
|
252
|
-
"type": "builtin"
|
|
253
|
-
},
|
|
254
|
-
"zmodload": {
|
|
255
|
-
"signature": "zmodload [-diLu] [module ...]",
|
|
256
|
-
"description": "Load or unload zsh modules. Common: zsh/datetime, zsh/stat, zsh/regex, zsh/net/tcp.",
|
|
257
|
-
"type": "builtin"
|
|
258
|
-
},
|
|
259
|
-
"zparseopts": {
|
|
260
|
-
"signature": "zparseopts [-DEKA] specs ...",
|
|
261
|
-
"description": "Parse command-line options. -D: remove parsed options. -E: don't stop at first non-option. -A assoc: store in associative array.",
|
|
262
|
-
"type": "builtin"
|
|
263
|
-
},
|
|
264
|
-
"zstyle": {
|
|
265
|
-
"signature": "zstyle pattern style value ...",
|
|
266
|
-
"description": "Define styles for the completion system and other subsystems. Pattern: ':completion:function:completer:command:argument:tag'.",
|
|
267
|
-
"type": "builtin"
|
|
268
|
-
},
|
|
269
|
-
"PROMPT": {
|
|
270
|
-
"signature": "PROMPT=string",
|
|
271
|
-
"description": "Primary prompt string. Supports: %n (user), %m (host), %~ (dir), %F{color}...%f (color), %B...%b (bold), %# (# for root, %% for user).",
|
|
272
|
-
"type": "variable"
|
|
273
|
-
},
|
|
274
|
-
"RPROMPT": {
|
|
275
|
-
"signature": "RPROMPT=string",
|
|
276
|
-
"description": "Right-side prompt string. Commonly shows time, git status, or exit code.",
|
|
277
|
-
"type": "variable"
|
|
278
|
-
},
|
|
279
|
-
"PS1": {
|
|
280
|
-
"signature": "PS1=string",
|
|
281
|
-
"description": "Same as PROMPT. Primary prompt.",
|
|
282
|
-
"type": "variable"
|
|
283
|
-
},
|
|
284
|
-
"PS2": {
|
|
285
|
-
"signature": "PS2=string",
|
|
286
|
-
"description": "Continuation prompt (shown for multi-line commands). Default: '%_> '.",
|
|
287
|
-
"type": "variable"
|
|
288
|
-
},
|
|
289
|
-
"HISTFILE": {
|
|
290
|
-
"signature": "HISTFILE=path",
|
|
291
|
-
"description": "Path to the history file. Default: ~/.zsh_history.",
|
|
292
|
-
"type": "variable"
|
|
293
|
-
},
|
|
294
|
-
"HISTSIZE": {
|
|
295
|
-
"signature": "HISTSIZE=number",
|
|
296
|
-
"description": "Maximum number of history entries in memory.",
|
|
297
|
-
"type": "variable"
|
|
298
|
-
},
|
|
299
|
-
"SAVEHIST": {
|
|
300
|
-
"signature": "SAVEHIST=number",
|
|
301
|
-
"description": "Number of history entries saved to HISTFILE.",
|
|
302
|
-
"type": "variable"
|
|
303
|
-
},
|
|
304
|
-
"FPATH": {
|
|
305
|
-
"signature": "FPATH=dirs",
|
|
306
|
-
"description": "Function search path (colon-separated). Directories where autoloaded functions are found.",
|
|
307
|
-
"type": "variable"
|
|
308
|
-
},
|
|
309
|
-
"fpath": {
|
|
310
|
-
"signature": "fpath=(dirs)",
|
|
311
|
-
"description": "Array form of FPATH. Tied to FPATH — changes to one affect the other.",
|
|
312
|
-
"type": "variable"
|
|
313
|
-
},
|
|
314
|
-
"PATH": {
|
|
315
|
-
"signature": "PATH=dirs",
|
|
316
|
-
"description": "Command search path (colon-separated).",
|
|
317
|
-
"type": "variable"
|
|
318
|
-
},
|
|
319
|
-
"path": {
|
|
320
|
-
"signature": "path=(dirs)",
|
|
321
|
-
"description": "Array form of PATH. Tied to PATH.",
|
|
322
|
-
"type": "variable"
|
|
323
|
-
},
|
|
324
|
-
"CDPATH": {
|
|
325
|
-
"signature": "CDPATH=dirs",
|
|
326
|
-
"description": "Directories searched by cd. cd target tries CDPATH entries as parents.",
|
|
327
|
-
"type": "variable"
|
|
328
|
-
},
|
|
329
|
-
"KEYTIMEOUT": {
|
|
330
|
-
"signature": "KEYTIMEOUT=n",
|
|
331
|
-
"description": "Timeout for key sequences (1/100th second). Default: 40 (0.4s). Set to 1 for fast vi-mode switch.",
|
|
332
|
-
"type": "variable"
|
|
333
|
-
},
|
|
334
|
-
"WORDCHARS": {
|
|
335
|
-
"signature": "WORDCHARS=chars",
|
|
336
|
-
"description": "Characters considered part of a word for word-based operations. Default includes many special chars.",
|
|
337
|
-
"type": "variable"
|
|
338
|
-
},
|
|
339
|
-
"ZSH_VERSION": {
|
|
340
|
-
"signature": "ZSH_VERSION",
|
|
341
|
-
"description": "Current zsh version string.",
|
|
342
|
-
"type": "variable"
|
|
343
|
-
},
|
|
344
|
-
"TERM": {
|
|
345
|
-
"signature": "TERM=string",
|
|
346
|
-
"description": "Terminal type for terminfo lookups.",
|
|
347
|
-
"type": "variable"
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
}
|