You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix completion links and update manual completions
- Fix README to link to installation guide instead of completions directory
- Update installation.md to reference correct completion filenames
- Add new v1.34.0 CLI options to manual bash/zsh completions:
- --input-list
- --replaygain
- -as/--audio-streams
- --audio-default-only
- --keep-other-audio
The manual completions are maintained separately from the shtab-generated
versions to provide better user experience.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
-**Shell completions** (v1.31.0) — Tab completion for bash, zsh, and fish shells. See the [completions](completions/) directory for installation instructions.
38
+
-**Shell completions** (v1.31.0) — Tab completion for bash, zsh, and fish shells. See the [installation guide](https://slhck.info/ffmpeg-normalize/getting-started/installation/#shell-completions)for setup instructions.
39
39
-**`--lower-only` option** — Prevent audio from increasing in loudness, only lower it if needed (works with all normalization types).
40
40
41
41
See the [full changelog](https://github.com/slhck/ffmpeg-normalize/blob/master/CHANGELOG.md) for all updates.
Copy file name to clipboardExpand all lines: docs/getting-started/installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This tool provides shell completions for bash and zsh. To install them:
41
41
If you have [`bash-completion`](https://github.com/scop/bash-completion) installed, you can just copy your new completion script to the `/usr/local/etc/bash_completion.d` directory.
0 commit comments