schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
lazygit.json | viewGitFlowOptions | A view git flow options keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "i"} |
lazygit.json | fastForward | A fast forward keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "f"} |
lazygit.json | createTag | A create tag keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "T"} |
lazygit.json | pushTag | A push tag keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "P"} |
lazygit.json | setUpstream | A set upstream keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "u"} |
lazygit.json | fetchRemote | A fetch remote keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "f"} |
lazygit.json | commits | Commit keybindings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"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": {"... |
lazygit.json | squashDown | A squash down keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "s"} |
lazygit.json | renameCommit | A rename commit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "r"} |
lazygit.json | renameCommitWithEditor | A rename commit with editor keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "R"} |
lazygit.json | viewResetOptions | A view reset options keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "g"} |
lazygit.json | markCommitAsFixup | A mark commit as fixup keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "f"} |
lazygit.json | createFixupCommit | A create fixup commit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "F"} |
lazygit.json | squashAboveCommits | A squash above commits keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "S"} |
lazygit.json | moveDownCommit | A move down commit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "<c-j>"} |
lazygit.json | moveUpCommit | A move up commit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "<c-k>"} |
lazygit.json | amendToCommit | A amend to commit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "A"} |
lazygit.json | pickCommit | A pick commit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "p"} |
lazygit.json | revertCommit | A revert commit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "t"} |
lazygit.json | cherryPickCopy | A cherry pick copy keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "c"} |
lazygit.json | cherryPickCopyRange | A cherry pick copy range keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "C"} |
lazygit.json | pasteCommits | A paste commits keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "v"} |
lazygit.json | tagCommit | A tag commit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "T"} |
lazygit.json | checkoutCommit | A checkout commit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "<space>"} |
lazygit.json | resetCherryPick | A reset cherry pick keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "<c-R>"} |
lazygit.json | copyCommitMessageToClipboard | A copy commit message to clipboard keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "<c-y>"} |
lazygit.json | openLogMenu | A open log menu keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "<c-l>"} |
lazygit.json | viewBisectOptions | A view bisect options keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "b"} |
lazygit.json | stash | Stash keybindings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"type": "object", "properties": {"popStash": {"default": "g"}, "renameStash": {"default": "r"}}, "additionalProperties": false} |
lazygit.json | popStash | A pop stash keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "g"} |
lazygit.json | renameStash | A rename stash keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "r"} |
lazygit.json | commitFiles | Commit file keybindings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"type": "object", "properties": {"checkoutCommitFile": {"default": "c"}}, "additionalProperties": false} |
lazygit.json | checkoutCommitFile | A checkout commit file keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "c"} |
lazygit.json | main | Main keybindings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"type": "object", "properties": {"toggleDragSelect": {"default": "v"}, "toggleDragSelect-alt": {"default": "V"}, "toggleSelectHunk": {"default": "a"}, "pickBothHunks": {"default": "b"}}, "additionalProperties": false} |
lazygit.json | toggleDragSelect | A toggle drag select keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "v"} |
lazygit.json | toggleDragSelect-alt | A toggle drag select-alt keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "V"} |
lazygit.json | toggleSelectHunk | A toggle select hunk keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "a"} |
lazygit.json | pickBothHunks | A pick both hunks keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "b"} |
lazygit.json | submodules | Submodules keybindings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"type": "object", "properties": {"init": {"default": "i"}, "update": {"default": "u"}, "bulkMenu": {"default": "b"}}, "additionalProperties": false} |
lazygit.json | init | An init keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "i"} |
lazygit.json | update | An update keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "u"} |
lazygit.json | bulkMenu | A bulk menu keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default | {"default": "b"} |
lazygit.json | services | Service settings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-pull-request-urls | {"type": "object", "patternProperties": {".": {"type": "string", "pattern": "^[^:]+:[^:]+$"}}, "additionalProperties": false} |
lazygit.json | . | A service
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-pull-request-urls | {"type": "string", "pattern": "^[^:]+:[^:]+$"} |
lazygit.json | customCommands | Custom commands
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"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", "... |
lazygit.json | items | A custom command
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"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",... |
lazygit.json | key | A command trigger
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {} |
lazygit.json | command | A command
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"type": "string", "default": "", "examples": ["git fetch {{.Form.Remote}} {{.Form.Branch}} && git checkout FETCH_HEAD"]} |
lazygit.json | context | A context
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"type": "string", "enum": ["status", "files", "worktrees", "localBranches", "remotes", "remoteBranches", "tags", "commits", "reflogCommits", "subCommits", "commitFiles", "stash", "global"]} |
lazygit.json | subprocess | Whether to run command in subprocess
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"type": "boolean", "default": false} |
lazygit.json | prompts | Prompts before running a command
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"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": [{"prope... |
lazygit.json | items | A prompt before running a command
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"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":... |
lazygit.json | initialValue | An initial value
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#input | {"type": "string"} |
lazygit.json | suggestions | Whether to show suggestions as the input is entered
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#input | {"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)'"]}}, "addit... |
lazygit.json | preset | A preset
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#input | {"type": "string", "enum": ["authors", "branches", "files", "refs", "remotes", "remoteBranches", "tags"]} |
lazygit.json | command | A command where each line in the output is suggestion
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#input | {"type": "string", "default": "", "examples": ["git branch --format='%(refname:short)'"]} |
lazygit.json | body | A body
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#confirm | {"type": "string", "examples": ["Are you sure you want to push to the remote?"]} |
lazygit.json | options | Options
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#menu | {"type": "array", "uniqueItems": true, "items": {"type": "object", "required": ["value"], "properties": {"name": {"type": "string", "default": ""}, "value": {"type": "string", "minLength": 1, "examples": ["feature"]}}, "additionalProperties": false}} |
lazygit.json | items | An option | {"type": "object", "required": ["value"], "properties": {"name": {"type": "string", "default": ""}, "value": {"type": "string", "minLength": 1, "examples": ["feature"]}}, "additionalProperties": false} |
lazygit.json | name | A first label part
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#menu | {"type": "string", "default": ""} |
lazygit.json | description | A second label part
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#menu | {"type": "string", "default": ""} |
lazygit.json | value | the value that will be used in the command
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#menu | {"type": "string", "minLength": 1, "examples": ["feature"]} |
lazygit.json | command | A command to generate options
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#menu-from-command | {"type": "string", "default": "", "examples": ["git branch -r --list {{.SelectedRemote.Name }}/*"]} |
lazygit.json | filter | A regex specifying groups which kept from command output
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#menu-from-command | {"type": "string", "default": "", "examples": [".*{{.SelectedRemote.Name }}/(?P<branch>.*)"]} |
lazygit.json | valueFormat | A value format
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#menu-from-command | {"type": "string", "default": "", "examples": ["{{ .branch }}"]} |
lazygit.json | labelFormat | A label format
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#menu-from-command | {"type": "string", "default": "", "examples": ["{{ .branch | green }}"]} |
lazygit.json | loadingText | Text to display while waiting for command to finish
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"type": "string", "default": "", "examples": ["Loading..."]} |
lazygit.json | description | A description
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"type": "string", "default": "", "examples": ["Checkout a remote branch as FETCH_HEAD"]} |
lazygit.json | stream | Whether to stream command output to Command Log panel
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"type": "boolean", "default": false} |
lazygit.json | showOutput | Whether to show the command output in popup
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"type": "boolean", "default": false} |
lazygit.json | after | Actions to take after the command has completed
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"type": "object", "properties": {"checkForConflicts": {"type": "boolean", "default": false}}, "additionalProperties": false} |
lazygit.json | checkForConflicts | Whether to check for conflicts before running command
https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md#custom-command-keybindings | {"type": "boolean", "default": false} |
goss-json-schema.json | A file describing a series of tests | {"type": "object", "definitions": {"gossfileTest": {"properties": {"meta": {}, "skip": {"default": "", "type": "boolean"}, "file": {"default": "myapp_gossfile.yaml", "type": "string"}}}, "packageTest": {"required": ["installed"], "properties": {"versions": {"oneOf": [{"type": "object"}, {"type": "array", "default": ["2... | |
goss-json-schema.json | timeout | in milliseconds | {"type": "integer"} |
goss-json-schema.json | stdout | can be a string or pattern, see https://github.com/goss-org/goss/blob/master/docs/manual.md#patterns | {"type": "array", "items": {"type": "string"}} |
goss-json-schema.json | stderr | can be a string or pattern, see https://github.com/goss-org/goss/blob/master/docs/manual.md#patterns | {"type": "array", "items": {"type": "string"}} |
goss-json-schema.json | exit-status | Validates the exit-status and output of a command | {"type": "integer"} |
goss-json-schema.json | exec | command to execute, defaults to the hash key | {"type": "string"} |
goss-json-schema.json | usage | % of blocks used in this mountpoint
| {"type": "object", "properties": {"lt": {"default": "95", "type": "integer"}}} |
goss-json-schema.json | ip | what IP(s) is it listening on | {"type": "array", "default": ["0.0.0.0"], "items": {"type": "string"}} |
goss-json-schema.json | kernelParamTest | To see the full list of current values, run sysctl -a.
| {"properties": {"meta": {}, "value": {"default": "Linux", "type": "string"}}, "required": ["value"]} |
goss-json-schema.json | addrs | list of addresses e.g. ["127.0.0.1", "::1"]
| {"type": "array", "items": {"type": "string"}, "default": ["127.0.0.1", "::1"]} |
goss-json-schema.json | timeout | in milliseconds (Only used when server attribute is provided) | {"type": "integer", "default": "500"} |
goss-json-schema.json | server | Eg 8.8.8.8. Also supports server:port | {"default": "8.8.8.8", "type": "string"} |
goss-json-schema.json | sha512 | A stronger checksum alternatives to md5 (recommended) | {"default": "cb71b1940dc879a3688bd502846bff6316dd537bbe917484964fe0f098e9245d80958258dc3bd6297bf42d5bd978cbe2c03d077d4ed45b2b1ed9cd831ceb1bd0", "type": "string"} |
goss-json-schema.json | md5 | md5 checksum of file | {"default": "7c9bb14b3bf178e82c00c2a4398c93cd", "type": "string"} |
goss-json-schema.json | size | in bytes | {"type": "integer", "default": "2118"} |
goss-json-schema.json | sha256 | A stronger checksum alternatives to md5 (recommended) | {"type": "string", "default": "7f78ce27859049f725936f7b52c6e25d774012947d915e7b394402cfceb70c4c"} |
goss-json-schema.json | contains | Check file content for these patterns. can be a string or a pattern | {"items": {"type": "string"}, "type": "array"} |
goss-json-schema.json | items | string or patterns | {"type": "string"} |
goss-json-schema.json | meta | meta (arbitrary data) attributes are persisted when adding other resources with goss add | {"type": "object"} |
goss-json-schema.json | request-headers | Set request header values, e.g. [ "Content-Type: text/html" ]
| {"type": "array", "default": ["Content-Type: text/html"], "items": {"type": "string"}} |
goss-json-schema.json | headers | Check http response headers for these patterns (e.g. "Content-Type: text/html")
NOTE: only the first Host header will be used to set the Request.Host value if multiple are provided.
| {"type": "array", "default": [], "items": {"type": "string"}} |
goss-json-schema.json | body | Check http response content for these patterns | {"type": "array"} |
goss-json-schema.json | cert-file | certificate file to use for authentication (used with key-file)
| {"default": "", "type": "string"} |
goss-json-schema.json | request-body | request body | {"type": "object", "default": "{\"key\": \"value\"}"} |
goss-json-schema.json | no-follow-redirects | Setting this to true will NOT follow redirects | {"default": "", "type": "boolean"} |
goss-json-schema.json | proxy | proxy server to proxy traffic through. Proxy can also be set with environment variables http_proxy.
| {"default": "", "type": "string"} |
goss-json-schema.json | method | http method | {"default": "PUT", "enum": ["GET", "PUT", "HEAD", "POST", "DELETE", "PATCH", "CONNECT", "OPTIONS", "TRACE"], "type": "string"} |
goss-json-schema.json | key-file | private-key file to use for authentication (used with cert-file)
| {"type": "string", "default": ""} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.