@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,100 @@
1
+ {
2
+ "name": "fnm",
3
+ "description": "Fast Node Manager — fast and simple Node.js version manager",
4
+ "category": "version-manager",
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": "install",
19
+ "description": "Install a Node.js version",
20
+ "examples": [
21
+ "fnm install 20",
22
+ "fnm install --lts"
23
+ ]
24
+ },
25
+ {
26
+ "name": "use",
27
+ "description": "Use an installed version",
28
+ "examples": [
29
+ "fnm use 20",
30
+ "fnm use --lts"
31
+ ]
32
+ },
33
+ {
34
+ "name": "list",
35
+ "description": "List installed versions",
36
+ "examples": [
37
+ "fnm list"
38
+ ]
39
+ },
40
+ {
41
+ "name": "list-remote",
42
+ "description": "List available versions",
43
+ "examples": [
44
+ "fnm list-remote"
45
+ ]
46
+ },
47
+ {
48
+ "name": "default",
49
+ "description": "Set the default version",
50
+ "examples": [
51
+ "fnm default 20"
52
+ ]
53
+ },
54
+ {
55
+ "name": "current",
56
+ "description": "Show current version",
57
+ "examples": [
58
+ "fnm current"
59
+ ]
60
+ },
61
+ {
62
+ "name": "env",
63
+ "description": "Print shell env setup",
64
+ "examples": [
65
+ "fnm env --use-on-cd"
66
+ ]
67
+ },
68
+ {
69
+ "name": "uninstall",
70
+ "description": "Uninstall a version",
71
+ "examples": [
72
+ "fnm uninstall 16"
73
+ ]
74
+ }
75
+ ],
76
+ "globalOptions": [
77
+ {
78
+ "name": "--node-dist-mirror",
79
+ "description": "Mirror URL for downloads",
80
+ "type": "string"
81
+ },
82
+ {
83
+ "name": "--log-level",
84
+ "description": "Log level (quiet, error, info)",
85
+ "type": "string"
86
+ }
87
+ ],
88
+ "examples": [
89
+ "fnm install --lts",
90
+ "fnm use 20",
91
+ "fnm list",
92
+ "fnm default 20",
93
+ "fnm env --use-on-cd"
94
+ ],
95
+ "relatedCommands": [
96
+ "nvm",
97
+ "volta",
98
+ "node"
99
+ ]
100
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "name": "free",
3
+ "description": "Display amount of free and used memory",
4
+ "category": "system",
5
+ "platforms": [
6
+ "linux"
7
+ ],
8
+ "shells": [
9
+ "bash",
10
+ "zsh",
11
+ "fish"
12
+ ],
13
+ "subcommands": [],
14
+ "globalOptions": [
15
+ {
16
+ "name": "-h",
17
+ "description": "Human-readable output"
18
+ },
19
+ {
20
+ "name": "-b",
21
+ "description": "Output in bytes"
22
+ },
23
+ {
24
+ "name": "-m",
25
+ "description": "Output in mebibytes"
26
+ },
27
+ {
28
+ "name": "-g",
29
+ "description": "Output in gibibytes"
30
+ },
31
+ {
32
+ "name": "-s",
33
+ "description": "Repeat printing every N seconds",
34
+ "type": "number"
35
+ },
36
+ {
37
+ "name": "-c",
38
+ "description": "Repeat N times then exit",
39
+ "type": "number"
40
+ },
41
+ {
42
+ "name": "-t",
43
+ "description": "Show total for RAM + swap"
44
+ },
45
+ {
46
+ "name": "-w",
47
+ "description": "Wide output (separate buffers and cache)"
48
+ }
49
+ ],
50
+ "examples": [
51
+ "free -h",
52
+ "free -m",
53
+ "free -h -s 5",
54
+ "free -tw",
55
+ "free -g"
56
+ ],
57
+ "relatedCommands": [
58
+ "top",
59
+ "htop",
60
+ "vmstat",
61
+ "ps"
62
+ ]
63
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "name": "func",
3
+ "description": "Azure Functions Core Tools CLI",
4
+ "category": "cloud",
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": "Initialize function app project",
20
+ "examples": [
21
+ "func init MyFunctionApp --worker-runtime node"
22
+ ]
23
+ },
24
+ {
25
+ "name": "new",
26
+ "description": "Create a new function",
27
+ "examples": [
28
+ "func new --template 'HTTP trigger' --name HttpTrigger"
29
+ ]
30
+ },
31
+ {
32
+ "name": "start",
33
+ "description": "Start local functions host",
34
+ "examples": [
35
+ "func start"
36
+ ]
37
+ },
38
+ {
39
+ "name": "azure functionapp publish",
40
+ "description": "Publish to Azure",
41
+ "examples": [
42
+ "func azure functionapp publish MyFunctionApp"
43
+ ]
44
+ },
45
+ {
46
+ "name": "extensions install",
47
+ "description": "Install binding extensions",
48
+ "examples": [
49
+ "func extensions install"
50
+ ]
51
+ },
52
+ {
53
+ "name": "settings add",
54
+ "description": "Add app setting",
55
+ "examples": [
56
+ "func settings add MY_SETTING value"
57
+ ]
58
+ }
59
+ ],
60
+ "globalOptions": [
61
+ {
62
+ "name": "--port",
63
+ "description": "Port number",
64
+ "type": "number"
65
+ },
66
+ {
67
+ "name": "--cors",
68
+ "description": "CORS origins",
69
+ "type": "string"
70
+ },
71
+ {
72
+ "name": "--verbose",
73
+ "description": "Verbose output"
74
+ }
75
+ ],
76
+ "examples": [
77
+ "func init MyApp --worker-runtime node",
78
+ "func new --template 'HTTP trigger' --name MyFunc",
79
+ "func start",
80
+ "func azure functionapp publish MyApp",
81
+ "func start --port 7072"
82
+ ],
83
+ "relatedCommands": [
84
+ "az",
85
+ "serverless",
86
+ "sam",
87
+ "cdk"
88
+ ]
89
+ }
@@ -0,0 +1,106 @@
1
+ {
2
+ "name": "gatsby",
3
+ "description": "React-based static site generator framework",
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": "new",
19
+ "description": "Create a new site",
20
+ "examples": [
21
+ "gatsby new my-site",
22
+ "gatsby new my-blog https://github.com/gatsbyjs/gatsby-starter-blog"
23
+ ]
24
+ },
25
+ {
26
+ "name": "develop",
27
+ "description": "Start development server",
28
+ "examples": [
29
+ "gatsby develop",
30
+ "gatsby develop -H 0.0.0.0"
31
+ ]
32
+ },
33
+ {
34
+ "name": "build",
35
+ "description": "Build production site",
36
+ "examples": [
37
+ "gatsby build"
38
+ ]
39
+ },
40
+ {
41
+ "name": "serve",
42
+ "description": "Serve production build locally",
43
+ "examples": [
44
+ "gatsby serve"
45
+ ]
46
+ },
47
+ {
48
+ "name": "clean",
49
+ "description": "Clean .cache and public dirs",
50
+ "examples": [
51
+ "gatsby clean"
52
+ ]
53
+ },
54
+ {
55
+ "name": "info",
56
+ "description": "Show environment info",
57
+ "examples": [
58
+ "gatsby info"
59
+ ]
60
+ },
61
+ {
62
+ "name": "repl",
63
+ "description": "Open a REPL with Gatsby context",
64
+ "examples": [
65
+ "gatsby repl"
66
+ ]
67
+ }
68
+ ],
69
+ "globalOptions": [
70
+ {
71
+ "name": "-H",
72
+ "description": "Host",
73
+ "type": "string"
74
+ },
75
+ {
76
+ "name": "-p",
77
+ "description": "Port",
78
+ "type": "number"
79
+ },
80
+ {
81
+ "name": "-o",
82
+ "description": "Open in browser"
83
+ },
84
+ {
85
+ "name": "--prefix-paths",
86
+ "description": "Build with path prefix"
87
+ },
88
+ {
89
+ "name": "--verbose",
90
+ "description": "Verbose output"
91
+ }
92
+ ],
93
+ "examples": [
94
+ "gatsby new my-site",
95
+ "gatsby develop",
96
+ "gatsby build",
97
+ "gatsby serve",
98
+ "gatsby clean"
99
+ ],
100
+ "relatedCommands": [
101
+ "next",
102
+ "astro",
103
+ "hugo",
104
+ "eleventy"
105
+ ]
106
+ }
@@ -0,0 +1,79 @@
1
+ {
2
+ "name": "ghc",
3
+ "description": "Glasgow Haskell 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": "-O",
25
+ "description": "Optimize (0, 1, 2)"
26
+ },
27
+ {
28
+ "name": "-c",
29
+ "description": "Compile only (no link)"
30
+ },
31
+ {
32
+ "name": "-e",
33
+ "description": "Evaluate expression",
34
+ "type": "string"
35
+ },
36
+ {
37
+ "name": "--make",
38
+ "description": "Build program and dependencies"
39
+ },
40
+ {
41
+ "name": "-i",
42
+ "description": "Add directory to import path",
43
+ "type": "string"
44
+ },
45
+ {
46
+ "name": "-Wall",
47
+ "description": "Enable all warnings"
48
+ },
49
+ {
50
+ "name": "-Werror",
51
+ "description": "Treat warnings as errors"
52
+ },
53
+ {
54
+ "name": "-dynamic",
55
+ "description": "Dynamically linked"
56
+ },
57
+ {
58
+ "name": "-threaded",
59
+ "description": "Enable threaded runtime"
60
+ },
61
+ {
62
+ "name": "-prof",
63
+ "description": "Enable profiling"
64
+ }
65
+ ],
66
+ "examples": [
67
+ "ghc -o hello Main.hs",
68
+ "ghc --make Main.hs",
69
+ "ghc -O2 -o app Main.hs",
70
+ "ghci",
71
+ "ghc -e 'putStrLn \"Hello\"'"
72
+ ],
73
+ "relatedCommands": [
74
+ "cabal",
75
+ "stack",
76
+ "ghci",
77
+ "haskell"
78
+ ]
79
+ }
@@ -0,0 +1,77 @@
1
+ {
2
+ "name": "ghostscript",
3
+ "description": "PostScript and PDF interpreter/converter",
4
+ "category": "media",
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": "-dBATCH",
20
+ "description": "Exit after processing"
21
+ },
22
+ {
23
+ "name": "-dNOPAUSE",
24
+ "description": "No pause after each page"
25
+ },
26
+ {
27
+ "name": "-dQUIET",
28
+ "description": "Suppress output"
29
+ },
30
+ {
31
+ "name": "-sDEVICE",
32
+ "description": "Output device",
33
+ "type": "string"
34
+ },
35
+ {
36
+ "name": "-sOutputFile",
37
+ "description": "Output file",
38
+ "type": "file"
39
+ },
40
+ {
41
+ "name": "-r",
42
+ "description": "Resolution in DPI",
43
+ "type": "number"
44
+ },
45
+ {
46
+ "name": "-dPDFSETTINGS",
47
+ "description": "PDF quality (/screen, /ebook, /printer, /prepress)",
48
+ "type": "string"
49
+ },
50
+ {
51
+ "name": "-dCompatibilityLevel",
52
+ "description": "PDF version",
53
+ "type": "string"
54
+ },
55
+ {
56
+ "name": "-dFirstPage",
57
+ "description": "First page to process",
58
+ "type": "number"
59
+ },
60
+ {
61
+ "name": "-dLastPage",
62
+ "description": "Last page to process",
63
+ "type": "number"
64
+ }
65
+ ],
66
+ "examples": [
67
+ "gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sOutputFile=compressed.pdf input.pdf",
68
+ "gs -dBATCH -dNOPAUSE -sDEVICE=png16m -r300 -sOutputFile=page%d.png input.pdf",
69
+ "gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dFirstPage=1 -dLastPage=5 -sOutputFile=extract.pdf input.pdf"
70
+ ],
71
+ "relatedCommands": [
72
+ "pdftk",
73
+ "qpdf",
74
+ "imagemagick",
75
+ "poppler"
76
+ ]
77
+ }
@@ -0,0 +1,95 @@
1
+ {
2
+ "name": "git-lfs",
3
+ "description": "Git Large File Storage — manage large files with Git",
4
+ "category": "git",
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": "install",
19
+ "description": "Set up Git LFS",
20
+ "examples": [
21
+ "git lfs install"
22
+ ]
23
+ },
24
+ {
25
+ "name": "track",
26
+ "description": "Track file patterns",
27
+ "examples": [
28
+ "git lfs track '*.psd'",
29
+ "git lfs track '*.zip'"
30
+ ]
31
+ },
32
+ {
33
+ "name": "untrack",
34
+ "description": "Stop tracking patterns",
35
+ "examples": [
36
+ "git lfs untrack '*.psd'"
37
+ ]
38
+ },
39
+ {
40
+ "name": "ls-files",
41
+ "description": "List tracked LFS files",
42
+ "examples": [
43
+ "git lfs ls-files"
44
+ ]
45
+ },
46
+ {
47
+ "name": "fetch",
48
+ "description": "Download LFS objects",
49
+ "examples": [
50
+ "git lfs fetch"
51
+ ]
52
+ },
53
+ {
54
+ "name": "pull",
55
+ "description": "Fetch and checkout LFS files",
56
+ "examples": [
57
+ "git lfs pull"
58
+ ]
59
+ },
60
+ {
61
+ "name": "push",
62
+ "description": "Push LFS objects",
63
+ "examples": [
64
+ "git lfs push origin main"
65
+ ]
66
+ },
67
+ {
68
+ "name": "status",
69
+ "description": "Show LFS status",
70
+ "examples": [
71
+ "git lfs status"
72
+ ]
73
+ },
74
+ {
75
+ "name": "migrate",
76
+ "description": "Migrate existing files to LFS",
77
+ "examples": [
78
+ "git lfs migrate import --include='*.bin'"
79
+ ]
80
+ }
81
+ ],
82
+ "globalOptions": [],
83
+ "examples": [
84
+ "git lfs install",
85
+ "git lfs track '*.psd'",
86
+ "git lfs ls-files",
87
+ "git lfs migrate import --include='*.bin'",
88
+ "git lfs fetch --all"
89
+ ],
90
+ "relatedCommands": [
91
+ "git",
92
+ "github-cli",
93
+ "gitlab-cli"
94
+ ]
95
+ }