schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
cargo-make.json
tasks
Task definitions
{"type": "object", "additionalProperties": {}}
jreleaser-1.7.0.json
discord
announce.discord is deprecated since 1.4.0 and will be removed in 2.0.0
{}
jreleaser-1.7.0.json
gitter
announce.gitter is deprecated since 1.4.0 and will be removed in 2.0.0
{}
jreleaser-1.7.0.json
googleChat
announce.googleChat is deprecated since 1.4.0 and will be removed in 2.0.0
{}
jreleaser-1.7.0.json
mail
announce.mail is deprecated since 1.4.0 and will be removed in 2.0.0
{}
jreleaser-1.7.0.json
mattermost
announce.mattermost is deprecated since 1.4.0 and will be removed in 2.0.0
{}
jreleaser-1.7.0.json
teams
announce.teams is deprecated since 1.4.0 and will be removed in 2.0.0
{}
jreleaser-1.7.0.json
JReleaserModel
JReleaser 1.7.0
{"type": "object", "properties": {"announce": {}, "assemble": {}, "catalog": {}, "checksum": {}, "deploy": {}, "distributions": {"allOf": [{}, {"additionalProperties": {}, "type": ["object", "null"]}]}, "download": {}, "environment": {}, "extensions": {"allOf": [{}, {"additionalProperties": {}, "type": ["object", "null...
lazygit.json
UI settings https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {"color": {"type": "string", "oneOf": [{"enum": ["black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "bold", "default", "reverse", "underline", "strikethrough"]}, {"pattern": "^#[0-9a-fA-F]{6}$", "exa...
lazygit.json
custom-commands-prompts-type-property
A type https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#common-fields
{"type": "string", "enum": ["input", "confirm", "menu", "menuFromCommand"]}
lazygit.json
custom-commands-prompts-title-property
A title https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#common-fields
{"type": "string", "examples": ["Remote branch:"]}
lazygit.json
custom-commands-prompts-key-property
A key https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#common-fields
{"type": "string", "examples": ["Branch"]}
lazygit.json
gui
Settings https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "object", "properties": {"windowSize": {"type": "string", "enum": ["normal", "half", "full"], "default": "normal"}, "scrollHeight": {"type": "integer", "minimum": 1, "default": 2}, "scrollPastBottom": {"type": "boolean", "default": true}, "sidePanelWidth": {"type": "number", "minimum": 0, "maximum": 1, "defaul...
lazygit.json
windowSize
A window size https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "enum": ["normal", "half", "full"], "default": "normal"}
lazygit.json
scrollHeight
A scroll height https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "integer", "minimum": 1, "default": 2}
lazygit.json
scrollPastBottom
Whether to allow scrolling past bottom of the current window https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
sidePanelWidth
A width of the current side panel https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "number", "minimum": 0, "maximum": 1, "default": 0.3333}
lazygit.json
expandFocusedSidePanel
Whether to expand focused side panel https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": false}
lazygit.json
mainPanelSplitMode
A split mode of the current main panel https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "enum": ["horizontal", "flexible", "vertical"], "default": "flexible"}
lazygit.json
language
A language https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "enum": ["auto", "en", "zh-CN", "zh-TW", "pl", "nl", "ja", "ko", "ru"], "default": "auto"}
lazygit.json
timeFormat
A time format https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "default": "02 Jan 06"}
lazygit.json
shortTimeFormat
A short time format https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "default": "3:04PM"}
lazygit.json
theme
Settings of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "object", "properties": {"activeBorderColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "inactiveBorderColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "searchingActiveBorderColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "options...
lazygit.json
activeBorderColor
Active border colors of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}
lazygit.json
items
An active border color of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{}
lazygit.json
inactiveBorderColor
Inactive border colors of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}
lazygit.json
items
An inactive border color of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{}
lazygit.json
searchingActiveBorderColor
Searching active border colors of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}
lazygit.json
items
A searching active border color of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{}
lazygit.json
optionsTextColor
Option text colors of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}
lazygit.json
items
An option text color of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{}
lazygit.json
selectedLineBgColor
Selected line background colors of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}
lazygit.json
items
A selected line background color of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{}
lazygit.json
selectedRangeBgColor
Selected range background colors of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}
lazygit.json
items
A selected range background color of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{}
lazygit.json
cherryPickedCommitBgColor
Cherry picked commit background colors of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}
lazygit.json
items
A cherry picked commit background color of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{}
lazygit.json
cherryPickedCommitFgColor
Cherry picked commit foreground colors of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}
lazygit.json
items
A cherry picked commit foreground color of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{}
lazygit.json
unstagedChangesColor
Unstaged changes colors of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}
lazygit.json
items
An unstaged changes color of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{}
lazygit.json
defaultFgColor
Default foreground colors of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}
lazygit.json
items
A default foreground color of the current theme https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{}
lazygit.json
commitLength
Settings of the current commit length https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "object", "properties": {"show": {"type": "boolean", "default": true}}, "additionalProperties": false}
lazygit.json
show
Whether to show the current commit length https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
mouseEvents
Whether to enable mouse events https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
skipDiscardChangeWarning
Whether to disable change warning https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": false}
lazygit.json
skipStashWarning
Whether to disable stash warning https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": false}
lazygit.json
showFileTree
Whether to render render files in a tree format https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
showListFooter
Whether to show list footer https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
showRandomTip
Whether to show a random tip https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
showBranchCommitHash
Whether to show a branch commit hash https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": false}
lazygit.json
showBottomLine
Whether to show a bottom line unless there is an important information https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
showCommandLog
Whether to show command log https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
nerdFontsVersion
A nerd font version https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "enum": ["2", "3", ""], "default": ""}
lazygit.json
commandLogSize
A command log size https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "integer", "minimum": 0, "default": 8}
lazygit.json
splitDiff
Whether to skip diff https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "enum": ["auto", "always"], "default": "auto"}
lazygit.json
skipRewordInEditorWarning
Whether to skip a confirmation before launching a reword editor https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": false}
lazygit.json
border
A border style https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "enum": ["single", "double", "rounded", "hidden"], "default": "single"}
lazygit.json
animateExplosion
Whether to show explosion animation while nuking working tree https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
authorColors
Author colors https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-author-color
{"type": "object", "patternProperties": {".": {}}, "additionalProperties": false}
lazygit.json
.
An author color https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-author-color
{}
lazygit.json
branchColors
Branch colors https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-branch-color
{"type": "object", "patternProperties": {".": {}}, "additionalProperties": false}
lazygit.json
.
A branch color https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-branch-color
{}
lazygit.json
git
Git settings https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "object", "properties": {"paging": {"type": "object", "properties": {"colorArg": {"type": "string", "enum": ["always", "never"], "default": "always"}, "useConfig": {"type": "boolean", "default": false}, "pager": {"type": "string", "minLength": 1, "examples": ["delta --dark --paging=never", "diff-so-fancy", "yd...
lazygit.json
paging
Pager settings https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md
{"type": "object", "properties": {"colorArg": {"type": "string", "enum": ["always", "never"], "default": "always"}, "useConfig": {"type": "boolean", "default": false}, "pager": {"type": "string", "minLength": 1, "examples": ["delta --dark --paging=never", "diff-so-fancy", "ydiff -p cat -s --wrap --width={{columnWidth}}...
lazygit.json
colorArg
A pager color argument https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md
{"type": "string", "enum": ["always", "never"], "default": "always"}
lazygit.json
useConfig
Whether to use a config https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md
{"type": "boolean", "default": false}
lazygit.json
pager
A pager https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md
{"type": "string", "minLength": 1, "examples": ["delta --dark --paging=never", "diff-so-fancy", "ydiff -p cat -s --wrap --width={{columnWidth}}"]}
lazygit.json
commit
Commit settings https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "object", "properties": {"signOff": {"type": "boolean", "default": false}}, "additionalProperties": false}
lazygit.json
signOff
Whether to sign commits off https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": false}
lazygit.json
merging
Merging settings https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "object", "properties": {"manualCommit": {"type": "boolean", "default": false}, "args": {"type": "string", "default": "", "examples": ["--no-ff"]}}, "additionalProperties": false}
lazygit.json
manualCommit
Whether to use manual commits https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": false}
lazygit.json
args
Additional CLI arguments for 'git merge' https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "default": "", "examples": ["--no-ff"]}
lazygit.json
log
Log settings https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "object", "properties": {"order": {"type": "string", "enum": ["date-order", "author-date-order", "topo-order", "default"], "default": "topo-order"}, "showGraph": {"type": "string", "enum": ["always", "never", "when-maximised"], "default": "when-maximised"}, "showWholeGraph": {"type": "boolean", "default": fals...
lazygit.json
order
A commit order https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "enum": ["date-order", "author-date-order", "topo-order", "default"], "default": "topo-order"}
lazygit.json
showGraph
Whether to show a graph https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "enum": ["always", "never", "when-maximised"], "default": "when-maximised"}
lazygit.json
showWholeGraph
Whether to show the whole graph https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": false}
lazygit.json
skipHookPrefix
A prefix to skip https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "default": "WIP"}
lazygit.json
mainBranches
Main branches https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "array", "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["main", "master"]}, "default": ["main", "master"]}
lazygit.json
items
A main branch https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "minLength": 1, "examples": ["main", "master"]}
lazygit.json
autoFetch
Whether to automatically fetch https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
autoRefresh
Whether to automatically refresh https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
fetchAll
Whether to fetch everything https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": true}
lazygit.json
branchLogCmd
A log command https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "default": "git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --"}
lazygit.json
allBranchesLogCmd
A log command https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "string", "default": "git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium"}
lazygit.json
overrideGpg
Whether not to spawn a separate process while using GPG https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": false}
lazygit.json
disableForcePushing
Whether to disable force pushing https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": false}
lazygit.json
parseEmoji
Whether to parse emoji https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "boolean", "default": false}
lazygit.json
diffContextSize
how many lines of context are shown around a change in diffs https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
{"type": "integer", "default": 3}
lazygit.json
commitPrefixes
Commit prefixes https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#predefined-commit-message-prefix
{"type": "object", "patternProperties": {".": {"type": "object", "required": ["pattern", "replace"], "properties": {"pattern": {"type": "string", "minLength": 1, "examples": ["^\\w+\\/(\\w+-\\w+).*"]}, "replace": {"type": "string", "minLength": 1, "examples": ["[$1] "]}}, "additionalProperties": false}}, "additionalPro...
lazygit.json
.
A repository path https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#predefined-commit-message-prefix
{"type": "object", "required": ["pattern", "replace"], "properties": {"pattern": {"type": "string", "minLength": 1, "examples": ["^\\w+\\/(\\w+-\\w+).*"]}, "replace": {"type": "string", "minLength": 1, "examples": ["[$1] "]}}, "additionalProperties": false}
lazygit.json
pattern
A pattern https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#predefined-commit-message-prefix
{"type": "string", "minLength": 1, "examples": ["^\\w+\\/(\\w+-\\w+).*"]}
lazygit.json
replace
A replacement https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#predefined-commit-message-prefix
{"type": "string", "minLength": 1, "examples": ["[$1] "]}
lazygit.json
os
OS settings https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing
{"type": "object", "properties": {"copyToClipboardCmd": {"type": "string", "default": "", "examples": ["printf \"\\033]52;c;$(printf {{text}} | base64)\\a\" > /dev/tty"]}, "editPreset": {"type": "string", "oneOf": [{"enum": ["vim", "nvim", "emacs", "nano", "vscode", "sublime", "bbedit", "kakoune", "helix", "xcode"]}, {...
lazygit.json
copyToClipboardCmd
A copy to clipboard command https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing
{"type": "string", "default": "", "examples": ["printf \"\\033]52;c;$(printf {{text}} | base64)\\a\" > /dev/tty"]}
lazygit.json
editPreset
An edit preset https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing
{"type": "string", "oneOf": [{"enum": ["vim", "nvim", "emacs", "nano", "vscode", "sublime", "bbedit", "kakoune", "helix", "xcode"]}, {"const": ""}], "default": ""}
lazygit.json
edit
An editor command https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing
{"type": "string", "default": "", "examples": ["vim", "nvim", "emacs", "nano", "vscode", "sublime", "bbedit", "kakoune", "helix", "xcode"]}
lazygit.json
editAtLine
An editor command to open at specific line https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing
{"type": "string", "default": "", "examples": ["vim +{{line}} {{filename}}", "nvim +{{line}} {{filename}}", "emacs +{{line}} {{filename}}", "nano +{{line}} {{filename}}", "vscode -g {{filename}}:{{line}}", "vscode --goto {{filename}}:{{line}}", "sublime {{filename}}:{{line}}"]}
lazygit.json
editAtLineAndWait
An editor command to open at specific line and wait https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing
{"type": "string", "default": "", "examples": ["vim +{{line}} {{filename}}", "nvim +{{line}} {{filename}}", "emacs +{{line}} {{filename}}", "nano +{{line}} {{filename}}", "vscode -g {{filename}}:{{line}} -w", "vscode --goto {{filename}}:{{line}} --wait", "sublime {{filename}}:{{line}} -w", "sublime {{filename}}:{{line}...