diff --git a/Custom-Commands-Compendium.md b/Custom-Commands-Compendium.md index 0c7f433..e22de0e 100644 --- a/Custom-Commands-Compendium.md +++ b/Custom-Commands-Compendium.md @@ -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