@enjoys/context-engine 1.5.1 → 1.6.0

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.
Files changed (145) hide show
  1. package/README.md +214 -62
  2. package/data/commands/ab.json +80 -0
  3. package/data/commands/act.json +82 -0
  4. package/data/commands/age.json +68 -0
  5. package/data/commands/argocd.json +109 -0
  6. package/data/commands/asdf.json +102 -0
  7. package/data/commands/astro.json +106 -0
  8. package/data/commands/at.json +52 -0
  9. package/data/commands/babel.json +83 -0
  10. package/data/commands/buildah.json +105 -0
  11. package/data/commands/cabal.json +114 -0
  12. package/data/commands/cdk.json +127 -0
  13. package/data/commands/changeset.json +68 -0
  14. package/data/commands/checkov.json +75 -0
  15. package/data/commands/commitlint.json +60 -0
  16. package/data/commands/concurrently.json +62 -0
  17. package/data/commands/conventional-commits.json +30 -0
  18. package/data/commands/cosign.json +103 -0
  19. package/data/commands/crane.json +109 -0
  20. package/data/commands/cron.json +29 -0
  21. package/data/commands/crystal.json +102 -0
  22. package/data/commands/csvkit.json +96 -0
  23. package/data/commands/cut.json +62 -0
  24. package/data/commands/df.json +66 -0
  25. package/data/commands/diff.json +72 -0
  26. package/data/commands/dig.json +67 -0
  27. package/data/commands/dmesg.json +65 -0
  28. package/data/commands/dotnet.json +136 -0
  29. package/data/commands/du.json +71 -0
  30. package/data/commands/echo.json +45 -0
  31. package/data/commands/eksctl.json +101 -0
  32. package/data/commands/eleventy.json +73 -0
  33. package/data/commands/entr.json +50 -0
  34. package/data/commands/env.json +43 -0
  35. package/data/commands/erlang.json +76 -0
  36. package/data/commands/esbuild.json +91 -0
  37. package/data/commands/ffmpeg.json +115 -0
  38. package/data/commands/fnm.json +100 -0
  39. package/data/commands/free.json +63 -0
  40. package/data/commands/func.json +89 -0
  41. package/data/commands/gatsby.json +106 -0
  42. package/data/commands/ghc.json +79 -0
  43. package/data/commands/ghostscript.json +77 -0
  44. package/data/commands/git-lfs.json +95 -0
  45. package/data/commands/gpg.json +112 -0
  46. package/data/commands/grafana-cli.json +97 -0
  47. package/data/commands/grpcurl.json +74 -0
  48. package/data/commands/grype.json +75 -0
  49. package/data/commands/hadolint.json +61 -0
  50. package/data/commands/head.json +48 -0
  51. package/data/commands/hexo.json +101 -0
  52. package/data/commands/hey.json +91 -0
  53. package/data/commands/hostname.json +52 -0
  54. package/data/commands/httpie.json +101 -0
  55. package/data/commands/hugo.json +106 -0
  56. package/data/commands/husky.json +52 -0
  57. package/data/commands/id.json +50 -0
  58. package/data/commands/ifconfig.json +47 -0
  59. package/data/commands/imagemagick.json +117 -0
  60. package/data/commands/inotifywait.json +70 -0
  61. package/data/commands/ip.json +103 -0
  62. package/data/commands/istioctl.json +105 -0
  63. package/data/commands/javac.json +87 -0
  64. package/data/commands/jekyll.json +105 -0
  65. package/data/commands/kill.json +57 -0
  66. package/data/commands/killall.json +60 -0
  67. package/data/commands/kind.json +98 -0
  68. package/data/commands/ko.json +89 -0
  69. package/data/commands/kustomize.json +70 -0
  70. package/data/commands/latex.json +65 -0
  71. package/data/commands/lerna.json +125 -0
  72. package/data/commands/ln.json +54 -0
  73. package/data/commands/lsof.json +69 -0
  74. package/data/commands/manifest.json +1 -1
  75. package/data/commands/miller.json +58 -0
  76. package/data/commands/mise.json +107 -0
  77. package/data/commands/mix.json +128 -0
  78. package/data/commands/mkdir.json +43 -0
  79. package/data/commands/mount.json +63 -0
  80. package/data/commands/nc.json +71 -0
  81. package/data/commands/netstat.json +74 -0
  82. package/data/commands/nim.json +104 -0
  83. package/data/commands/nohup.json +28 -0
  84. package/data/commands/nslookup.json +46 -0
  85. package/data/commands/nvm.json +91 -0
  86. package/data/commands/ocaml.json +68 -0
  87. package/data/commands/opam.json +111 -0
  88. package/data/commands/pandoc.json +100 -0
  89. package/data/commands/parallel.json +73 -0
  90. package/data/commands/patch.json +55 -0
  91. package/data/commands/ping.json +73 -0
  92. package/data/commands/podman.json +151 -0
  93. package/data/commands/postman.json +82 -0
  94. package/data/commands/pre-commit.json +101 -0
  95. package/data/commands/prometheus.json +65 -0
  96. package/data/commands/pyenv.json +87 -0
  97. package/data/commands/q.json +63 -0
  98. package/data/commands/rbenv.json +85 -0
  99. package/data/commands/rebar3.json +110 -0
  100. package/data/commands/remix.json +80 -0
  101. package/data/commands/rollup.json +74 -0
  102. package/data/commands/route.json +53 -0
  103. package/data/commands/rustc.json +90 -0
  104. package/data/commands/sam.json +122 -0
  105. package/data/commands/sdkman.json +89 -0
  106. package/data/commands/semantic-release.json +58 -0
  107. package/data/commands/semgrep.json +97 -0
  108. package/data/commands/serverless.json +121 -0
  109. package/data/commands/shellcheck.json +61 -0
  110. package/data/commands/skopeo.json +79 -0
  111. package/data/commands/socat.json +43 -0
  112. package/data/commands/sops.json +85 -0
  113. package/data/commands/sort.json +75 -0
  114. package/data/commands/sqlite-utils.json +109 -0
  115. package/data/commands/ss.json +75 -0
  116. package/data/commands/stack.json +115 -0
  117. package/data/commands/storybook.json +90 -0
  118. package/data/commands/strace.json +71 -0
  119. package/data/commands/svelte.json +89 -0
  120. package/data/commands/swc.json +73 -0
  121. package/data/commands/swiftc.json +83 -0
  122. package/data/commands/syft.json +77 -0
  123. package/data/commands/tail.json +58 -0
  124. package/data/commands/tee.json +38 -0
  125. package/data/commands/tflint.json +83 -0
  126. package/data/commands/touch.json +57 -0
  127. package/data/commands/traceroute.json +70 -0
  128. package/data/commands/tracert.json +49 -0
  129. package/data/commands/umount.json +49 -0
  130. package/data/commands/uniq.json +59 -0
  131. package/data/commands/vagrant.json +112 -0
  132. package/data/commands/vegeta.json +59 -0
  133. package/data/commands/volta.json +87 -0
  134. package/data/commands/watch.json +58 -0
  135. package/data/commands/wc.json +50 -0
  136. package/data/commands/webpack.json +94 -0
  137. package/data/commands/which.json +34 -0
  138. package/data/commands/whoami.json +27 -0
  139. package/data/commands/wrangler.json +124 -0
  140. package/data/commands/wrk.json +63 -0
  141. package/data/commands/xargs.json +66 -0
  142. package/data/commands/xsv.json +119 -0
  143. package/data/commands/zig.json +114 -0
  144. package/data/manifest.json +1 -1
  145. package/package.json +2 -2
@@ -0,0 +1,87 @@
1
+ {
2
+ "name": "pyenv",
3
+ "description": "Simple Python version management",
4
+ "category": "version-manager",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [
15
+ {
16
+ "name": "install",
17
+ "description": "Install a Python version",
18
+ "examples": [
19
+ "pyenv install 3.12.0",
20
+ "pyenv install --list"
21
+ ]
22
+ },
23
+ {
24
+ "name": "versions",
25
+ "description": "List installed versions",
26
+ "examples": [
27
+ "pyenv versions"
28
+ ]
29
+ },
30
+ {
31
+ "name": "global",
32
+ "description": "Set global Python version",
33
+ "examples": [
34
+ "pyenv global 3.12.0"
35
+ ]
36
+ },
37
+ {
38
+ "name": "local",
39
+ "description": "Set local (per-directory) Python version",
40
+ "examples": [
41
+ "pyenv local 3.11.5"
42
+ ]
43
+ },
44
+ {
45
+ "name": "shell",
46
+ "description": "Set shell-specific version",
47
+ "examples": [
48
+ "pyenv shell 3.12.0"
49
+ ]
50
+ },
51
+ {
52
+ "name": "uninstall",
53
+ "description": "Uninstall a version",
54
+ "examples": [
55
+ "pyenv uninstall 3.10.0"
56
+ ]
57
+ },
58
+ {
59
+ "name": "which",
60
+ "description": "Display full path to executable",
61
+ "examples": [
62
+ "pyenv which python"
63
+ ]
64
+ },
65
+ {
66
+ "name": "rehash",
67
+ "description": "Rehash shims",
68
+ "examples": [
69
+ "pyenv rehash"
70
+ ]
71
+ }
72
+ ],
73
+ "globalOptions": [],
74
+ "examples": [
75
+ "pyenv install 3.12.0",
76
+ "pyenv global 3.12.0",
77
+ "pyenv versions",
78
+ "pyenv install --list",
79
+ "pyenv local 3.11.5"
80
+ ],
81
+ "relatedCommands": [
82
+ "python",
83
+ "pip",
84
+ "conda",
85
+ "poetry"
86
+ ]
87
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "name": "q",
3
+ "description": "Run SQL directly on delimited files and multi-file sqlite databases",
4
+ "category": "data",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [],
17
+ "globalOptions": [
18
+ {
19
+ "name": "-H",
20
+ "description": "Input has header row"
21
+ },
22
+ {
23
+ "name": "-d",
24
+ "description": "Input delimiter",
25
+ "type": "string"
26
+ },
27
+ {
28
+ "name": "-D",
29
+ "description": "Output delimiter",
30
+ "type": "string"
31
+ },
32
+ {
33
+ "name": "-O",
34
+ "description": "Output includes header"
35
+ },
36
+ {
37
+ "name": "-b",
38
+ "description": "Beautify output"
39
+ },
40
+ {
41
+ "name": "-f",
42
+ "description": "Read query from file",
43
+ "type": "file"
44
+ },
45
+ {
46
+ "name": "-e",
47
+ "description": "Input encoding",
48
+ "type": "string"
49
+ }
50
+ ],
51
+ "examples": [
52
+ "q -H \"SELECT * FROM data.csv WHERE age > 30\"",
53
+ "q -H -d, \"SELECT name,count(*) FROM data.csv GROUP BY name\"",
54
+ "q -H \"SELECT * FROM data.csv ORDER BY age DESC LIMIT 10\"",
55
+ "q -H -b \"SELECT * FROM prices.csv JOIN names.csv ON prices.id=names.id\""
56
+ ],
57
+ "relatedCommands": [
58
+ "csvkit",
59
+ "miller",
60
+ "sqlite3",
61
+ "xsv"
62
+ ]
63
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ "name": "rbenv",
3
+ "description": "Simple Ruby version management",
4
+ "category": "version-manager",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [
15
+ {
16
+ "name": "install",
17
+ "description": "Install a Ruby version",
18
+ "examples": [
19
+ "rbenv install 3.3.0"
20
+ ]
21
+ },
22
+ {
23
+ "name": "versions",
24
+ "description": "List installed versions",
25
+ "examples": [
26
+ "rbenv versions"
27
+ ]
28
+ },
29
+ {
30
+ "name": "global",
31
+ "description": "Set global Ruby version",
32
+ "examples": [
33
+ "rbenv global 3.3.0"
34
+ ]
35
+ },
36
+ {
37
+ "name": "local",
38
+ "description": "Set local Ruby version",
39
+ "examples": [
40
+ "rbenv local 3.2.0"
41
+ ]
42
+ },
43
+ {
44
+ "name": "shell",
45
+ "description": "Set shell-specific version",
46
+ "examples": [
47
+ "rbenv shell 3.3.0"
48
+ ]
49
+ },
50
+ {
51
+ "name": "uninstall",
52
+ "description": "Uninstall a version",
53
+ "examples": [
54
+ "rbenv uninstall 3.1.0"
55
+ ]
56
+ },
57
+ {
58
+ "name": "which",
59
+ "description": "Show full path for command",
60
+ "examples": [
61
+ "rbenv which ruby"
62
+ ]
63
+ },
64
+ {
65
+ "name": "rehash",
66
+ "description": "Rehash shims",
67
+ "examples": [
68
+ "rbenv rehash"
69
+ ]
70
+ }
71
+ ],
72
+ "globalOptions": [],
73
+ "examples": [
74
+ "rbenv install 3.3.0",
75
+ "rbenv global 3.3.0",
76
+ "rbenv versions",
77
+ "rbenv local 3.2.0"
78
+ ],
79
+ "relatedCommands": [
80
+ "ruby",
81
+ "gem",
82
+ "bundle",
83
+ "rvm"
84
+ ]
85
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "name": "rebar3",
3
+ "description": "Erlang build tool",
4
+ "category": "languages",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "new",
19
+ "description": "Create new project",
20
+ "examples": [
21
+ "rebar3 new app myapp",
22
+ "rebar3 new lib mylib"
23
+ ]
24
+ },
25
+ {
26
+ "name": "compile",
27
+ "description": "Compile project",
28
+ "examples": [
29
+ "rebar3 compile"
30
+ ]
31
+ },
32
+ {
33
+ "name": "eunit",
34
+ "description": "Run EUnit tests",
35
+ "examples": [
36
+ "rebar3 eunit"
37
+ ]
38
+ },
39
+ {
40
+ "name": "ct",
41
+ "description": "Run Common Test suites",
42
+ "examples": [
43
+ "rebar3 ct"
44
+ ]
45
+ },
46
+ {
47
+ "name": "release",
48
+ "description": "Build release",
49
+ "examples": [
50
+ "rebar3 release"
51
+ ]
52
+ },
53
+ {
54
+ "name": "shell",
55
+ "description": "Start Erlang shell with project",
56
+ "examples": [
57
+ "rebar3 shell"
58
+ ]
59
+ },
60
+ {
61
+ "name": "dialyzer",
62
+ "description": "Run Dialyzer",
63
+ "examples": [
64
+ "rebar3 dialyzer"
65
+ ]
66
+ },
67
+ {
68
+ "name": "clean",
69
+ "description": "Clean build",
70
+ "examples": [
71
+ "rebar3 clean"
72
+ ]
73
+ },
74
+ {
75
+ "name": "deps",
76
+ "description": "List dependencies",
77
+ "examples": [
78
+ "rebar3 deps"
79
+ ]
80
+ },
81
+ {
82
+ "name": "upgrade",
83
+ "description": "Upgrade dependencies",
84
+ "examples": [
85
+ "rebar3 upgrade"
86
+ ]
87
+ },
88
+ {
89
+ "name": "hex publish",
90
+ "description": "Publish to Hex.pm",
91
+ "examples": [
92
+ "rebar3 hex publish"
93
+ ]
94
+ }
95
+ ],
96
+ "globalOptions": [],
97
+ "examples": [
98
+ "rebar3 new app myapp",
99
+ "rebar3 compile",
100
+ "rebar3 eunit",
101
+ "rebar3 release",
102
+ "rebar3 shell"
103
+ ],
104
+ "relatedCommands": [
105
+ "erlang",
106
+ "mix",
107
+ "erl",
108
+ "erlc"
109
+ ]
110
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "name": "remix",
3
+ "description": "Full-stack React framework with nested routing",
4
+ "category": "static-site",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "init",
19
+ "description": "Create a new Remix project",
20
+ "examples": [
21
+ "npx create-remix@latest"
22
+ ]
23
+ },
24
+ {
25
+ "name": "dev",
26
+ "description": "Start development server",
27
+ "examples": [
28
+ "remix dev",
29
+ "npx remix dev"
30
+ ]
31
+ },
32
+ {
33
+ "name": "build",
34
+ "description": "Build for production",
35
+ "examples": [
36
+ "remix build"
37
+ ]
38
+ },
39
+ {
40
+ "name": "routes",
41
+ "description": "Show application routes",
42
+ "examples": [
43
+ "remix routes"
44
+ ]
45
+ },
46
+ {
47
+ "name": "reveal",
48
+ "description": "Reveal Remix entry files",
49
+ "examples": [
50
+ "remix reveal entry.server",
51
+ "remix reveal entry.client"
52
+ ]
53
+ }
54
+ ],
55
+ "globalOptions": [
56
+ {
57
+ "name": "--port",
58
+ "description": "Dev server port",
59
+ "type": "number"
60
+ },
61
+ {
62
+ "name": "--app-directory",
63
+ "description": "App directory path",
64
+ "type": "string"
65
+ }
66
+ ],
67
+ "examples": [
68
+ "npx create-remix@latest",
69
+ "remix dev",
70
+ "remix build",
71
+ "remix routes",
72
+ "remix reveal entry.server"
73
+ ],
74
+ "relatedCommands": [
75
+ "next",
76
+ "astro",
77
+ "vite",
78
+ "react-router"
79
+ ]
80
+ }
@@ -0,0 +1,74 @@
1
+ {
2
+ "name": "rollup",
3
+ "description": "JavaScript module bundler",
4
+ "category": "build-tools",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [],
17
+ "globalOptions": [
18
+ {
19
+ "name": "-c",
20
+ "description": "Use config file"
21
+ },
22
+ {
23
+ "name": "-i",
24
+ "description": "Input file",
25
+ "type": "file"
26
+ },
27
+ {
28
+ "name": "-o",
29
+ "description": "Output file",
30
+ "type": "file"
31
+ },
32
+ {
33
+ "name": "-f",
34
+ "description": "Output format (es, cjs, iife, umd, amd)",
35
+ "type": "string"
36
+ },
37
+ {
38
+ "name": "-w",
39
+ "description": "Watch files for changes"
40
+ },
41
+ {
42
+ "name": "-n",
43
+ "description": "Name for UMD export",
44
+ "type": "string"
45
+ },
46
+ {
47
+ "name": "--sourcemap",
48
+ "description": "Generate source maps"
49
+ },
50
+ {
51
+ "name": "-p",
52
+ "description": "Use a plugin",
53
+ "type": "string"
54
+ },
55
+ {
56
+ "name": "-e",
57
+ "description": "External modules",
58
+ "type": "string"
59
+ }
60
+ ],
61
+ "examples": [
62
+ "rollup -c",
63
+ "rollup -i src/index.js -o dist/bundle.js -f es",
64
+ "rollup -c rollup.prod.config.js",
65
+ "rollup -c -w",
66
+ "rollup src/main.js -f iife -n MyBundle -o dist/bundle.js"
67
+ ],
68
+ "relatedCommands": [
69
+ "webpack",
70
+ "esbuild",
71
+ "vite",
72
+ "babel"
73
+ ]
74
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "name": "route",
3
+ "description": "Show/manipulate the IP routing table",
4
+ "category": "networking",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [
15
+ {
16
+ "name": "add",
17
+ "description": "Add a new route",
18
+ "examples": [
19
+ "route add default gw 192.168.1.1",
20
+ "route add -net 10.0.0.0/8 gw 192.168.1.1"
21
+ ]
22
+ },
23
+ {
24
+ "name": "del",
25
+ "description": "Delete a route",
26
+ "examples": [
27
+ "route del default",
28
+ "route del -net 10.0.0.0/8"
29
+ ]
30
+ }
31
+ ],
32
+ "globalOptions": [
33
+ {
34
+ "name": "-n",
35
+ "description": "Show numerical addresses"
36
+ },
37
+ {
38
+ "name": "-v",
39
+ "description": "Verbose"
40
+ }
41
+ ],
42
+ "examples": [
43
+ "route -n",
44
+ "route add default gw 192.168.1.1",
45
+ "route del default",
46
+ "route add -net 10.0.0.0/8 gw 192.168.1.1"
47
+ ],
48
+ "relatedCommands": [
49
+ "ip",
50
+ "netstat",
51
+ "ifconfig"
52
+ ]
53
+ }
@@ -0,0 +1,90 @@
1
+ {
2
+ "name": "rustc",
3
+ "description": "Rust compiler",
4
+ "category": "languages",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [],
17
+ "globalOptions": [
18
+ {
19
+ "name": "-o",
20
+ "description": "Output file",
21
+ "type": "file"
22
+ },
23
+ {
24
+ "name": "--edition",
25
+ "description": "Rust edition (2015, 2018, 2021, 2024)",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "-O",
30
+ "description": "Optimize"
31
+ },
32
+ {
33
+ "name": "-g",
34
+ "description": "Include debug info"
35
+ },
36
+ {
37
+ "name": "--emit",
38
+ "description": "Emit type (asm, llvm-ir, obj, link, dep-info)",
39
+ "type": "string"
40
+ },
41
+ {
42
+ "name": "--target",
43
+ "description": "Target triple",
44
+ "type": "string"
45
+ },
46
+ {
47
+ "name": "--crate-type",
48
+ "description": "Crate type (bin, lib, dylib, staticlib)",
49
+ "type": "string"
50
+ },
51
+ {
52
+ "name": "-C",
53
+ "description": "Codegen option",
54
+ "type": "string"
55
+ },
56
+ {
57
+ "name": "--explain",
58
+ "description": "Explain error code",
59
+ "type": "string"
60
+ },
61
+ {
62
+ "name": "-W",
63
+ "description": "Set lint to warn",
64
+ "type": "string"
65
+ },
66
+ {
67
+ "name": "-A",
68
+ "description": "Set lint to allow",
69
+ "type": "string"
70
+ },
71
+ {
72
+ "name": "-D",
73
+ "description": "Set lint to deny",
74
+ "type": "string"
75
+ }
76
+ ],
77
+ "examples": [
78
+ "rustc main.rs",
79
+ "rustc -O -o app main.rs",
80
+ "rustc --edition 2021 main.rs",
81
+ "rustc --explain E0308",
82
+ "rustc --emit asm main.rs"
83
+ ],
84
+ "relatedCommands": [
85
+ "cargo",
86
+ "rust",
87
+ "rustup",
88
+ "clippy"
89
+ ]
90
+ }