summaryrefslogtreecommitdiffstats
path: root/schema
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 /schema
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 'schema')
-rw-r--r--schema/config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/schema/config.json b/schema/config.json
index 9764e2286..626ad1573 100644
--- a/schema/config.json
+++ b/schema/config.json
@@ -924,6 +924,10 @@
"type": "boolean",
"description": "If true, show the command's output in a popup within Lazygit"
},
+ "outputTitle": {
+ "type": "string",
+ "description": "The title to display in the popup panel if showOutput is true. If left unset, the command will be used as the title."
+ },
"after": {
"properties": {
"checkForConflicts": {