question_id
stringlengths 1
5
| nl
stringlengths 4
218
| cmd
stringlengths 1
231
| oracle_man
sequence | cmd_name
stringlengths 1
24
| tldr_cmd_name
stringlengths 1
24
| manual_exist
bool 1
class | matching_info
sequence |
---|---|---|---|---|---|---|---|
5985 | specify the format of the output report (e.g. `full`, `xml`, `json`, `summary`) | phpcs {{path/to/directory}} --report {{format}} | [
"phpcs_2",
"phpcs_3"
] | phpcs | phpcs | true | {
"token": [
"--report",
"|main|"
],
"oracle_man": [
[
"phpcs_2"
],
[
"phpcs_3"
]
]
} |
5986 | set config variables to be used during the process | phpcs {{path/to/directory}} --config-set {{key}} {{value}} | [
"phpcs_2",
"phpcs_3"
] | phpcs | phpcs | true | {
"token": [
"--config-set",
"|main|"
],
"oracle_man": [
[
"phpcs_2"
],
[
"phpcs_3"
]
]
} |
5987 | a commaseparated list of files to load before processing | phpcs {{path/to/directory}} --bootstrap {{file(s)}} | [
"phpcs_2",
"phpcs_3"
] | phpcs | phpcs | true | {
"token": [
"--bootstrap",
"|main|"
],
"oracle_man": [
[
"phpcs_2"
],
[
"phpcs_3"
]
]
} |
5988 | don't recurse into subdirectories | phpcs {{path/to/directory}} -l | [
"phpcs_2",
"phpcs_3",
"phpcs_44"
] | phpcs | phpcs | true | {
"token": [
"-l",
"|main|"
],
"oracle_man": [
[
"phpcs_2",
"phpcs_44"
],
[
"phpcs_3"
]
]
} |
5997 | associate the local install of `asciinema` with an asciinema.org account | asciinema auth | [
"asciinema_3",
"asciinema_47"
] | asciinema | asciinema | true | {
"token": [
"auth",
"|main|"
],
"oracle_man": [
[
"asciinema_47"
],
[
"asciinema_3"
]
]
} |
5998 | make a new recording (once finished, user will be prompted to upload it or save it locally) | asciinema rec | [
"asciinema_3",
"asciinema_6",
"asciinema_46",
"asciinema_54",
"asciinema_64"
] | asciinema | asciinema | true | {
"token": [
"rec",
"|main|"
],
"oracle_man": [
[
"asciinema_6",
"asciinema_46",
"asciinema_54",
"asciinema_64"
],
[
"asciinema_3"
]
]
} |
5999 | make a new recording and save it to a local file | asciinema rec {{path/to/file}}.cast | [
"asciinema_3",
"asciinema_6",
"asciinema_46",
"asciinema_54",
"asciinema_64"
] | asciinema | asciinema | true | {
"token": [
"rec",
"|main|"
],
"oracle_man": [
[
"asciinema_6",
"asciinema_46",
"asciinema_54",
"asciinema_64"
],
[
"asciinema_3"
]
]
} |
6000 | replay a terminal recording from a local file | asciinema play {{path/to/file}}.cast | [
"asciinema_3",
"asciinema_24",
"asciinema_29",
"asciinema_31",
"asciinema_33",
"asciinema_37",
"asciinema_42",
"asciinema_56",
"asciinema_58"
] | asciinema | asciinema | true | {
"token": [
"play",
"|main|"
],
"oracle_man": [
[
"asciinema_24",
"asciinema_29",
"asciinema_31",
"asciinema_33",
"asciinema_37",
"asciinema_42",
"asciinema_56",
"asciinema_58"
],
[
"asciinema_3"
]
]
} |
6001 | replay a terminal recording hosted on asciinema.org | asciinema play https://asciinema.org/a/{{cast_id}} | [
"asciinema_3",
"asciinema_24",
"asciinema_29",
"asciinema_31",
"asciinema_33",
"asciinema_37",
"asciinema_42",
"asciinema_56",
"asciinema_58"
] | asciinema | asciinema | true | {
"token": [
"play",
"|main|"
],
"oracle_man": [
[
"asciinema_24",
"asciinema_29",
"asciinema_31",
"asciinema_33",
"asciinema_37",
"asciinema_42",
"asciinema_56",
"asciinema_58"
],
[
"asciinema_3"
]
]
} |
6002 | make a new recording, limiting any idle time to at most 2.5 seconds | asciinema rec -i {{2.5}} | [
"asciinema_3",
"asciinema_6",
"asciinema_20",
"asciinema_39",
"asciinema_46",
"asciinema_50",
"asciinema_54",
"asciinema_58",
"asciinema_59",
"asciinema_64"
] | asciinema | asciinema | true | {
"token": [
"rec",
"-i",
"|main|"
],
"oracle_man": [
[
"asciinema_6",
"asciinema_46",
"asciinema_54",
"asciinema_64"
],
[
"asciinema_20",
"asciinema_39",
"asciinema_50",
"asciinema_58",
"asciinema_59"
],
[
"asciinema_3"
]
]
} |
6003 | print the full output of a locally saved recording | asciinema cat {{path/to/file}}.cast | [
"asciinema_3",
"asciinema_35",
"asciinema_41",
"asciinema_43"
] | asciinema | asciinema | true | {
"token": [
"cat",
"|main|"
],
"oracle_man": [
[
"asciinema_35",
"asciinema_41",
"asciinema_43"
],
[
"asciinema_3"
]
]
} |
6004 | upload a locally saved terminal session to asciinema.org | asciinema upload {{path/to/file}}.cast | [
"asciinema_3",
"asciinema_44",
"asciinema_61"
] | asciinema | asciinema | true | {
"token": [
"upload",
"|main|"
],
"oracle_man": [
[
"asciinema_44",
"asciinema_61"
],
[
"asciinema_3"
]
]
} |
6005 | go to the highestranked directory that contains "foo" in the name | zoxide query {{foo}} | [
"zoxide_3"
] | zoxide | zoxide | true | {
"token": [
"query",
"|main|"
],
"oracle_man": [
[],
[
"zoxide_3"
]
]
} |
6006 | go to the highestranked directory that contains "foo" and then "bar" | zoxide query {{foo}} {{bar}} | [
"zoxide_3"
] | zoxide | zoxide | true | {
"token": [
"query",
"|main|"
],
"oracle_man": [
[],
[
"zoxide_3"
]
]
} |
6007 | start an interactive directory search (requires `fzf`) | zoxide query --interactive | [
"zoxide_3"
] | zoxide | zoxide | true | {
"token": [
"query",
"--interactive",
"|main|"
],
"oracle_man": [
[],
[],
[
"zoxide_3"
]
]
} |
6008 | add a directory or increment its rank | zoxide add {{path/to/directory}} | [
"zoxide_3"
] | zoxide | zoxide | true | {
"token": [
"add",
"|main|"
],
"oracle_man": [
[],
[
"zoxide_3"
]
]
} |
6009 | remove a directory from `zoxide`'s database | zoxide remove {{path/to/directory}} | [
"zoxide_3"
] | zoxide | zoxide | true | {
"token": [
"remove",
"|main|"
],
"oracle_man": [
[],
[
"zoxide_3"
]
]
} |
6010 | generate shell configuration for command aliases (`z`, `za`, `zi`, `zq`, `zr`) | zoxide init {{bash|fish|zsh}} | [
"zoxide_3"
] | zoxide | zoxide | true | {
"token": [
"init",
"|main|"
],
"oracle_man": [
[],
[
"zoxide_3"
]
]
} |
6016 | display the absolute path for a file or directory | realpath {{path/to/file_or_directory}} | [
"realpath_3"
] | realpath | realpath | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"realpath_3",
"realpath_4",
"realpath_5",
"realpath_6",
"realpath_7",
"realpath_8",
"realpath_9",
"realpath_10",
"realpath_11",
"realpath_12",
"realpath_13",
"realpath_14"
]
]
} |
6017 | require all path components to exist | realpath --canonicalize-existing {{path/to/file_or_directory}} | [
"realpath_3",
"realpath_4"
] | realpath | realpath | true | {
"token": [
"--canonicalize-existing",
"|main|"
],
"oracle_man": [
[
"realpath_4"
],
[
"realpath_3",
"realpath_4",
"realpath_5",
"realpath_6",
"realpath_7",
"realpath_8",
"realpath_9",
"realpath_10",
"realpath_11",
"realpath_12",
"realpath_13",
"realpath_14"
]
]
} |
6018 | resolve ".." components before symlinks | realpath --logical {{path/to/file_or_directory}} | [
"realpath_3",
"realpath_6"
] | realpath | realpath | true | {
"token": [
"--logical",
"|main|"
],
"oracle_man": [
[
"realpath_6"
],
[
"realpath_3",
"realpath_4",
"realpath_5",
"realpath_6",
"realpath_7",
"realpath_8",
"realpath_9",
"realpath_10",
"realpath_11",
"realpath_12",
"realpath_13",
"realpath_14"
]
]
} |
6019 | disable symlink expansion | realpath --no-symlinks {{path/to/file_or_directory}} | [
"realpath_3",
"realpath_11"
] | realpath | realpath | true | {
"token": [
"--no-symlinks",
"|main|"
],
"oracle_man": [
[
"realpath_11"
],
[
"realpath_3",
"realpath_4",
"realpath_5",
"realpath_6",
"realpath_7",
"realpath_8",
"realpath_9",
"realpath_10",
"realpath_11",
"realpath_12",
"realpath_13",
"realpath_14"
]
]
} |
6020 | suppress error messages | realpath --quiet {{path/to/file_or_directory}} | [
"realpath_3",
"realpath_8"
] | realpath | realpath | true | {
"token": [
"--quiet",
"|main|"
],
"oracle_man": [
[
"realpath_8"
],
[
"realpath_3",
"realpath_4",
"realpath_5",
"realpath_6",
"realpath_7",
"realpath_8",
"realpath_9",
"realpath_10",
"realpath_11",
"realpath_12",
"realpath_13",
"realpath_14"
]
]
} |
6021 | switch to directory and push it on the stack | pushd {{directory}} | [
"pushd_1"
] | pushd | pushd | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"pushd_1"
]
]
} |
6022 | switch first and second directories on the stack | pushd | [
"pushd_1"
] | pushd | pushd | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"pushd_1"
]
]
} |
6023 | rotate stack by making the 5th element the top of the stack | pushd +4 | [
"pushd_1"
] | pushd | pushd | true | {
"token": [
"+4",
"|main|"
],
"oracle_man": [
[],
[
"pushd_1"
]
]
} |
6024 | test the package found in the current directory | go test | [
"go-test_1",
"go-test_2",
"go-test_3",
"go-test_6",
"go-test_8",
"go-test_10",
"go-test_11",
"go-test_21",
"go-test_23"
] | go-test | go-test | true | {
"token": [
"go",
"test",
"|main|"
],
"oracle_man": [
[
"go-test_2",
"go-test_8"
],
[
"go-test_1",
"go-test_2",
"go-test_3",
"go-test_6",
"go-test_10",
"go-test_11",
"go-test_21",
"go-test_23"
],
[
"go-test_3",
"go-test_4",
"go-test_5",
"go-test_6",
"go-test_7",
"go-test_8",
"go-test_9",
"go-test_10",
"go-test_11",
"go-test_12",
"go-test_13",
"go-test_14",
"go-test_15"
]
]
} |
6025 | [v]erbosely test the package in the current directory | go test -v | [
"go-test_1",
"go-test_2",
"go-test_3",
"go-test_6",
"go-test_8",
"go-test_9",
"go-test_10",
"go-test_11",
"go-test_12",
"go-test_13",
"go-test_15",
"go-test_21",
"go-test_23"
] | go-test | go-test | true | {
"token": [
"go",
"test",
"-v",
"|main|"
],
"oracle_man": [
[
"go-test_2",
"go-test_8"
],
[
"go-test_1",
"go-test_2",
"go-test_3",
"go-test_6",
"go-test_10",
"go-test_11",
"go-test_21",
"go-test_23"
],
[
"go-test_9",
"go-test_12",
"go-test_13",
"go-test_15"
],
[
"go-test_3",
"go-test_4",
"go-test_5",
"go-test_6",
"go-test_7",
"go-test_8",
"go-test_9",
"go-test_10",
"go-test_11",
"go-test_12",
"go-test_13",
"go-test_14",
"go-test_15"
]
]
} |
6026 | test the packages in the current directory and all subdirectories (note the `...`) | go test -v ./... | [
"go-test_1",
"go-test_2",
"go-test_3",
"go-test_6",
"go-test_8",
"go-test_9",
"go-test_10",
"go-test_11",
"go-test_12",
"go-test_13",
"go-test_15",
"go-test_21",
"go-test_23"
] | go-test | go-test | true | {
"token": [
"go",
"test",
"-v",
"./...",
"|main|"
],
"oracle_man": [
[
"go-test_2",
"go-test_8"
],
[
"go-test_1",
"go-test_2",
"go-test_3",
"go-test_6",
"go-test_10",
"go-test_11",
"go-test_21",
"go-test_23"
],
[
"go-test_9",
"go-test_12",
"go-test_13",
"go-test_15"
],
[],
[
"go-test_3",
"go-test_4",
"go-test_5",
"go-test_6",
"go-test_7",
"go-test_8",
"go-test_9",
"go-test_10",
"go-test_11",
"go-test_12",
"go-test_13",
"go-test_14",
"go-test_15"
]
]
} |
6027 | test the package in the current directory and run all benchmarks | go test -v -bench . | [
"go-test_1",
"go-test_2",
"go-test_3",
"go-test_6",
"go-test_8",
"go-test_9",
"go-test_10",
"go-test_11",
"go-test_12",
"go-test_13",
"go-test_15",
"go-test_21",
"go-test_23"
] | go-test | go-test | true | {
"token": [
"go",
"test",
"-v",
"-bench",
".",
"|main|"
],
"oracle_man": [
[
"go-test_2",
"go-test_8"
],
[
"go-test_1",
"go-test_2",
"go-test_3",
"go-test_6",
"go-test_10",
"go-test_11",
"go-test_21",
"go-test_23"
],
[
"go-test_9",
"go-test_12",
"go-test_13",
"go-test_15"
],
[
"go-test_13",
"go-test_15"
],
[],
[
"go-test_3",
"go-test_4",
"go-test_5",
"go-test_6",
"go-test_7",
"go-test_8",
"go-test_9",
"go-test_10",
"go-test_11",
"go-test_12",
"go-test_13",
"go-test_14",
"go-test_15"
]
]
} |
6028 | test the package in the current directory and run all benchmarks for 50 seconds | go test -v -bench . -benchtime {{50s}} | [
"go-test_1",
"go-test_2",
"go-test_3",
"go-test_6",
"go-test_8",
"go-test_9",
"go-test_10",
"go-test_11",
"go-test_12",
"go-test_13",
"go-test_15",
"go-test_21",
"go-test_23"
] | go-test | go-test | true | {
"token": [
"go",
"test",
"-v",
"-bench",
".",
"-benchtime",
"|main|"
],
"oracle_man": [
[
"go-test_2",
"go-test_8"
],
[
"go-test_1",
"go-test_2",
"go-test_3",
"go-test_6",
"go-test_10",
"go-test_11",
"go-test_21",
"go-test_23"
],
[
"go-test_9",
"go-test_12",
"go-test_13",
"go-test_15"
],
[
"go-test_13",
"go-test_15"
],
[],
[
"go-test_15"
],
[
"go-test_3",
"go-test_4",
"go-test_5",
"go-test_6",
"go-test_7",
"go-test_8",
"go-test_9",
"go-test_10",
"go-test_11",
"go-test_12",
"go-test_13",
"go-test_14",
"go-test_15"
]
]
} |
6029 | [a]rchive a file or directory | 7zr a {{path/to/archive.7z}} {{path/to/file_or_directory}} | [
"7zr_3",
"7zr_4",
"7zr_5"
] | 7zr | 7zr | true | {
"token": [
"a",
"|main|"
],
"oracle_man": [
[
"7zr_3",
"7zr_4",
"7zr_5"
],
[
"7zr_3",
"7zr_4"
]
]
} |
6030 | encrypt an existing archive (including file names) | 7zr a {{path/to/encrypted.7z}} -p{{password}} -mhe=on {{path/to/archive.7z}} | [
"7zr_3",
"7zr_4",
"7zr_5",
"7zr_18"
] | 7zr | 7zr | true | {
"token": [
"a",
"-mhe=on",
"|main|"
],
"oracle_man": [
[
"7zr_3",
"7zr_4",
"7zr_5"
],
[
"7zr_18"
],
[
"7zr_3",
"7zr_4"
]
]
} |
6031 | e[x]tract an archive preserving the original directory structure | 7zr x {{path/to/archive.7z}} | [
"7zr_3",
"7zr_11"
] | 7zr | 7zr | true | {
"token": [
"x",
"|main|"
],
"oracle_man": [
[
"7zr_11"
],
[
"7zr_3",
"7zr_4"
]
]
} |
6032 | e[x]tract an archive to a specific directory | 7zr x {{path/to/archive.7z}} -o{{path/to/output}} | [
"7zr_3",
"7zr_11"
] | 7zr | 7zr | true | {
"token": [
"x",
"|main|"
],
"oracle_man": [
[
"7zr_11"
],
[
"7zr_3",
"7zr_4"
]
]
} |
6033 | e[x]tract an archive to stdout | 7zr x {{path/to/archive.7z}} -so | [
"7zr_3",
"7zr_11",
"7zr_24"
] | 7zr | 7zr | true | {
"token": [
"x",
"-so",
"|main|"
],
"oracle_man": [
[
"7zr_11"
],
[
"7zr_24"
],
[
"7zr_3",
"7zr_4"
]
]
} |
6034 | [l]ist the contents of an archive | 7zr l {{path/to/archive.7z}} | [
"7zr_3",
"7zr_8"
] | 7zr | 7zr | true | {
"token": [
"l",
"|main|"
],
"oracle_man": [
[
"7zr_8"
],
[
"7zr_3",
"7zr_4"
]
]
} |
6035 | list available archive types | 7zr i | [
"7zr_3"
] | 7zr | 7zr | true | {
"token": [
"i",
"|main|"
],
"oracle_man": [
[],
[
"7zr_3",
"7zr_4"
]
]
} |
6036 | show documentation for the current package | go doc | [
"go-doc_1",
"go-doc_2",
"go-doc_3"
] | go-doc | go-doc | true | {
"token": [
"go",
"doc",
"|main|"
],
"oracle_man": [
[
"go-doc_1",
"go-doc_2"
],
[
"go-doc_2"
],
[
"go-doc_3",
"go-doc_4",
"go-doc_5",
"go-doc_6"
]
]
} |
6037 | show package documentation and exported symbols | go doc {{encoding/json}} | [
"go-doc_1",
"go-doc_2",
"go-doc_3"
] | go-doc | go-doc | true | {
"token": [
"go",
"doc",
"|main|"
],
"oracle_man": [
[
"go-doc_1",
"go-doc_2"
],
[
"go-doc_2"
],
[
"go-doc_3",
"go-doc_4",
"go-doc_5",
"go-doc_6"
]
]
} |
6038 | show also documentation of symbols | go doc -all {{encoding/json}} | [
"go-doc_1",
"go-doc_2",
"go-doc_3"
] | go-doc | go-doc | true | {
"token": [
"go",
"doc",
"-all",
"|main|"
],
"oracle_man": [
[
"go-doc_1",
"go-doc_2"
],
[
"go-doc_2"
],
[],
[
"go-doc_3",
"go-doc_4",
"go-doc_5",
"go-doc_6"
]
]
} |
6039 | show also sources | go doc -all -src {{encoding/json}} | [
"go-doc_1",
"go-doc_2",
"go-doc_3"
] | go-doc | go-doc | true | {
"token": [
"go",
"doc",
"-all",
"-src",
"|main|"
],
"oracle_man": [
[
"go-doc_1",
"go-doc_2"
],
[
"go-doc_2"
],
[],
[],
[
"go-doc_3",
"go-doc_4",
"go-doc_5",
"go-doc_6"
]
]
} |
6040 | show a specific symbol | go doc -all -src {{encoding/json.Number}} | [
"go-doc_1",
"go-doc_2",
"go-doc_3"
] | go-doc | go-doc | true | {
"token": [
"go",
"doc",
"-all",
"-src",
"|main|"
],
"oracle_man": [
[
"go-doc_1",
"go-doc_2"
],
[
"go-doc_2"
],
[],
[],
[
"go-doc_3",
"go-doc_4",
"go-doc_5",
"go-doc_6"
]
]
} |
6041 | merge a branch into your current branch | git merge {{branch_name}} | [
"git-merge_2",
"git-merge_3",
"git-merge_6",
"git-merge_9",
"git-merge_43",
"git-merge_50",
"git-merge_73",
"git-merge_74",
"git-merge_91",
"git-merge_93",
"git-merge_95",
"git-merge_98",
"git-merge_107",
"git-merge_123",
"git-merge_124",
"git-merge_125",
"git-merge_126",
"git-merge_127",
"git-merge_128",
"git-merge_129",
"git-merge_131",
"git-merge_132",
"git-merge_133",
"git-merge_134",
"git-merge_135",
"git-merge_136",
"git-merge_137",
"git-merge_138",
"git-merge_172",
"git-merge_173",
"git-merge_174",
"git-merge_175"
] | git-merge | git-merge | true | {
"token": [
"git",
"merge",
"|main|"
],
"oracle_man": [
[
"git-merge_2",
"git-merge_6",
"git-merge_9",
"git-merge_43",
"git-merge_50",
"git-merge_73",
"git-merge_91",
"git-merge_93",
"git-merge_95"
],
[
"git-merge_2",
"git-merge_6",
"git-merge_50",
"git-merge_74",
"git-merge_91",
"git-merge_93",
"git-merge_95",
"git-merge_98",
"git-merge_107",
"git-merge_123",
"git-merge_124",
"git-merge_125",
"git-merge_126",
"git-merge_127",
"git-merge_128",
"git-merge_129",
"git-merge_131",
"git-merge_132",
"git-merge_133",
"git-merge_134",
"git-merge_135",
"git-merge_136",
"git-merge_137",
"git-merge_138",
"git-merge_172",
"git-merge_173",
"git-merge_174",
"git-merge_175"
],
[
"git-merge_3",
"git-merge_4",
"git-merge_5",
"git-merge_6",
"git-merge_7",
"git-merge_8",
"git-merge_9",
"git-merge_10"
]
]
} |
6042 | edit the merge message | git merge -e {{branch_name}} | [
"git-merge_2",
"git-merge_3",
"git-merge_6",
"git-merge_9",
"git-merge_14",
"git-merge_43",
"git-merge_50",
"git-merge_73",
"git-merge_74",
"git-merge_91",
"git-merge_93",
"git-merge_95",
"git-merge_98",
"git-merge_104",
"git-merge_107",
"git-merge_123",
"git-merge_124",
"git-merge_125",
"git-merge_126",
"git-merge_127",
"git-merge_128",
"git-merge_129",
"git-merge_131",
"git-merge_132",
"git-merge_133",
"git-merge_134",
"git-merge_135",
"git-merge_136",
"git-merge_137",
"git-merge_138",
"git-merge_172",
"git-merge_173",
"git-merge_174",
"git-merge_175"
] | git-merge | git-merge | true | {
"token": [
"git",
"merge",
"-e",
"|main|"
],
"oracle_man": [
[
"git-merge_2",
"git-merge_6",
"git-merge_9",
"git-merge_43",
"git-merge_50",
"git-merge_73",
"git-merge_91",
"git-merge_93",
"git-merge_95"
],
[
"git-merge_2",
"git-merge_6",
"git-merge_50",
"git-merge_74",
"git-merge_91",
"git-merge_93",
"git-merge_95",
"git-merge_98",
"git-merge_107",
"git-merge_123",
"git-merge_124",
"git-merge_125",
"git-merge_126",
"git-merge_127",
"git-merge_128",
"git-merge_129",
"git-merge_131",
"git-merge_132",
"git-merge_133",
"git-merge_134",
"git-merge_135",
"git-merge_136",
"git-merge_137",
"git-merge_138",
"git-merge_172",
"git-merge_173",
"git-merge_174",
"git-merge_175"
],
[
"git-merge_14",
"git-merge_104"
],
[
"git-merge_3",
"git-merge_4",
"git-merge_5",
"git-merge_6",
"git-merge_7",
"git-merge_8",
"git-merge_9",
"git-merge_10"
]
]
} |
6043 | merge a branch and create a merge commit | git merge --no-ff {{branch_name}} | [
"git-merge_2",
"git-merge_3",
"git-merge_6",
"git-merge_9",
"git-merge_13",
"git-merge_17",
"git-merge_19",
"git-merge_43",
"git-merge_50",
"git-merge_60",
"git-merge_73",
"git-merge_74",
"git-merge_91",
"git-merge_93",
"git-merge_95",
"git-merge_98",
"git-merge_107",
"git-merge_123",
"git-merge_124",
"git-merge_125",
"git-merge_126",
"git-merge_127",
"git-merge_128",
"git-merge_129",
"git-merge_131",
"git-merge_132",
"git-merge_133",
"git-merge_134",
"git-merge_135",
"git-merge_136",
"git-merge_137",
"git-merge_138",
"git-merge_172",
"git-merge_173",
"git-merge_174",
"git-merge_175"
] | git-merge | git-merge | true | {
"token": [
"git",
"merge",
"--no-ff",
"|main|"
],
"oracle_man": [
[
"git-merge_2",
"git-merge_6",
"git-merge_9",
"git-merge_43",
"git-merge_50",
"git-merge_73",
"git-merge_91",
"git-merge_93",
"git-merge_95"
],
[
"git-merge_2",
"git-merge_6",
"git-merge_50",
"git-merge_74",
"git-merge_91",
"git-merge_93",
"git-merge_95",
"git-merge_98",
"git-merge_107",
"git-merge_123",
"git-merge_124",
"git-merge_125",
"git-merge_126",
"git-merge_127",
"git-merge_128",
"git-merge_129",
"git-merge_131",
"git-merge_132",
"git-merge_133",
"git-merge_134",
"git-merge_135",
"git-merge_136",
"git-merge_137",
"git-merge_138",
"git-merge_172",
"git-merge_173",
"git-merge_174",
"git-merge_175"
],
[
"git-merge_13",
"git-merge_17",
"git-merge_19",
"git-merge_60",
"git-merge_125"
],
[
"git-merge_3",
"git-merge_4",
"git-merge_5",
"git-merge_6",
"git-merge_7",
"git-merge_8",
"git-merge_9",
"git-merge_10"
]
]
} |
6044 | abort a merge in case of conflicts | git merge --abort | [
"git-merge_2",
"git-merge_3",
"git-merge_6",
"git-merge_8",
"git-merge_9",
"git-merge_43",
"git-merge_48",
"git-merge_49",
"git-merge_50",
"git-merge_69",
"git-merge_73",
"git-merge_74",
"git-merge_83",
"git-merge_91",
"git-merge_93",
"git-merge_95",
"git-merge_98",
"git-merge_107",
"git-merge_123",
"git-merge_124",
"git-merge_125",
"git-merge_126",
"git-merge_127",
"git-merge_128",
"git-merge_129",
"git-merge_131",
"git-merge_132",
"git-merge_133",
"git-merge_134",
"git-merge_135",
"git-merge_136",
"git-merge_137",
"git-merge_138",
"git-merge_172",
"git-merge_173",
"git-merge_174",
"git-merge_175"
] | git-merge | git-merge | true | {
"token": [
"git",
"merge",
"--abort",
"|main|"
],
"oracle_man": [
[
"git-merge_2",
"git-merge_6",
"git-merge_9",
"git-merge_43",
"git-merge_50",
"git-merge_73",
"git-merge_91",
"git-merge_93",
"git-merge_95"
],
[
"git-merge_2",
"git-merge_6",
"git-merge_50",
"git-merge_74",
"git-merge_91",
"git-merge_93",
"git-merge_95",
"git-merge_98",
"git-merge_107",
"git-merge_123",
"git-merge_124",
"git-merge_125",
"git-merge_126",
"git-merge_127",
"git-merge_128",
"git-merge_129",
"git-merge_131",
"git-merge_132",
"git-merge_133",
"git-merge_134",
"git-merge_135",
"git-merge_136",
"git-merge_137",
"git-merge_138",
"git-merge_172",
"git-merge_173",
"git-merge_174",
"git-merge_175"
],
[
"git-merge_2",
"git-merge_8",
"git-merge_48",
"git-merge_49",
"git-merge_50",
"git-merge_69",
"git-merge_83"
],
[
"git-merge_3",
"git-merge_4",
"git-merge_5",
"git-merge_6",
"git-merge_7",
"git-merge_8",
"git-merge_9",
"git-merge_10"
]
]
} |
6055 | extract the patch and author data from an email message | git mailinfo {{message|patch}} | [
"git-mailinfo_2",
"git-mailinfo_3"
] | git-mailinfo | git-mailinfo | true | {
"token": [
"git",
"mailinfo",
"|main|"
],
"oracle_man": [
[
"git-mailinfo_2"
],
[
"git-mailinfo_2"
],
[
"git-mailinfo_3"
]
]
} |
6056 | extract but remove leading and trailing whitespace | git mailinfo -k {{message|patch}} | [
"git-mailinfo_2",
"git-mailinfo_3",
"git-mailinfo_4",
"git-mailinfo_10"
] | git-mailinfo | git-mailinfo | true | {
"token": [
"git",
"mailinfo",
"-k",
"|main|"
],
"oracle_man": [
[
"git-mailinfo_2"
],
[
"git-mailinfo_2"
],
[
"git-mailinfo_2",
"git-mailinfo_4",
"git-mailinfo_10"
],
[
"git-mailinfo_3"
]
]
} |
6057 | remove everything from the body before a scissors line (e.g. ">* ") and retrieve the message or patch | git mailinfo --scissors {{message|patch}} | [
"git-mailinfo_2",
"git-mailinfo_3",
"git-mailinfo_16"
] | git-mailinfo | git-mailinfo | true | {
"token": [
"git",
"mailinfo",
"--scissors",
"|main|"
],
"oracle_man": [
[
"git-mailinfo_2"
],
[
"git-mailinfo_2"
],
[
"git-mailinfo_16"
],
[
"git-mailinfo_3"
]
]
} |
6062 | install all gems defined in the `gemfile` expected in the working directory | bundle install | [
"bundle_3",
"bundle_9"
] | bundle | bundle | true | {
"token": [
"install",
"|main|"
],
"oracle_man": [
[
"bundle_9"
],
[
"bundle_3",
"bundle_4"
]
]
} |
6063 | execute a command in the context of the current bundle | bundle exec {{command}} {{arguments}} | [
"bundle_3",
"bundle_12"
] | bundle | bundle | true | {
"token": [
"exec",
"|main|"
],
"oracle_man": [
[
"bundle_12"
],
[
"bundle_3",
"bundle_4"
]
]
} |
6064 | update all gems by the rules defined in the `gemfile` and regenerate `gemfile.lock` | bundle update | [
"bundle_3",
"bundle_10"
] | bundle | bundle | true | {
"token": [
"update",
"|main|"
],
"oracle_man": [
[
"bundle_10"
],
[
"bundle_3",
"bundle_4"
]
]
} |
6065 | update one or more specific gem(s) defined in the `gemfile` | bundle update {{gem_name}} {{gem_name}} | [
"bundle_3",
"bundle_10"
] | bundle | bundle | true | {
"token": [
"update",
"|main|"
],
"oracle_man": [
[
"bundle_10"
],
[
"bundle_3",
"bundle_4"
]
]
} |
6066 | update one or more specific gems(s) defined in the `gemfile` but only to the next patch version | bundle update --patch {{gem_name}} {{gem_name}} | [
"bundle_3",
"bundle_10"
] | bundle | bundle | true | {
"token": [
"update",
"--patch",
"|main|"
],
"oracle_man": [
[
"bundle_10"
],
[],
[
"bundle_3",
"bundle_4"
]
]
} |
6067 | update all gems within the given group in the `gemfile` | bundle update --group {{development}} | [
"bundle_3",
"bundle_10"
] | bundle | bundle | true | {
"token": [
"update",
"--group",
"|main|"
],
"oracle_man": [
[
"bundle_10"
],
[],
[
"bundle_3",
"bundle_4"
]
]
} |
6068 | list installed gems in the `gemfile` with newer versions available | bundle outdated | [
"bundle_3",
"bundle_19"
] | bundle | bundle | true | {
"token": [
"outdated",
"|main|"
],
"oracle_man": [
[
"bundle_19"
],
[
"bundle_3",
"bundle_4"
]
]
} |
6069 | create a new gem skeleton | bundle gem {{gem_name}} | [
"bundle_3",
"bundle_25"
] | bundle | bundle | true | {
"token": [
"gem",
"|main|"
],
"oracle_man": [
[
"bundle_25"
],
[
"bundle_3",
"bundle_4"
]
]
} |
6087 | forward all ipv4 tcp traffic via a remote ssh server | sshuttle --remote={{username}}@{{sshserver}} {{0.0.0.0/0}} | [
"sshuttle_3",
"sshuttle_13"
] | sshuttle | sshuttle | true | {
"token": [
"--remote",
"|main|"
],
"oracle_man": [
[
"sshuttle_13"
],
[
"sshuttle_3",
"sshuttle_4",
"sshuttle_5",
"sshuttle_6"
]
]
} |
6088 | also forward all dns traffic to the server's default dns resolver | sshuttle --dns --remote={{username}}@{{sshserver}} {{0.0.0.0/0}} | [
"sshuttle_3",
"sshuttle_11",
"sshuttle_13"
] | sshuttle | sshuttle | true | {
"token": [
"--dns",
"--remote",
"|main|"
],
"oracle_man": [
[
"sshuttle_11"
],
[
"sshuttle_13"
],
[
"sshuttle_3",
"sshuttle_4",
"sshuttle_5",
"sshuttle_6"
]
]
} |
6089 | forward all traffic except that which is bound for a specific subnet | sshuttle --remote={{username}}@{{sshserver}} {{0.0.0.0/0}} --exclude {{192.168.0.1/24}} | [
"sshuttle_3",
"sshuttle_13",
"sshuttle_14",
"sshuttle_15"
] | sshuttle | sshuttle | true | {
"token": [
"--remote",
"--exclude",
"|main|"
],
"oracle_man": [
[
"sshuttle_13"
],
[
"sshuttle_14",
"sshuttle_15"
],
[
"sshuttle_3",
"sshuttle_4",
"sshuttle_5",
"sshuttle_6"
]
]
} |
6090 | use the tproxy method to forward all ipv4 and ipv6 traffic | sshuttle --method=tproxy --remote={{username}}@{{sshserver}} {{0.0.0.0/0}} {{::/0}} --exclude={{your_local_ip_address}} --exclude={{ssh_server_ip_address}} | [
"sshuttle_3",
"sshuttle_13",
"sshuttle_14",
"sshuttle_15"
] | sshuttle | sshuttle | true | {
"token": [
"--method=tproxy",
"--remote",
"--exclude",
"|main|"
],
"oracle_man": [
[],
[
"sshuttle_13"
],
[
"sshuttle_14",
"sshuttle_15"
],
[
"sshuttle_3",
"sshuttle_4",
"sshuttle_5",
"sshuttle_6"
]
]
} |
6096 | compile a sketch | arduino-builder -compile {{path/to/sketch.ino}} | [
"arduino-builder_3",
"arduino-builder_10"
] | arduino-builder | arduino-builder | true | {
"token": [
"-compile",
"|main|"
],
"oracle_man": [
[
"arduino-builder_10"
],
[
"arduino-builder_3",
"arduino-builder_4",
"arduino-builder_5"
]
]
} |
6097 | specify the debug level (1 to 10, defaults to 5) | arduino-builder -debug-level {{level}} | [
"arduino-builder_3",
"arduino-builder_17"
] | arduino-builder | arduino-builder | true | {
"token": [
"-debug-level",
"|main|"
],
"oracle_man": [
[
"arduino-builder_17"
],
[
"arduino-builder_3",
"arduino-builder_4",
"arduino-builder_5"
]
]
} |
6098 | specify a custom build directory | arduino-builder -build-path {{path/to/build_directory}} | [
"arduino-builder_3",
"arduino-builder_12"
] | arduino-builder | arduino-builder | true | {
"token": [
"-build-path",
"|main|"
],
"oracle_man": [
[
"arduino-builder_12"
],
[
"arduino-builder_3",
"arduino-builder_4",
"arduino-builder_5"
]
]
} |
6099 | use a build option file, instead of specifying `hardware`, `tools`, etc. manually every time | arduino-builder -build-options-file {{path/to/build.options.json}} | [
"arduino-builder_3",
"arduino-builder_21"
] | arduino-builder | arduino-builder | true | {
"token": [
"-build-options-file",
"|main|"
],
"oracle_man": [
[
"arduino-builder_21"
],
[
"arduino-builder_3",
"arduino-builder_4",
"arduino-builder_5"
]
]
} |
6100 | enable verbose mode | arduino-builder -verbose {{true}} | [
"arduino-builder_3",
"arduino-builder_15"
] | arduino-builder | arduino-builder | true | {
"token": [
"-verbose",
"|main|"
],
"oracle_man": [
[
"arduino-builder_15"
],
[
"arduino-builder_3",
"arduino-builder_4",
"arduino-builder_5"
]
]
} |
6114 | list available databases | dict -D | [
"dict_3",
"dict_11",
"dict_17"
] | dict | dict | true | {
"token": [
"-D",
"|main|"
],
"oracle_man": [
[
"dict_11",
"dict_17"
],
[
"dict_3"
]
]
} |
6115 | get information about a database | dict -i {{database_name}} | [
"dict_3",
"dict_14",
"dict_17"
] | dict | dict | true | {
"token": [
"-i",
"|main|"
],
"oracle_man": [
[
"dict_14",
"dict_17"
],
[
"dict_3"
]
]
} |
6116 | look up a word in a specific database | dict -d {{database_name}} {{word}} | [
"dict_3",
"dict_6",
"dict_11",
"dict_30"
] | dict | dict | true | {
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"dict_6",
"dict_11",
"dict_30"
],
[
"dict_3"
]
]
} |
6117 | look up a word in all available databases | dict {{word}} | [
"dict_3"
] | dict | dict | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"dict_3"
]
]
} |
6118 | show information about the dict server | dict -I | [
"dict_3",
"dict_15",
"dict_17"
] | dict | dict | true | {
"token": [
"-I",
"|main|"
],
"oracle_man": [
[
"dict_15",
"dict_17"
],
[
"dict_3"
]
]
} |
6119 | transpile a specified input file and output to stdout | babel {{path/to/file}} | [
"babel_4"
] | babel | babel | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"babel_4",
"babel_5",
"babel_6"
]
]
} |
6120 | transpile a specified input file and output to a specific file | babel {{path/to/input_file}} --out-file {{path/to/output_file}} | [
"babel_4"
] | babel | babel | true | {
"token": [
"--out-file",
"|main|"
],
"oracle_man": [
[],
[
"babel_4",
"babel_5",
"babel_6"
]
]
} |
6121 | transpile the input file every time it is changed | babel {{path/to/input_file}} --watch | [
"babel_4"
] | babel | babel | true | {
"token": [
"--watch",
"|main|"
],
"oracle_man": [
[],
[
"babel_4",
"babel_5",
"babel_6"
]
]
} |
6122 | transpile a whole directory of files | babel {{path/to/input_directory}} | [
"babel_4"
] | babel | babel | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"babel_4",
"babel_5",
"babel_6"
]
]
} |
6123 | ignore specified commaseparated files in a directory | babel {{path/to/input_directory}} --ignore {{ignored_files}} | [
"babel_4"
] | babel | babel | true | {
"token": [
"--ignore",
"|main|"
],
"oracle_man": [
[],
[
"babel_4",
"babel_5",
"babel_6"
]
]
} |
6124 | transpile and output as minified javascript | babel {{path/to/input_file}} --minified | [
"babel_4"
] | babel | babel | true | {
"token": [
"--minified",
"|main|"
],
"oracle_man": [
[],
[
"babel_4",
"babel_5",
"babel_6"
]
]
} |
6125 | choose a set of presets for output formatting | babel {{path/to/input_file}} --presets {{presets}} | [
"babel_4"
] | babel | babel | true | {
"token": [
"--presets",
"|main|"
],
"oracle_man": [
[],
[
"babel_4",
"babel_5",
"babel_6"
]
]
} |
6126 | output all available options | babel --help | [
"babel_4"
] | babel | babel | true | {
"token": [
"--help",
"|main|"
],
"oracle_man": [
[],
[
"babel_4",
"babel_5",
"babel_6"
]
]
} |
6132 | output the first few lines of a file | head -n {{count_of_lines}} {{filename}} | [
"head_3",
"head_4",
"head_5",
"head_8",
"head_10"
] | head | head | true | {
"token": [
"-n",
"|main|"
],
"oracle_man": [
[
"head_3",
"head_5",
"head_8",
"head_10"
],
[
"head_4",
"head_5"
]
]
} |
6133 | output the first few bytes of a file | head -c {{size_in_bytes}} {{filename}} | [
"head_4"
] | head | head | true | {
"token": [
"-c",
"|main|"
],
"oracle_man": [
[],
[
"head_4",
"head_5"
]
]
} |
6134 | output everything but the last few lines of a file | head -n -{{count_of_lines}} {{filename}} | [
"head_3",
"head_4",
"head_5",
"head_8",
"head_10"
] | head | head | true | {
"token": [
"-n",
"|main|"
],
"oracle_man": [
[
"head_3",
"head_5",
"head_8",
"head_10"
],
[
"head_4",
"head_5"
]
]
} |
6135 | output everything but the last few bytes of a file | head -c -{{size_in_bytes}} {{filename}} | [
"head_4"
] | head | head | true | {
"token": [
"-c",
"|main|"
],
"oracle_man": [
[],
[
"head_4",
"head_5"
]
]
} |
6136 | repeatedly run a command and show the result | watch {{command}} | [
"watch_3"
] | watch | watch | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"watch_3"
]
]
} |
6137 | rerun a command every 60 seconds | watch -n {{60}} {{command}} | [
"watch_3",
"watch_5",
"watch_7",
"watch_13",
"watch_16"
] | watch | watch | true | {
"token": [
"-n",
"|main|"
],
"oracle_man": [
[
"watch_5",
"watch_7",
"watch_13",
"watch_16"
],
[
"watch_3"
]
]
} |
6138 | monitor the contents of a directory, highlighting differences as they appear | watch -d {{ls -l}} | [
"watch_3",
"watch_4",
"watch_5",
"watch_16"
] | watch | watch | true | {
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"watch_4",
"watch_5",
"watch_16"
],
[
"watch_3"
]
]
} |
6139 | start a new stopwatch, giving a tag name to the activity being tracked | timew start {{activity_tag}} | [
"timew_3"
] | timew | timew | true | {
"token": [
"start",
"|main|"
],
"oracle_man": [
[],
[
"timew_3",
"timew_4",
"timew_5",
"timew_6"
]
]
} |
6140 | view running stopwatches | timew | [
"timew_3"
] | timew | timew | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"timew_3",
"timew_4",
"timew_5",
"timew_6"
]
]
} |
6141 | stop the stopwatch with a given tag name | timew stop {{activity_tag}} | [
"timew_3"
] | timew | timew | true | {
"token": [
"stop",
"|main|"
],
"oracle_man": [
[],
[
"timew_3",
"timew_4",
"timew_5",
"timew_6"
]
]
} |
6142 | stop all running stopwatches | timew stop | [
"timew_3"
] | timew | timew | true | {
"token": [
"stop",
"|main|"
],
"oracle_man": [
[],
[
"timew_3",
"timew_4",
"timew_5",
"timew_6"
]
]
} |
6143 | view tracked items | timew summary | [
"timew_3"
] | timew | timew | true | {
"token": [
"summary",
"|main|"
],
"oracle_man": [
[],
[
"timew_3",
"timew_4",
"timew_5",
"timew_6"
]
]
} |
6188 | find files containing "foo" and print the files with highlighted matches | pt {{foo}} | [
"pt_6"
] | pt | pt | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"pt_6",
"pt_7",
"pt_8",
"pt_9"
]
]
} |
6189 | find files containing "foo" and display count of matches in each file | pt -c {{foo}} | [
"pt_6",
"pt_10",
"pt_31",
"pt_59",
"pt_79",
"pt_86",
"pt_93",
"pt_99",
"pt_100",
"pt_107",
"pt_108",
"pt_111",
"pt_132"
] | pt | pt | true | {
"token": [
"-c",
"|main|"
],
"oracle_man": [
[
"pt_10",
"pt_31",
"pt_59",
"pt_79",
"pt_86",
"pt_93",
"pt_99",
"pt_100",
"pt_107",
"pt_108",
"pt_111",
"pt_132"
],
[
"pt_6",
"pt_7",
"pt_8",
"pt_9"
]
]
} |
6190 | find files containing "foo" as a whole word and ignore its case | pt -wi {{foo}} | [
"pt_6",
"pt_50",
"pt_52",
"pt_92"
] | pt | pt | true | {
"token": [
"-wi",
"|main|"
],
"oracle_man": [
[
"pt_50",
"pt_52",
"pt_92"
],
[
"pt_6",
"pt_7",
"pt_8",
"pt_9"
]
]
} |
6191 | find "foo" in files with a given extension using a regular expression | pt -G='{{\.bar$}}' {{foo}} | [
"pt_6"
] | pt | pt | true | {
"token": [
"-G",
"|main|"
],
"oracle_man": [
[],
[
"pt_6",
"pt_7",
"pt_8",
"pt_9"
]
]
} |
6192 | find files whose contents match the regular expression, up to 2 directories deep | pt --depth={{2}} -e '{{^ba[rz]*$}}' | [
"pt_6",
"pt_11"
] | pt | pt | true | {
"token": [
"--depth",
"-e",
"|main|"
],
"oracle_man": [
[],
[
"pt_11"
],
[
"pt_6",
"pt_7",
"pt_8",
"pt_9"
]
]
} |
6207 | view documentation for the original command | tldr objdump | [
"llvm-objdump_3"
] | llvm-objdump | llvm-objdump | true | {
"token": [
"tldr",
"objdump",
"|main|"
],
"oracle_man": [
[],
[],
[
"llvm-objdump_3"
]
]
} |
6220 | show logs for a singlecontainer pod | kubectl logs {{pod_name}} | [
"kubectl-logs_2",
"kubectl-logs_3",
"kubectl-logs_4",
"kubectl-logs_75",
"kubectl-logs_92",
"kubectl-logs_93",
"kubectl-logs_94",
"kubectl-logs_99",
"kubectl-logs_100",
"kubectl-logs_101",
"kubectl-logs_102"
] | kubectl-logs | kubectl-logs | true | {
"token": [
"kubectl",
"logs",
"|main|"
],
"oracle_man": [
[
"kubectl-logs_2",
"kubectl-logs_3"
],
[
"kubectl-logs_2",
"kubectl-logs_3",
"kubectl-logs_4",
"kubectl-logs_75",
"kubectl-logs_92",
"kubectl-logs_93",
"kubectl-logs_94",
"kubectl-logs_99",
"kubectl-logs_100",
"kubectl-logs_101",
"kubectl-logs_102"
],
[
"kubectl-logs_4"
]
]
} |
6221 | show logs for a specified container in a pod | kubectl logs --container {{container_name}} {{pod_name}} | [
"kubectl-logs_2",
"kubectl-logs_3",
"kubectl-logs_4",
"kubectl-logs_6",
"kubectl-logs_34",
"kubectl-logs_35",
"kubectl-logs_36",
"kubectl-logs_75",
"kubectl-logs_92",
"kubectl-logs_93",
"kubectl-logs_94",
"kubectl-logs_99",
"kubectl-logs_100",
"kubectl-logs_101",
"kubectl-logs_102"
] | kubectl-logs | kubectl-logs | true | {
"token": [
"kubectl",
"logs",
"--container",
"|main|"
],
"oracle_man": [
[
"kubectl-logs_2",
"kubectl-logs_3"
],
[
"kubectl-logs_2",
"kubectl-logs_3",
"kubectl-logs_4",
"kubectl-logs_75",
"kubectl-logs_92",
"kubectl-logs_93",
"kubectl-logs_94",
"kubectl-logs_99",
"kubectl-logs_100",
"kubectl-logs_101",
"kubectl-logs_102"
],
[
"kubectl-logs_6",
"kubectl-logs_34",
"kubectl-logs_35",
"kubectl-logs_36"
],
[
"kubectl-logs_4"
]
]
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.