Files
2025-01-27 11:07:40 +01:00

19 lines
478 B
YAML

customCommands:
- key: '<c-A>'
context: 'global'
showOutput: true
prompts:
- type: 'input'
title: 'Commit message'
key: 'message'
initialValue: ''
- type: 'input'
title: 'Authors'
key: 'authors'
initialValue: ''
command: 'cocommit -p "{{.Form.message}}" {{.Form.authors}}'
- key: '<c-a>'
context: 'global'
subprocess: true
command: 'cocommit -p; exit'