@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,71 @@
1
+ {
2
+ "name": "du",
3
+ "description": "Estimate file space usage",
4
+ "category": "system",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [
16
+ {
17
+ "name": "-h",
18
+ "description": "Human-readable sizes"
19
+ },
20
+ {
21
+ "name": "-s",
22
+ "description": "Display only a total for each argument"
23
+ },
24
+ {
25
+ "name": "-a",
26
+ "description": "Write counts for all files, not just directories"
27
+ },
28
+ {
29
+ "name": "-d",
30
+ "description": "Max depth of directories to report",
31
+ "type": "number"
32
+ },
33
+ {
34
+ "name": "-c",
35
+ "description": "Produce a grand total"
36
+ },
37
+ {
38
+ "name": "--max-depth",
39
+ "description": "Print total for directory N levels deep",
40
+ "type": "number"
41
+ },
42
+ {
43
+ "name": "-x",
44
+ "description": "Skip directories on different file systems"
45
+ },
46
+ {
47
+ "name": "--exclude",
48
+ "description": "Exclude files matching pattern",
49
+ "type": "string"
50
+ },
51
+ {
52
+ "name": "-L",
53
+ "description": "Follow symbolic links"
54
+ }
55
+ ],
56
+ "examples": [
57
+ "du -sh *",
58
+ "du -sh .",
59
+ "du -h --max-depth=1",
60
+ "du -ah | sort -rh | head -20",
61
+ "du -sh /var/log/*",
62
+ "du -shc dir1 dir2",
63
+ "du -sh --exclude='*.log' /var"
64
+ ],
65
+ "relatedCommands": [
66
+ "df",
67
+ "ls",
68
+ "ncdu",
69
+ "tree"
70
+ ]
71
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "echo",
3
+ "description": "Display text to standard output",
4
+ "category": "coreutils",
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": "-n",
20
+ "description": "Do not output trailing newline"
21
+ },
22
+ {
23
+ "name": "-e",
24
+ "description": "Enable interpretation of backslash escapes"
25
+ },
26
+ {
27
+ "name": "-E",
28
+ "description": "Disable interpretation of backslash escapes"
29
+ }
30
+ ],
31
+ "examples": [
32
+ "echo 'Hello World'",
33
+ "echo -n 'no newline'",
34
+ "echo -e 'line1\\nline2'",
35
+ "echo $HOME",
36
+ "echo \"Value: $VAR\"",
37
+ "echo 'text' > file.txt",
38
+ "echo 'append' >> file.txt"
39
+ ],
40
+ "relatedCommands": [
41
+ "printf",
42
+ "cat",
43
+ "tee"
44
+ ]
45
+ }
@@ -0,0 +1,101 @@
1
+ {
2
+ "name": "eksctl",
3
+ "description": "CLI tool for creating and managing EKS clusters",
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": "create cluster",
19
+ "description": "Create EKS cluster",
20
+ "examples": [
21
+ "eksctl create cluster --name my-cluster --region us-west-2"
22
+ ]
23
+ },
24
+ {
25
+ "name": "delete cluster",
26
+ "description": "Delete EKS cluster",
27
+ "examples": [
28
+ "eksctl delete cluster --name my-cluster"
29
+ ]
30
+ },
31
+ {
32
+ "name": "get cluster",
33
+ "description": "Get cluster info",
34
+ "examples": [
35
+ "eksctl get cluster"
36
+ ]
37
+ },
38
+ {
39
+ "name": "create nodegroup",
40
+ "description": "Create a managed node group",
41
+ "examples": [
42
+ "eksctl create nodegroup --cluster my-cluster --name ng-1"
43
+ ]
44
+ },
45
+ {
46
+ "name": "scale nodegroup",
47
+ "description": "Scale node group",
48
+ "examples": [
49
+ "eksctl scale nodegroup --cluster my-cluster --name ng-1 --nodes 5"
50
+ ]
51
+ },
52
+ {
53
+ "name": "upgrade cluster",
54
+ "description": "Upgrade control plane",
55
+ "examples": [
56
+ "eksctl upgrade cluster --name my-cluster"
57
+ ]
58
+ },
59
+ {
60
+ "name": "utils write-kubeconfig",
61
+ "description": "Write kubeconfig",
62
+ "examples": [
63
+ "eksctl utils write-kubeconfig --cluster my-cluster"
64
+ ]
65
+ }
66
+ ],
67
+ "globalOptions": [
68
+ {
69
+ "name": "--region",
70
+ "description": "AWS region",
71
+ "type": "string"
72
+ },
73
+ {
74
+ "name": "--profile",
75
+ "description": "AWS profile",
76
+ "type": "string"
77
+ },
78
+ {
79
+ "name": "-f",
80
+ "description": "Config file",
81
+ "type": "file"
82
+ },
83
+ {
84
+ "name": "--verbose",
85
+ "description": "Verbosity level",
86
+ "type": "number"
87
+ }
88
+ ],
89
+ "examples": [
90
+ "eksctl create cluster --name mycluster --region us-west-2",
91
+ "eksctl get cluster",
92
+ "eksctl delete cluster --name mycluster",
93
+ "eksctl create cluster -f cluster.yaml"
94
+ ],
95
+ "relatedCommands": [
96
+ "kubectl",
97
+ "aws",
98
+ "helm",
99
+ "cdk"
100
+ ]
101
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "name": "eleventy",
3
+ "description": "Simple static site generator (11ty)",
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
+ "globalOptions": [
18
+ {
19
+ "name": "--input",
20
+ "description": "Input directory",
21
+ "type": "string"
22
+ },
23
+ {
24
+ "name": "--output",
25
+ "description": "Output directory",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "--serve",
30
+ "description": "Start dev server with live reload"
31
+ },
32
+ {
33
+ "name": "--watch",
34
+ "description": "Watch for changes"
35
+ },
36
+ {
37
+ "name": "--port",
38
+ "description": "Server port",
39
+ "type": "number"
40
+ },
41
+ {
42
+ "name": "--formats",
43
+ "description": "Template formats to process",
44
+ "type": "string"
45
+ },
46
+ {
47
+ "name": "--quiet",
48
+ "description": "Suppress output"
49
+ },
50
+ {
51
+ "name": "--config",
52
+ "description": "Config file path",
53
+ "type": "file"
54
+ },
55
+ {
56
+ "name": "--dryrun",
57
+ "description": "Simulate without writing"
58
+ }
59
+ ],
60
+ "examples": [
61
+ "eleventy",
62
+ "eleventy --serve",
63
+ "npx @11ty/eleventy --serve",
64
+ "eleventy --input=src --output=dist",
65
+ "eleventy --serve --port=8080"
66
+ ],
67
+ "relatedCommands": [
68
+ "hugo",
69
+ "jekyll",
70
+ "gatsby",
71
+ "astro"
72
+ ]
73
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "entr",
3
+ "description": "Run arbitrary commands when files change",
4
+ "category": "utilities",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [
16
+ {
17
+ "name": "-c",
18
+ "description": "Clear the screen before invocation"
19
+ },
20
+ {
21
+ "name": "-r",
22
+ "description": "Restart persistent child processes"
23
+ },
24
+ {
25
+ "name": "-s",
26
+ "description": "Execute command with the shell"
27
+ },
28
+ {
29
+ "name": "-d",
30
+ "description": "Track directory for new files"
31
+ },
32
+ {
33
+ "name": "-p",
34
+ "description": "Postpone first execution until change"
35
+ }
36
+ ],
37
+ "examples": [
38
+ "ls *.py | entr python main.py",
39
+ "find . -name '*.rs' | entr -c cargo build",
40
+ "ls src/**/*.ts | entr -r npm start",
41
+ "echo main.go | entr -r go run main.go",
42
+ "find . -name '*.test.js' | entr -c npm test"
43
+ ],
44
+ "relatedCommands": [
45
+ "watch",
46
+ "inotifywait",
47
+ "fswatch",
48
+ "nodemon"
49
+ ]
50
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "env",
3
+ "description": "Run a program in a modified environment",
4
+ "category": "coreutils",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [
16
+ {
17
+ "name": "-i",
18
+ "description": "Start with an empty environment"
19
+ },
20
+ {
21
+ "name": "-u",
22
+ "description": "Remove variable from environment",
23
+ "type": "string"
24
+ },
25
+ {
26
+ "name": "-0",
27
+ "description": "End each output line with NUL"
28
+ }
29
+ ],
30
+ "examples": [
31
+ "env",
32
+ "env | grep PATH",
33
+ "env VAR=value command",
34
+ "env -i /bin/sh",
35
+ "env -u DISPLAY command",
36
+ "env NODE_ENV=production node app.js"
37
+ ],
38
+ "relatedCommands": [
39
+ "export",
40
+ "printenv",
41
+ "set"
42
+ ]
43
+ }
@@ -0,0 +1,76 @@
1
+ {
2
+ "name": "erlang",
3
+ "description": "Erlang runtime system and compiler (erl/erlc)",
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": "-noshell",
20
+ "description": "Start without shell"
21
+ },
22
+ {
23
+ "name": "-eval",
24
+ "description": "Evaluate expression",
25
+ "type": "string"
26
+ },
27
+ {
28
+ "name": "-s",
29
+ "description": "Call module function on start",
30
+ "type": "string"
31
+ },
32
+ {
33
+ "name": "-pa",
34
+ "description": "Add code path",
35
+ "type": "string"
36
+ },
37
+ {
38
+ "name": "-name",
39
+ "description": "Set long node name",
40
+ "type": "string"
41
+ },
42
+ {
43
+ "name": "-sname",
44
+ "description": "Set short node name",
45
+ "type": "string"
46
+ },
47
+ {
48
+ "name": "-cookie",
49
+ "description": "Set cookie for distributed Erlang",
50
+ "type": "string"
51
+ },
52
+ {
53
+ "name": "-setcookie",
54
+ "description": "Set magic cookie",
55
+ "type": "string"
56
+ },
57
+ {
58
+ "name": "-remsh",
59
+ "description": "Connect to remote shell",
60
+ "type": "string"
61
+ }
62
+ ],
63
+ "examples": [
64
+ "erl",
65
+ "erl -noshell -eval 'io:format(\"hello~n\"), halt().'",
66
+ "erlc module.erl",
67
+ "erl -pa ebin/",
68
+ "erl -sname mynode"
69
+ ],
70
+ "relatedCommands": [
71
+ "rebar3",
72
+ "mix",
73
+ "elixir",
74
+ "erl"
75
+ ]
76
+ }
@@ -0,0 +1,91 @@
1
+ {
2
+ "name": "esbuild",
3
+ "description": "Extremely fast JavaScript/TypeScript 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": "--bundle",
20
+ "description": "Bundle dependencies"
21
+ },
22
+ {
23
+ "name": "--minify",
24
+ "description": "Minify output"
25
+ },
26
+ {
27
+ "name": "--outfile",
28
+ "description": "Output file",
29
+ "type": "file"
30
+ },
31
+ {
32
+ "name": "--outdir",
33
+ "description": "Output directory",
34
+ "type": "string"
35
+ },
36
+ {
37
+ "name": "--sourcemap",
38
+ "description": "Generate source maps"
39
+ },
40
+ {
41
+ "name": "--platform",
42
+ "description": "Target platform (browser, node, neutral)",
43
+ "type": "string"
44
+ },
45
+ {
46
+ "name": "--target",
47
+ "description": "Target environment",
48
+ "type": "string"
49
+ },
50
+ {
51
+ "name": "--format",
52
+ "description": "Output format (iife, cjs, esm)",
53
+ "type": "string"
54
+ },
55
+ {
56
+ "name": "--splitting",
57
+ "description": "Enable code splitting"
58
+ },
59
+ {
60
+ "name": "--watch",
61
+ "description": "Watch mode"
62
+ },
63
+ {
64
+ "name": "--serve",
65
+ "description": "Start dev server"
66
+ },
67
+ {
68
+ "name": "--loader",
69
+ "description": "File type loader mapping",
70
+ "type": "string"
71
+ },
72
+ {
73
+ "name": "--external",
74
+ "description": "Exclude package from bundle",
75
+ "type": "string"
76
+ }
77
+ ],
78
+ "examples": [
79
+ "esbuild src/index.ts --bundle --outfile=dist/out.js",
80
+ "esbuild src/*.ts --outdir=dist",
81
+ "esbuild app.jsx --bundle --minify --sourcemap --outfile=out.js",
82
+ "esbuild --bundle src/index.ts --platform=node --format=esm --outdir=dist",
83
+ "esbuild --serve=8000 --bundle src/index.tsx"
84
+ ],
85
+ "relatedCommands": [
86
+ "webpack",
87
+ "rollup",
88
+ "swc",
89
+ "vite"
90
+ ]
91
+ }
@@ -0,0 +1,115 @@
1
+ {
2
+ "name": "ffmpeg",
3
+ "description": "Universal media converter — audio, video, streaming",
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": "-i",
20
+ "description": "Input file",
21
+ "type": "file"
22
+ },
23
+ {
24
+ "name": "-c:v",
25
+ "description": "Video codec",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "-c:a",
30
+ "description": "Audio codec",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "-b:v",
35
+ "description": "Video bitrate",
36
+ "type": "string"
37
+ },
38
+ {
39
+ "name": "-b:a",
40
+ "description": "Audio bitrate",
41
+ "type": "string"
42
+ },
43
+ {
44
+ "name": "-r",
45
+ "description": "Frame rate",
46
+ "type": "number"
47
+ },
48
+ {
49
+ "name": "-s",
50
+ "description": "Frame size (WxH)",
51
+ "type": "string"
52
+ },
53
+ {
54
+ "name": "-ss",
55
+ "description": "Start time offset",
56
+ "type": "string"
57
+ },
58
+ {
59
+ "name": "-t",
60
+ "description": "Duration",
61
+ "type": "string"
62
+ },
63
+ {
64
+ "name": "-to",
65
+ "description": "Stop time",
66
+ "type": "string"
67
+ },
68
+ {
69
+ "name": "-vn",
70
+ "description": "No video"
71
+ },
72
+ {
73
+ "name": "-an",
74
+ "description": "No audio"
75
+ },
76
+ {
77
+ "name": "-f",
78
+ "description": "Force format",
79
+ "type": "string"
80
+ },
81
+ {
82
+ "name": "-y",
83
+ "description": "Overwrite output"
84
+ },
85
+ {
86
+ "name": "-map",
87
+ "description": "Stream mapping",
88
+ "type": "string"
89
+ },
90
+ {
91
+ "name": "-filter:v",
92
+ "description": "Video filter",
93
+ "type": "string"
94
+ },
95
+ {
96
+ "name": "-filter:a",
97
+ "description": "Audio filter",
98
+ "type": "string"
99
+ }
100
+ ],
101
+ "examples": [
102
+ "ffmpeg -i input.mp4 output.avi",
103
+ "ffmpeg -i input.mp4 -c:v libx264 -crf 23 output.mp4",
104
+ "ffmpeg -i input.mp4 -vn -c:a libmp3lame output.mp3",
105
+ "ffmpeg -i input.mp4 -ss 00:01:00 -t 30 clip.mp4",
106
+ "ffmpeg -i input.mp4 -vf scale=1280:720 output.mp4",
107
+ "ffmpeg -i input.mp4 -r 30 -s 1920x1080 output.mp4"
108
+ ],
109
+ "relatedCommands": [
110
+ "ffprobe",
111
+ "imagemagick",
112
+ "sox",
113
+ "vlc"
114
+ ]
115
+ }