zshrc: Offline-KI Aliases und Cheat-Sheet erweitert (commit, fix, roast, etc.)
This commit is contained in:
parent
1c56449179
commit
b56250ad70
1 changed files with 15 additions and 2 deletions
17
zsh/.zshrc
17
zsh/.zshrc
|
|
@ -67,6 +67,9 @@ alias ki-chat='ki interactive'
|
||||||
alias ki-agent='ki interactive --agent-mode'
|
alias ki-agent='ki interactive --agent-mode'
|
||||||
alias ki-rchat='ki --remote interactive'
|
alias ki-rchat='ki --remote interactive'
|
||||||
alias ki-ragent='ki --remote interactive --agent-mode'
|
alias ki-ragent='ki --remote interactive --agent-mode'
|
||||||
|
alias ki-commit='ki commit'
|
||||||
|
alias ki-fix='ki fix'
|
||||||
|
alias ki-roast='ki roast'
|
||||||
|
|
||||||
alias fetch="fastfetch"
|
alias fetch="fastfetch"
|
||||||
alias gitsync="~/git-sync-all.sh"
|
alias gitsync="~/git-sync-all.sh"
|
||||||
|
|
@ -162,11 +165,21 @@ tools() {
|
||||||
|
|
||||||
OFFLINE-KI (LM Studio)
|
OFFLINE-KI (LM Studio)
|
||||||
────────────────────────────────────────────────────────────────
|
────────────────────────────────────────────────────────────────
|
||||||
ki-chat interaktiver Chat
|
ki-chat interaktiver Chat (Streaming)
|
||||||
ki-agent Agent-Modus (Dateizugriff, Shell)
|
ki-agent Agent-Modus (Dateizugriff, Shell)
|
||||||
ki-rchat Chat ueber ki.motocamp.de (VPN)
|
ki-rchat Chat ueber ki.motocamp.de (VPN)
|
||||||
ki-ragent Agent ueber ki.motocamp.de (VPN)
|
ki-ragent Agent ueber ki.motocamp.de (VPN)
|
||||||
ki skills verfuegbare Skills auflisten
|
ki-commit Commit-Message generieren + committen
|
||||||
|
ki-fix letzten fehlgeschlagenen Befehl fixen
|
||||||
|
ki-roast <f> humorvolles Code-Review
|
||||||
|
ki explain ! letzten Shell-Befehl erklaeren
|
||||||
|
ki cow "..." Chat mit Cowsay-Ausgabe
|
||||||
|
ki foreach "*.py" "Finde Bugs" Prompt pro Datei
|
||||||
|
ki watch log "Erklaere Fehler" Datei ueberwachen
|
||||||
|
ki pipe stdin -> KI -> stdout
|
||||||
|
ki status Dashboard
|
||||||
|
ki models verfuegbare Modelle
|
||||||
|
ki skills Skills auflisten
|
||||||
ki skill <name> -f <datei> Skill ausfuehren
|
ki skill <name> -f <datei> Skill ausfuehren
|
||||||
|
|
||||||
SPASS
|
SPASS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue