Updated Custom Commands Compendium (markdown)

NikolayHD 2022-03-20 20:53:19 +03:00
parent 633a45269a
commit f942b89876

@ -175,11 +175,13 @@ customCommands:
initialValue: ''
- type: 'input'
title: 'Email Address'
subprocess: yes
initialValue: ''
subprocess: true
```
## "Blame" and "Browse files at revision" via [tig](https://jonas.github.io/tig/)
## Blame via [tig](https://jonas.github.io/tig/)
```yml
customCommands:
- key: b
@ -197,6 +199,10 @@ customCommands:
context: commitFiles
description: blame file at tree
subprocess: yes
```
## Browse files at revision via [tig](https://jonas.github.io/tig/)
```yml
customCommands:
- key: t
command: tig show {{.SelectedSubCommit.Sha}}
context: subCommits