From f942b89876769e8af700cf2a045b08f17bd2ec1f Mon Sep 17 00:00:00 2001 From: NikolayHD Date: Sun, 20 Mar 2022 20:53:19 +0300 Subject: [PATCH] Updated Custom Commands Compendium (markdown) --- Custom-Commands-Compendium.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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