From 584635394ffe44733419af98a47e934efbcbf7e4 Mon Sep 17 00:00:00 2001 From: NikolayXHD Date: Sun, 6 Sep 2026 23:39:11 +0300 Subject: [PATCH] Add tuicr commands --- Custom-Commands-Compendium.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Custom-Commands-Compendium.md b/Custom-Commands-Compendium.md index 239e720..9a49366 100644 --- a/Custom-Commands-Compendium.md +++ b/Custom-Commands-Compendium.md @@ -555,4 +555,25 @@ customCommands: - key: message title: 'Enter the commit title: ' type: input +``` + +## Code review in terminal via [tuicr](https://github.com/agavra/tuicr) + +```yaml +customCommands: + - key: 'R' + command: 'tuicr -w' + context: files + description: review uncommitted changes in tuicr + output: terminal + - key: 'R' + command: 'tuicr -r {{.SelectedCommitRange.From}}^..{{.SelectedCommitRange.To}}' + context: commits + description: review selected commits in tuicr + output: terminal + - key: 'R' + command: 'tuicr -r {{.SelectedCommitRange.From}}^..{{.SelectedCommitRange.To}}' + context: subCommits + description: review selected commits in tuicr + output: terminal ``` \ No newline at end of file