@enjoys/context-engine 1.0.0 → 1.0.2
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/commands/adb.json +322 -0
- package/data/commands/alembic.json +301 -0
- package/data/commands/artisan.json +277 -0
- package/data/commands/atlas.json +426 -0
- package/data/commands/auth0.json +648 -0
- package/data/commands/bat.json +84 -0
- package/data/commands/btop.json +59 -0
- package/data/commands/bundle.json +321 -0
- package/data/commands/composer.json +507 -0
- package/data/commands/dart.json +216 -0
- package/data/commands/dbmate.json +257 -0
- package/data/commands/docker-compose.json +384 -0
- package/data/commands/drizzle-kit.json +217 -0
- package/data/commands/expo.json +65 -0
- package/data/commands/fastlane.json +243 -0
- package/data/commands/fd.json +86 -0
- package/data/commands/flutter.json +298 -0
- package/data/commands/flyway.json +261 -0
- package/data/commands/fzf.json +103 -0
- package/data/commands/gem.json +267 -0
- package/data/commands/htop.json +56 -0
- package/data/commands/jq.json +100 -0
- package/data/commands/k9s.json +62 -0
- package/data/commands/linux.json +3007 -0
- package/data/commands/liquibase.json +399 -0
- package/data/commands/manifest.json +619 -0
- package/data/commands/minikube.json +60 -0
- package/data/commands/ng.json +64 -0
- package/data/commands/nuxt.json +60 -0
- package/data/commands/nvim.json +91 -0
- package/data/commands/php.json +157 -0
- package/data/commands/pm2.json +259 -0
- package/data/commands/pod.json +175 -0
- package/data/commands/prisma.json +257 -0
- package/data/commands/rails.json +372 -0
- package/data/commands/rake.json +360 -0
- package/data/commands/react-native.json +57 -0
- package/data/commands/rg.json +103 -0
- package/data/commands/rspec.json +257 -0
- package/data/commands/ruby.json +108 -0
- package/data/commands/screen.json +101 -0
- package/data/commands/sequelize.json +342 -0
- package/data/commands/snyk.json +442 -0
- package/data/commands/sonar-scanner.json +219 -0
- package/data/commands/stripe.json +314 -0
- package/data/commands/symfony.json +449 -0
- package/data/commands/tmux.json +197 -0
- package/data/commands/top.json +61 -0
- package/data/commands/trivy.json +367 -0
- package/data/commands/twilio.json +382 -0
- package/data/commands/typeorm.json +262 -0
- package/data/commands/vim.json +85 -0
- package/data/commands/vue.json +60 -0
- package/data/commands/wp.json +857 -0
- package/data/commands/xcodebuild.json +141 -0
- package/data/commands/yq.json +57 -0
- package/data/completion/bash.json +1184 -0
- package/data/completion/c.json +1067 -0
- package/data/completion/cpp.json +824 -0
- package/data/completion/csharp.json +860 -0
- package/data/completion/dockerfile.json +536 -0
- package/data/completion/go.json +1346 -0
- package/data/completion/html.json +806 -0
- package/data/completion/java.json +1112 -0
- package/data/completion/javascript.json +914 -0
- package/data/completion/lua.json +968 -0
- package/data/completion/php.json +1535 -0
- package/data/completion/python.json +1427 -0
- package/data/completion/ruby.json +1531 -0
- package/data/completion/rust.json +698 -0
- package/data/completion/sql.json +887 -0
- package/data/completion/toml.json +428 -0
- package/data/completion/typescript.json +338 -0
- package/data/completion/yaml.json +563 -0
- package/data/defination/bash.json +565 -0
- package/data/defination/c.json +865 -0
- package/data/defination/cpp.json +348 -0
- package/data/defination/csharp.json +144 -0
- package/data/defination/dockerfile.json +113 -0
- package/data/defination/go.json +561 -0
- package/data/defination/html.json +559 -0
- package/data/defination/java.json +184 -0
- package/data/defination/javascript.json +265 -0
- package/data/defination/lua.json +181 -0
- package/data/defination/php.json +726 -0
- package/data/defination/python.json +717 -0
- package/data/defination/ruby.json +670 -0
- package/data/defination/rust.json +207 -0
- package/data/defination/sql.json +473 -0
- package/data/defination/toml.json +251 -0
- package/data/defination/typescript.json +29 -0
- package/data/defination/yaml.json +197 -0
- package/data/hover/bash.json +245 -0
- package/data/hover/c.json +265 -0
- package/data/hover/cpp.json +210 -0
- package/data/hover/csharp.json +290 -0
- package/data/hover/dockerfile.json +145 -0
- package/data/hover/go.json +580 -0
- package/data/hover/html.json +250 -0
- package/data/hover/java.json +395 -0
- package/data/hover/javascript.json +330 -0
- package/data/hover/lua.json +265 -0
- package/data/hover/php.json +300 -0
- package/data/hover/python.json +380 -0
- package/data/hover/ruby.json +265 -0
- package/data/hover/rust.json +275 -0
- package/data/hover/sql.json +230 -0
- package/data/hover/toml.json +145 -0
- package/data/hover/typescript.json +120 -0
- package/data/hover/yaml.json +165 -0
- package/data/manifest.json +242 -0
- package/package.json +1 -1
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "vim",
|
|
3
|
+
"description": "Vi IMproved - a highly configurable, powerful text editor for efficient text editing",
|
|
4
|
+
"category": "Text Editors",
|
|
5
|
+
"platforms": ["linux", "macos", "windows"],
|
|
6
|
+
"shells": ["bash", "zsh", "fish", "powershell"],
|
|
7
|
+
"subcommands": [],
|
|
8
|
+
"globalOptions": [
|
|
9
|
+
{ "name": "--help", "description": "Show usage summary and exit" },
|
|
10
|
+
{ "name": "--version", "description": "Print version and feature information, then exit" },
|
|
11
|
+
{ "name": "-c", "description": "Execute given Ex command after loading the first file", "takesValue": true },
|
|
12
|
+
{ "name": "--cmd", "description": "Execute given Ex command before loading any vimrc", "takesValue": true },
|
|
13
|
+
{ "name": "-S", "description": "Source (execute) a Vim script file after loading the first file", "takesValue": true },
|
|
14
|
+
{ "name": "-u", "description": "Use specified vimrc file instead of default (use NONE to skip all)", "takesValue": true },
|
|
15
|
+
{ "name": "-N", "description": "Start in nocompatible mode (not Vi compatible)" },
|
|
16
|
+
{ "name": "-R", "description": "Read-only mode - set 'readonly' option to prevent accidental writes" },
|
|
17
|
+
{ "name": "-b", "description": "Binary mode - set options for editing binary files" },
|
|
18
|
+
{ "name": "-d", "description": "Diff mode - open two or more files and show differences side by side" },
|
|
19
|
+
{ "name": "-o", "description": "Open N files in horizontally split windows (one above the other)", "takesValue": true },
|
|
20
|
+
{ "name": "-O", "description": "Open N files in vertically split windows (side by side)", "takesValue": true },
|
|
21
|
+
{ "name": "-p", "description": "Open N files in separate tab pages", "takesValue": true },
|
|
22
|
+
{ "name": "-r", "description": "Recovery mode - recover a previously edited file from swap file", "takesValue": true },
|
|
23
|
+
{ "name": "-n", "description": "No swap file - editing will not create a .swp file (for fast editing of temp files)" },
|
|
24
|
+
{ "name": "-e", "description": "Start in Ex mode (line-oriented editing, like running ex)" },
|
|
25
|
+
{ "name": "-s", "description": "Silent (batch) mode - used with -e for scripted Ex commands from stdin" },
|
|
26
|
+
{ "name": "-x", "description": "Encryption mode - prompt for an encryption key to encrypt the file on save" },
|
|
27
|
+
{ "name": "--noplugin", "description": "Skip loading all plugins (plugin scripts are not sourced)" },
|
|
28
|
+
{ "name": "--clean", "description": "Start Vim with default settings and no plugins (like -u DEFAULTS --noplugin)" },
|
|
29
|
+
{ "name": "-t", "description": "Jump to a tag - find the tag in the tags file and position cursor there", "takesValue": true },
|
|
30
|
+
{ "name": "+", "description": "Start at the end of the file" },
|
|
31
|
+
{ "name": "+N", "description": "Start at line number N", "takesValue": true },
|
|
32
|
+
{ "name": "+/pattern", "description": "Start at the first occurrence of search pattern", "takesValue": true },
|
|
33
|
+
{ "name": "-i", "description": "Use specified viminfo file instead of default", "takesValue": true },
|
|
34
|
+
{ "name": "-V", "description": "Verbose mode - set verbosity level (0-15) for debugging", "takesValue": true },
|
|
35
|
+
{ "name": "-w", "description": "Record all typed characters to a script file", "takesValue": true },
|
|
36
|
+
{ "name": "-W", "description": "Overwrite and record all typed characters to a script file", "takesValue": true },
|
|
37
|
+
{ "name": "-Z", "description": "Restricted mode - disable shell commands and external programs" },
|
|
38
|
+
{ "name": "--remote", "description": "Open files in an already running Vim server", "takesValue": true },
|
|
39
|
+
{ "name": "--servername", "description": "Set the Vim server name for --remote communication", "takesValue": true }
|
|
40
|
+
],
|
|
41
|
+
"examples": [
|
|
42
|
+
{ "command": "vim file.txt", "description": "Open a file for editing" },
|
|
43
|
+
{ "command": "vim -d file1 file2", "description": "Open two files in diff mode (vimdiff)" },
|
|
44
|
+
{ "command": "vim -o file1 file2", "description": "Open files in horizontal splits" },
|
|
45
|
+
{ "command": "vim -O file1 file2", "description": "Open files in vertical splits" },
|
|
46
|
+
{ "command": "vim +42 file.txt", "description": "Open file and jump to line 42" },
|
|
47
|
+
{ "command": "vim -c 'set number' file.txt", "description": "Open file with line numbers enabled" },
|
|
48
|
+
{ "command": "vim -R /etc/passwd", "description": "Open file in read-only mode" },
|
|
49
|
+
{ "command": "vim -p *.js", "description": "Open all JS files in separate tabs" },
|
|
50
|
+
{ "command": "vim -r file.txt", "description": "Recover file from swap file after a crash" },
|
|
51
|
+
{ "command": "vim --clean file.txt", "description": "Open file with no plugins or custom config" },
|
|
52
|
+
{ "command": "vim -u NONE -N file.txt", "description": "Open file with no vimrc in nocompatible mode" },
|
|
53
|
+
{ "command": "vim +/TODO file.txt", "description": "Open file and jump to first 'TODO'" },
|
|
54
|
+
{ "command": "vim -b binary.dat", "description": "Open a binary file in binary mode" }
|
|
55
|
+
],
|
|
56
|
+
"relatedCommands": ["nvim", "vi", "nano", "emacs"],
|
|
57
|
+
"contextEngine": {
|
|
58
|
+
"detectors": [
|
|
59
|
+
{
|
|
60
|
+
"name": "version",
|
|
61
|
+
"description": "Vim version and patch level",
|
|
62
|
+
"command": "vim --version 2>/dev/null | head -2",
|
|
63
|
+
"parser": "lines",
|
|
64
|
+
"cacheFor": 600,
|
|
65
|
+
"requiresCmd": "vim"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "features",
|
|
69
|
+
"description": "Compiled Vim features",
|
|
70
|
+
"command": "vim --version 2>/dev/null | grep -E '^\\+|^-' | head -5",
|
|
71
|
+
"parser": "lines",
|
|
72
|
+
"cacheFor": 600,
|
|
73
|
+
"requiresCmd": "vim"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "vimrc",
|
|
77
|
+
"description": "Detect user vimrc location",
|
|
78
|
+
"command": "ls ~/.vimrc 2>/dev/null || ls ~/.vim/vimrc 2>/dev/null",
|
|
79
|
+
"parser": "lines",
|
|
80
|
+
"cacheFor": 300,
|
|
81
|
+
"requiresCmd": "vim"
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "vue",
|
|
3
|
+
"description": "Vue CLI",
|
|
4
|
+
"category": "Frontend Frameworks",
|
|
5
|
+
"platforms": [
|
|
6
|
+
"linux",
|
|
7
|
+
"macos",
|
|
8
|
+
"windows"
|
|
9
|
+
],
|
|
10
|
+
"shells": [
|
|
11
|
+
"bash",
|
|
12
|
+
"zsh",
|
|
13
|
+
"powershell"
|
|
14
|
+
],
|
|
15
|
+
"subcommands": [
|
|
16
|
+
{
|
|
17
|
+
"name": "create",
|
|
18
|
+
"description": "Create a new project powered by vue-cli-service"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "add",
|
|
22
|
+
"description": "Install a plugin and invoke its generator in an already created project"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "invoke",
|
|
26
|
+
"description": "Invoke the generator of a plugin in an already created project"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "serve",
|
|
30
|
+
"description": "Serve a .js or .vue file in development mode with zero config"
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"globalOptions": [],
|
|
34
|
+
"examples": [
|
|
35
|
+
{
|
|
36
|
+
"command": "vue create my-app",
|
|
37
|
+
"description": "Create a new Vue project"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"command": "vue add router",
|
|
41
|
+
"description": "Add Vue Router to project"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"relatedCommands": [
|
|
45
|
+
"npm",
|
|
46
|
+
"vite",
|
|
47
|
+
"nuxt"
|
|
48
|
+
],
|
|
49
|
+
"contextEngine": {
|
|
50
|
+
"detectors": [
|
|
51
|
+
{
|
|
52
|
+
"name": "vue_config",
|
|
53
|
+
"description": "Vue CLI Configuration",
|
|
54
|
+
"command": "cat vue.config.js 2>/dev/null | head -10",
|
|
55
|
+
"parser": "text",
|
|
56
|
+
"cacheFor": 300
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
}
|