summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-05-19 20:43:22 +0200
committerStefan Haller <stefan@haller-berlin.de>2024-05-20 21:02:49 +0200
commit22a38c9f5026c4b23d8288ef194235dfe52b03e3 (patch)
tree40ac91f412ff14861c1312ac8d20204af212508d /docs
parent6343fb57d605a488f4d3ff6cd1f13341307b6159 (diff)
Add property outputTitle to CustomCommand
It can optionally be used to set the title of the panel that shows the output of a command (when showOutput is true). If left unset, the command string is used as the title.
Diffstat (limited to 'docs')
-rw-r--r--docs/Custom_Command_Keybindings.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Custom_Command_Keybindings.md b/docs/Custom_Command_Keybindings.md
index 426d6f8f6..1053f9e45 100644
--- a/docs/Custom_Command_Keybindings.md
+++ b/docs/Custom_Command_Keybindings.md
@@ -59,6 +59,7 @@ For a given custom command, here are the allowed fields:
| description | Label for the custom command when displayed in the keybindings menu | no |
| stream | Whether you want to stream the command's output to the Command Log panel | no |
| showOutput | Whether you want to show the command's output in a popup within Lazygit | no |
+| outputTitle | The title to display in the popup panel if showOutput is true. If left unset, the command will be used as the title. | no |
| after | Actions to take after the command has completed | no |
Here are the options for the `after` key: