1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-04-03 22:24:48 +02:00

Alias: Set alias for whisper-cli

This commit is contained in:
2026-03-30 04:29:56 +02:00
parent a812e95e68
commit 5da287cd34

View File

@@ -138,6 +138,9 @@ alias renamer="nvim +Renamer"
# weather # weather
alias weather="curl wttr.in" alias weather="curl wttr.in"
# whisper.cpp
alias whisper="whisper-cli -m ~/.config/whisper-cli/ggml-large-v3-turbo-german-q5_0.bin"
# wget # wget
alias wget="wget --hsts-file=$XDG_CACHE_HOME/wget-hsts" alias wget="wget --hsts-file=$XDG_CACHE_HOME/wget-hsts"
alias wget2c="aria2c" alias wget2c="aria2c"