aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_dictate
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:32 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:32 +0100
commit0c15212f4f2389f743b17cb6ceff50f1f9267a1b (patch)
tree9db73d86cfebc23b3032b32a1cc3be7b1e8bef38 /dot_local/bin/executable_dictate
parent2970b9dddc6b89705a6836fa0864fb841925ff6f (diff)
downloaddotfiles-0c15212f4f2389f743b17cb6ceff50f1f9267a1b.tar.gz
dotfiles-0c15212f4f2389f743b17cb6ceff50f1f9267a1b.tar.bz2
dotfiles-0c15212f4f2389f743b17cb6ceff50f1f9267a1b.zip
style: apply formatter drift across repo
Pre-existing whitespace/style drift caught by `just check`. Touch nothing semantic — pure formatter output (shfmt -i 2 -ci -s, ruff, prettier, taplo). Excludes dot_config/clangd/config.yaml whose manual indentation is intentionally preserved.
Diffstat (limited to 'dot_local/bin/executable_dictate')
-rw-r--r--dot_local/bin/executable_dictate6
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_local/bin/executable_dictate b/dot_local/bin/executable_dictate
index ae8b14c..dbf89b6 100644
--- a/dot_local/bin/executable_dictate
+++ b/dot_local/bin/executable_dictate
@@ -65,9 +65,9 @@ stop_and_transcribe() {
text="$(
whisper-cli -m "$model" -f "$wav_file" \
- -l "$lang" -nt -np -t "$(nproc)" 2>"$log_file" \
- | tr -s '[:space:]' ' ' \
- | sed -e 's/^ //; s/ $//'
+ -l "$lang" -nt -np -t "$(nproc)" 2>"$log_file" |
+ tr -s '[:space:]' ' ' |
+ sed -e 's/^ //; s/ $//'
)"
if [ -z "$text" ]; then