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"]}]}, "files": {}, "hooks": {}, "packagers": {}, "platform": {}, "project": {}, "release": {}, "signing": {}, "upload": {}}, "additionalProperties": false}
|
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}$", "examples": ["#ff00ff"]}]}, "keybinding": {"type": ["string", "null"], "examples": ["<enter>", "<c-b>", "g"]}, "custom-commands-prompts-type-property": {"type": "string", "enum": ["input", "confirm", "menu", "menuFromCommand"]}, "custom-commands-prompts-title-property": {"type": "string", "examples": ["Remote branch:"]}, "custom-commands-prompts-key-property": {"type": "string", "examples": ["Branch"]}}, "properties": {"gui": {"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, "default": 0.3333}, "expandFocusedSidePanel": {"type": "boolean", "default": false}, "mainPanelSplitMode": {"type": "string", "enum": ["horizontal", "flexible", "vertical"], "default": "flexible"}, "language": {"type": "string", "enum": ["auto", "en", "zh-CN", "zh-TW", "pl", "nl", "ja", "ko", "ru"], "default": "auto"}, "timeFormat": {"type": "string", "default": "02 Jan 06"}, "shortTimeFormat": {"type": "string", "default": "3:04PM"}, "theme": {"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": {}}, "optionsTextColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "selectedLineBgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "selectedRangeBgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "cherryPickedCommitBgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "cherryPickedCommitFgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "unstagedChangesColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "defaultFgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}}, "additionalProperties": false}, "commitLength": {"type": "object", "properties": {"show": {"type": "boolean", "default": true}}, "additionalProperties": false}, "mouseEvents": {"type": "boolean", "default": true}, "skipDiscardChangeWarning": {"type": "boolean", "default": false}, "skipStashWarning": {"type": "boolean", "default": false}, "showFileTree": {"type": "boolean", "default": true}, "showListFooter": {"type": "boolean", "default": true}, "showRandomTip": {"type": "boolean", "default": true}, "showBranchCommitHash": {"type": "boolean", "default": false}, "showBottomLine": {"type": "boolean", "default": true}, "showCommandLog": {"type": "boolean", "default": true}, "nerdFontsVersion": {"type": "string", "enum": ["2", "3", ""], "default": ""}, "commandLogSize": {"type": "integer", "minimum": 0, "default": 8}, "splitDiff": {"type": "string", "enum": ["auto", "always"], "default": "auto"}, "skipRewordInEditorWarning": {"type": "boolean", "default": false}, "border": {"type": "string", "enum": ["single", "double", "rounded", "hidden"], "default": "single"}, "animateExplosion": {"type": "boolean", "default": true}, "authorColors": {"type": "object", "patternProperties": {".": {}}, "additionalProperties": false}, "branchColors": {"type": "object", "patternProperties": {".": {}}, "additionalProperties": false}}, "additionalProperties": false}, "git": {"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", "ydiff -p cat -s --wrap --width={{columnWidth}}"]}}, "additionalProperties": false}, "commit": {"type": "object", "properties": {"signOff": {"type": "boolean", "default": false}}, "additionalProperties": false}, "merging": {"type": "object", "properties": {"manualCommit": {"type": "boolean", "default": false}, "args": {"type": "string", "default": "", "examples": ["--no-ff"]}}, "additionalProperties": false}, "log": {"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": false}}, "additionalProperties": false}, "skipHookPrefix": {"type": "string", "default": "WIP"}, "mainBranches": {"type": "array", "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["main", "master"]}, "default": ["main", "master"]}, "autoFetch": {"type": "boolean", "default": true}, "autoRefresh": {"type": "boolean", "default": true}, "fetchAll": {"type": "boolean", "default": true}, "branchLogCmd": {"type": "string", "default": "git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --"}, "allBranchesLogCmd": {"type": "string", "default": "git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium"}, "overrideGpg": {"type": "boolean", "default": false}, "disableForcePushing": {"type": "boolean", "default": false}, "parseEmoji": {"type": "boolean", "default": false}, "diffContextSize": {"type": "integer", "default": 3}, "commitPrefixes": {"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}}, "additionalProperties": false}}, "additionalProperties": false}, "os": {"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"]}, {"const": ""}], "default": ""}, "edit": {"type": "string", "default": "", "examples": ["vim", "nvim", "emacs", "nano", "vscode", "sublime", "bbedit", "kakoune", "helix", "xcode"]}, "editAtLine": {"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}}"]}, "editAtLineAndWait": {"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}} --wait"]}, "open": {"type": "string", "default": ""}, "openLink": {"type": "string", "default": ""}}, "additionalProperties": false}, "refresher": {"type": "object", "properties": {"refreshInterval": {"type": "integer", "minimum": 0, "default": 10}, "fetchInterval": {"type": "integer", "minimum": 0, "default": 60}}, "additionalProperties": false}, "update": {"type": "object", "properties": {"method": {"type": "string", "enum": ["prompt", "background", "never"], "default": "prompt"}, "days": {"type": "integer", "minimum": 0, "default": 14}}, "additionalProperties": false}, "confirmOnQuit": {"type": "boolean", "default": false}, "quitOnTopLevelReturn": {"type": "boolean", "default": false}, "disableStartupPopups": {"type": "boolean", "default": false}, "notARepository": {"type": "string", "enum": ["prompt", "create", "skip", "quit"], "default": "prompt"}, "promptToReturnFromSubprocess": {"type": "boolean", "default": true}, "keybinding": {"type": "object", "properties": {"universal": {"type": "object", "properties": {"quit": {"default": "q"}, "quit-alt1": {"default": "<c-c>"}, "return": {"default": "<esc>"}, "quitWithoutChangingDirectory": {"default": "Q"}, "togglePanel": {"default": "<tab>"}, "prevItem": {"default": "<up>"}, "nextItem": {"default": "<down>"}, "prevItem-alt": {"default": "k"}, "nextItem-alt": {"default": "j"}, "prevPage": {"default": ","}, "nextPage": {"default": "."}, "gotoTop": {"default": "<"}, "gotoBottom": {"default": ">"}, "scrollLeft": {"default": "H"}, "scrollRight": {"default": "L"}, "prevBlock": {"default": "<left>"}, "nextBlock": {"default": "<right>"}, "prevBlock-alt": {"default": "h"}, "nextBlock-alt": {"default": "l"}, "jumpToBlock": {"type": "array", "default": ["1", "2", "3", "4", "5"]}, "nextMatch": {"default": "n"}, "prevMatch": {"default": "N"}, "optionMenu": {"type": "null", "default": null}, "optionMenu-alt1": {"default": "?"}, "select": {"default": "<space>"}, "goInto": {"default": "<enter>"}, "openRecentRepos": {"default": "<c-r>"}, "confirm": {"default": "<enter>"}, "remove": {"default": "d"}, "new": {"default": "n"}, "edit": {"default": "e"}, "openFile": {"default": "o"}, "scrollUpMain": {"default": "<pgup>"}, "scrollDownMain": {"default": "<pgdown>"}, "scrollUpMain-alt1": {"default": "K"}, "scrollDownMain-alt1": {"default": "J"}, "scrollUpMain-alt2": {"default": "<c-u>"}, "scrollDownMain-alt2": {"default": "<c-d>"}, "executeCustomCommand": {"default": ":"}, "createRebaseOptionsMenu": {"default": "m"}, "pushFiles": {"default": "P"}, "pullFiles": {"default": "p"}, "refresh": {"default": "R"}, "createPatchOptionsMenu": {"default": "<c-p>"}, "nextTab": {"default": "]"}, "prevTab": {"default": "["}, "nextScreenMode": {"default": "+"}, "prevScreenMode": {"default": "_"}, "undo": {"default": "z"}, "redo": {"default": "<c-z>"}, "filteringMenu": {"default": "<c-s>"}, "diffingMenu": {"default": "W"}, "diffingMenu-alt": {"default": "<c-e>"}, "copyToClipboard": {"default": "<c-o>"}, "submitEditorText": {"default": "<enter>"}, "extrasMenu": {"default": "@"}, "toggleWhitespaceInDiffView": {"default": "<c-w>"}, "increaseContextInDiffView": {"default": "}"}, "decreaseContextInDiffView": {"default": "{"}}, "additionalProperties": false}, "status": {"type": "object", "properties": {"checkForUpdate": {"default": "u"}, "recentRepos": {"default": "<enter>"}}, "additionalProperties": false}, "files": {"type": "object", "properties": {"commitChanges": {"default": "c"}, "commitChangesWithoutHook": {"default": "w"}, "amendLastCommit": {"default": "A"}, "commitChangesWithEditor": {"default": "C"}, "ignoreFile": {"default": "i"}, "refreshFiles": {"default": "r"}, "stashAllChanges": {"default": "s"}, "viewStashOptions": {"default": "S"}, "toggleStagedAll": {"default": "a"}, "viewResetOptions": {"default": "D"}, "fetch": {"default": "f"}, "toggleTreeView": {"default": "`"}, "openMergeTool": {"default": "M"}, "openStatusFilter": {"default": "<c-b>"}}, "additionalProperties": false}, "branches": {"type": "object", "properties": {"createPullRequest": {"default": "o"}, "viewPullRequestOptions": {"default": "O"}, "checkoutBranchByName": {"default": "c"}, "forceCheckoutBranch": {"default": "F"}, "rebaseBranch": {"default": "r"}, "renameBranch": {"default": "R"}, "mergeIntoCurrentBranch": {"default": "M"}, "viewGitFlowOptions": {"default": "i"}, "fastForward": {"default": "f"}, "createTag": {"default": "T"}, "pushTag": {"default": "P"}, "setUpstream": {"default": "u"}, "fetchRemote": {"default": "f"}}, "additionalProperties": false}, "commits": {"type": "object", "properties": {"squashDown": {"default": "s"}, "renameCommit": {"default": "r"}, "renameCommitWithEditor": {"default": "R"}, "viewResetOptions": {"default": "g"}, "markCommitAsFixup": {"default": "f"}, "createFixupCommit": {"default": "F"}, "squashAboveCommits": {"default": "S"}, "moveDownCommit": {"default": "<c-j>"}, "moveUpCommit": {"default": "<c-k>"}, "amendToCommit": {"default": "A"}, "pickCommit": {"default": "p"}, "revertCommit": {"default": "t"}, "cherryPickCopy": {"default": "c"}, "cherryPickCopyRange": {"default": "C"}, "pasteCommits": {"default": "v"}, "tagCommit": {"default": "T"}, "checkoutCommit": {"default": "<space>"}, "resetCherryPick": {"default": "<c-R>"}, "copyCommitMessageToClipboard": {"default": "<c-y>"}, "openLogMenu": {"default": "<c-l>"}, "viewBisectOptions": {"default": "b"}}, "additionalProperties": false}, "stash": {"type": "object", "properties": {"popStash": {"default": "g"}, "renameStash": {"default": "r"}}, "additionalProperties": false}, "commitFiles": {"type": "object", "properties": {"checkoutCommitFile": {"default": "c"}}, "additionalProperties": false}, "main": {"type": "object", "properties": {"toggleDragSelect": {"default": "v"}, "toggleDragSelect-alt": {"default": "V"}, "toggleSelectHunk": {"default": "a"}, "pickBothHunks": {"default": "b"}}, "additionalProperties": false}, "submodules": {"type": "object", "properties": {"init": {"default": "i"}, "update": {"default": "u"}, "bulkMenu": {"default": "b"}}, "additionalProperties": false}}, "additionalProperties": false}, "services": {"type": "object", "patternProperties": {".": {"type": "string", "pattern": "^[^:]+:[^:]+$"}}, "additionalProperties": false}, "customCommands": {"type": "array", "uniqueItems": true, "items": {"type": "object", "required": ["key", "command", "context"], "properties": {"key": {}, "command": {"type": "string", "default": "", "examples": ["git fetch {{.Form.Remote}} {{.Form.Branch}} && git checkout FETCH_HEAD"]}, "context": {"type": "string", "enum": ["status", "files", "worktrees", "localBranches", "remotes", "remoteBranches", "tags", "commits", "reflogCommits", "subCommits", "commitFiles", "stash", "global"]}, "subprocess": {"type": "boolean", "default": false}, "prompts": {"type": "array", "items": {"type": "object", "required": ["type", "title", "key"], "properties": {"type": {}, "key": {}}, "allOf": [{"if": {"properties": {"type": {"const": "input"}}}, "then": {"properties": {"type": {}, "key": {}, "initialValue": {"type": "string"}, "suggestions": {"type": "object", "oneOf": [{"properties": {"preset": {"type": "string", "enum": ["authors", "branches", "files", "refs", "remotes", "remoteBranches", "tags"]}}, "additionalProperties": false}, {"properties": {"command": {"type": "string", "default": "", "examples": ["git branch --format='%(refname:short)'"]}}, "additionalProperties": false}]}}, "additionalProperties": false}}, {"if": {"properties": {"type": {"const": "confirm"}}}, "then": {"properties": {"type": {}, "key": {}, "body": {"type": "string", "examples": ["Are you sure you want to push to the remote?"]}}, "additionalProperties": false}}, {"if": {"properties": {"type": {"const": "menu"}}}, "then": {"required": ["options"], "properties": {"type": {}, "key": {}, "options": {"type": "array", "uniqueItems": true, "items": {"type": "object", "required": ["value"], "properties": {"name": {"type": "string", "default": ""}, "value": {"type": "string", "minLength": 1, "examples": ["feature"]}}, "additionalProperties": false}}}, "additionalProperties": false}}, {"if": {"properties": {"type": {"const": "menuFromCommand"}}}, "then": {"required": ["command"], "properties": {"type": {}, "key": {}, "command": {"type": "string", "default": "", "examples": ["git branch -r --list {{.SelectedRemote.Name }}/*"]}, "filter": {"type": "string", "default": "", "examples": [".*{{.SelectedRemote.Name }}/(?P<branch>.*)"]}, "valueFormat": {"type": "string", "default": "", "examples": ["{{ .branch }}"]}, "labelFormat": {"type": "string", "default": "", "examples": ["{{ .branch | green }}"]}}, "additionalProperties": false}}]}}, "loadingText": {"type": "string", "default": "", "examples": ["Loading..."]}, "stream": {"type": "boolean", "default": false}, "showOutput": {"type": "boolean", "default": false}, "after": {"type": "object", "properties": {"checkForConflicts": {"type": "boolean", "default": false}}, "additionalProperties": false}}, "additionalProperties": false}}}, "type": "object"}
|
|
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, "default": 0.3333}, "expandFocusedSidePanel": {"type": "boolean", "default": false}, "mainPanelSplitMode": {"type": "string", "enum": ["horizontal", "flexible", "vertical"], "default": "flexible"}, "language": {"type": "string", "enum": ["auto", "en", "zh-CN", "zh-TW", "pl", "nl", "ja", "ko", "ru"], "default": "auto"}, "timeFormat": {"type": "string", "default": "02 Jan 06"}, "shortTimeFormat": {"type": "string", "default": "3:04PM"}, "theme": {"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": {}}, "optionsTextColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "selectedLineBgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "selectedRangeBgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "cherryPickedCommitBgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "cherryPickedCommitFgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "unstagedChangesColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "defaultFgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}}, "additionalProperties": false}, "commitLength": {"type": "object", "properties": {"show": {"type": "boolean", "default": true}}, "additionalProperties": false}, "mouseEvents": {"type": "boolean", "default": true}, "skipDiscardChangeWarning": {"type": "boolean", "default": false}, "skipStashWarning": {"type": "boolean", "default": false}, "showFileTree": {"type": "boolean", "default": true}, "showListFooter": {"type": "boolean", "default": true}, "showRandomTip": {"type": "boolean", "default": true}, "showBranchCommitHash": {"type": "boolean", "default": false}, "showBottomLine": {"type": "boolean", "default": true}, "showCommandLog": {"type": "boolean", "default": true}, "nerdFontsVersion": {"type": "string", "enum": ["2", "3", ""], "default": ""}, "commandLogSize": {"type": "integer", "minimum": 0, "default": 8}, "splitDiff": {"type": "string", "enum": ["auto", "always"], "default": "auto"}, "skipRewordInEditorWarning": {"type": "boolean", "default": false}, "border": {"type": "string", "enum": ["single", "double", "rounded", "hidden"], "default": "single"}, "animateExplosion": {"type": "boolean", "default": true}, "authorColors": {"type": "object", "patternProperties": {".": {}}, "additionalProperties": false}, "branchColors": {"type": "object", "patternProperties": {".": {}}, "additionalProperties": false}}, "additionalProperties": false}
|
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": {}}, "optionsTextColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "selectedLineBgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "selectedRangeBgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "cherryPickedCommitBgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "cherryPickedCommitFgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "unstagedChangesColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}, "defaultFgColor": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {}}}, "additionalProperties": false}
|
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", "ydiff -p cat -s --wrap --width={{columnWidth}}"]}}, "additionalProperties": false}, "commit": {"type": "object", "properties": {"signOff": {"type": "boolean", "default": false}}, "additionalProperties": false}, "merging": {"type": "object", "properties": {"manualCommit": {"type": "boolean", "default": false}, "args": {"type": "string", "default": "", "examples": ["--no-ff"]}}, "additionalProperties": false}, "log": {"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": false}}, "additionalProperties": false}, "skipHookPrefix": {"type": "string", "default": "WIP"}, "mainBranches": {"type": "array", "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["main", "master"]}, "default": ["main", "master"]}, "autoFetch": {"type": "boolean", "default": true}, "autoRefresh": {"type": "boolean", "default": true}, "fetchAll": {"type": "boolean", "default": true}, "branchLogCmd": {"type": "string", "default": "git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --"}, "allBranchesLogCmd": {"type": "string", "default": "git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium"}, "overrideGpg": {"type": "boolean", "default": false}, "disableForcePushing": {"type": "boolean", "default": false}, "parseEmoji": {"type": "boolean", "default": false}, "diffContextSize": {"type": "integer", "default": 3}, "commitPrefixes": {"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}}, "additionalProperties": false}}, "additionalProperties": false}
|
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}}"]}}, "additionalProperties": false}
|
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": false}}, "additionalProperties": false}
|
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}}, "additionalProperties": false}
|
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"]}, {"const": ""}], "default": ""}, "edit": {"type": "string", "default": "", "examples": ["vim", "nvim", "emacs", "nano", "vscode", "sublime", "bbedit", "kakoune", "helix", "xcode"]}, "editAtLine": {"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}}"]}, "editAtLineAndWait": {"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}} --wait"]}, "open": {"type": "string", "default": ""}, "openLink": {"type": "string", "default": ""}}, "additionalProperties": false}
|
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}} --wait"]}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.