1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

lazygit: add opencode commit command

This commit is contained in:
Henrik Hautakoski 2026-04-30 17:01:38 +02:00
parent 5255f26d6b
commit 9647ff7201

View file

@ -36,3 +36,10 @@ git:
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline {{branchName}} --' branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline {{branchName}} --'
allBranchesLogCmds: allBranchesLogCmds:
- git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline - git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline
customCommands:
- key: <c-n>
description: "AI: Commit staged changes"
command: opencode run --command commit
loadingText: 'Committing changes ...'
output: log
context: files