question_id
stringlengths 1
5
| nl
stringlengths 4
218
| cmd
stringlengths 1
231
| oracle_man
list | cmd_name
stringlengths 1
24
| tldr_cmd_name
stringlengths 1
24
| manual_exist
bool 1
class | matching_info
dict |
---|---|---|---|---|---|---|---|
4843
|
initialize a `zig build` application
|
zig init-exe
|
[
"zig_3",
"zig_5"
] |
zig
|
zig
| true |
{
"token": [
"init-exe",
"|main|"
],
"oracle_man": [
[
"zig_5"
],
[
"zig_3",
"zig_4",
"zig_5",
"zig_6",
"zig_7",
"zig_8",
"zig_9",
"zig_10",
"zig_11",
"zig_12",
"zig_13",
"zig_14",
"zig_15",
"zig_16",
"zig_17",
"zig_18",
"zig_19",
"zig_20",
"zig_21",
"zig_22",
"zig_23",
"zig_24",
"zig_25",
"zig_26",
"zig_27",
"zig_28"
]
]
}
|
4844
|
intitialize a `zig build` library
|
zig init-lib
|
[
"zig_3",
"zig_6"
] |
zig
|
zig
| true |
{
"token": [
"init-lib",
"|main|"
],
"oracle_man": [
[
"zig_6"
],
[
"zig_3",
"zig_4",
"zig_5",
"zig_6",
"zig_7",
"zig_8",
"zig_9",
"zig_10",
"zig_11",
"zig_12",
"zig_13",
"zig_14",
"zig_15",
"zig_16",
"zig_17",
"zig_18",
"zig_19",
"zig_20",
"zig_21",
"zig_22",
"zig_23",
"zig_24",
"zig_25",
"zig_26",
"zig_27",
"zig_28"
]
]
}
|
4845
|
create and run a test build
|
zig test {{path/to/file.zig}}
|
[
"zig_3",
"zig_13"
] |
zig
|
zig
| true |
{
"token": [
"test",
"|main|"
],
"oracle_man": [
[
"zig_13"
],
[
"zig_3",
"zig_4",
"zig_5",
"zig_6",
"zig_7",
"zig_8",
"zig_9",
"zig_10",
"zig_11",
"zig_12",
"zig_13",
"zig_14",
"zig_15",
"zig_16",
"zig_17",
"zig_18",
"zig_19",
"zig_20",
"zig_21",
"zig_22",
"zig_23",
"zig_24",
"zig_25",
"zig_26",
"zig_27",
"zig_28"
]
]
}
|
4846
|
reformat zig source into canonical form
|
zig fmt {{path/to/file.zig}}
|
[
"zig_3",
"zig_11"
] |
zig
|
zig
| true |
{
"token": [
"fmt",
"|main|"
],
"oracle_man": [
[
"zig_11"
],
[
"zig_3",
"zig_4",
"zig_5",
"zig_6",
"zig_7",
"zig_8",
"zig_9",
"zig_10",
"zig_11",
"zig_12",
"zig_13",
"zig_14",
"zig_15",
"zig_16",
"zig_17",
"zig_18",
"zig_19",
"zig_20",
"zig_21",
"zig_22",
"zig_23",
"zig_24",
"zig_25",
"zig_26",
"zig_27",
"zig_28"
]
]
}
|
4847
|
use zig as a dropin c compiler
|
zig cc {{path/to/file.c}}
|
[
"zig_3",
"zig_16"
] |
zig
|
zig
| true |
{
"token": [
"cc",
"|main|"
],
"oracle_man": [
[
"zig_16"
],
[
"zig_3",
"zig_4",
"zig_5",
"zig_6",
"zig_7",
"zig_8",
"zig_9",
"zig_10",
"zig_11",
"zig_12",
"zig_13",
"zig_14",
"zig_15",
"zig_16",
"zig_17",
"zig_18",
"zig_19",
"zig_20",
"zig_21",
"zig_22",
"zig_23",
"zig_24",
"zig_25",
"zig_26",
"zig_27",
"zig_28"
]
]
}
|
4848
|
use zig as a dropin c++ compiler
|
zig c++ {{path/to/file.cpp}}
|
[
"zig_3"
] |
zig
|
zig
| true |
{
"token": [
"c++",
"|main|"
],
"oracle_man": [
[],
[
"zig_3",
"zig_4",
"zig_5",
"zig_6",
"zig_7",
"zig_8",
"zig_9",
"zig_10",
"zig_11",
"zig_12",
"zig_13",
"zig_14",
"zig_15",
"zig_16",
"zig_17",
"zig_18",
"zig_19",
"zig_20",
"zig_21",
"zig_22",
"zig_23",
"zig_24",
"zig_25",
"zig_26",
"zig_27",
"zig_28"
]
]
}
|
4853
|
count all objects and display the total disk usage
|
git count-objects
|
[
"git-count-objects_2",
"git-count-objects_3"
] |
git-count-objects
|
git-count-objects
| true |
{
"token": [
"git",
"count-objects",
"|main|"
],
"oracle_man": [
[
"git-count-objects_2"
],
[
"git-count-objects_2"
],
[
"git-count-objects_3"
]
]
}
|
4854
|
display a count of all objects and their total disk usage, displaying sizes in humanreadable units
|
git count-objects --human-readable
|
[
"git-count-objects_2",
"git-count-objects_3",
"git-count-objects_13"
] |
git-count-objects
|
git-count-objects
| true |
{
"token": [
"git",
"count-objects",
"--human-readable",
"|main|"
],
"oracle_man": [
[
"git-count-objects_2"
],
[
"git-count-objects_2"
],
[
"git-count-objects_2",
"git-count-objects_13"
],
[
"git-count-objects_3"
]
]
}
|
4855
|
display more verbose information
|
git count-objects --verbose
|
[
"git-count-objects_2",
"git-count-objects_3",
"git-count-objects_4"
] |
git-count-objects
|
git-count-objects
| true |
{
"token": [
"git",
"count-objects",
"--verbose",
"|main|"
],
"oracle_man": [
[
"git-count-objects_2"
],
[
"git-count-objects_2"
],
[
"git-count-objects_4"
],
[
"git-count-objects_3"
]
]
}
|
4856
|
display more verbose information, displaying sizes in humanreadable units
|
git count-objects --human-readable --verbose
|
[
"git-count-objects_2",
"git-count-objects_3",
"git-count-objects_4",
"git-count-objects_13"
] |
git-count-objects
|
git-count-objects
| true |
{
"token": [
"git",
"count-objects",
"--human-readable",
"--verbose",
"|main|"
],
"oracle_man": [
[
"git-count-objects_2"
],
[
"git-count-objects_2"
],
[
"git-count-objects_2",
"git-count-objects_13"
],
[
"git-count-objects_4"
],
[
"git-count-objects_3"
]
]
}
|
4867
|
create a new bug report file in the current directory
|
git bugreport
|
[
"git-bugreport_2",
"git-bugreport_3",
"git-bugreport_9"
] |
git-bugreport
|
git-bugreport
| true |
{
"token": [
"git",
"bugreport",
"|main|"
],
"oracle_man": [
[
"git-bugreport_2",
"git-bugreport_9"
],
[
"git-bugreport_2"
],
[
"git-bugreport_3",
"git-bugreport_4",
"git-bugreport_5",
"git-bugreport_6",
"git-bugreport_7",
"git-bugreport_8",
"git-bugreport_9",
"git-bugreport_10",
"git-bugreport_11",
"git-bugreport_12",
"git-bugreport_13",
"git-bugreport_14"
]
]
}
|
4868
|
create a new bug report file in the specified directory, creating it if it does not exist
|
git bugreport --output-directory {{path/to/directory}}
|
[
"git-bugreport_2",
"git-bugreport_3",
"git-bugreport_9",
"git-bugreport_15"
] |
git-bugreport
|
git-bugreport
| true |
{
"token": [
"git",
"bugreport",
"--output-directory",
"|main|"
],
"oracle_man": [
[
"git-bugreport_2",
"git-bugreport_9"
],
[
"git-bugreport_2"
],
[
"git-bugreport_2",
"git-bugreport_15"
],
[
"git-bugreport_3",
"git-bugreport_4",
"git-bugreport_5",
"git-bugreport_6",
"git-bugreport_7",
"git-bugreport_8",
"git-bugreport_9",
"git-bugreport_10",
"git-bugreport_11",
"git-bugreport_12",
"git-bugreport_13",
"git-bugreport_14"
]
]
}
|
4869
|
create a new bug report file with the specified filename suffix in `strftime` format
|
git bugreport --suffix {{%m%d%y}}
|
[
"git-bugreport_2",
"git-bugreport_3",
"git-bugreport_9",
"git-bugreport_16"
] |
git-bugreport
|
git-bugreport
| true |
{
"token": [
"git",
"bugreport",
"--suffix",
"|main|"
],
"oracle_man": [
[
"git-bugreport_2",
"git-bugreport_9"
],
[
"git-bugreport_2"
],
[
"git-bugreport_2",
"git-bugreport_16"
],
[
"git-bugreport_3",
"git-bugreport_4",
"git-bugreport_5",
"git-bugreport_6",
"git-bugreport_7",
"git-bugreport_8",
"git-bugreport_9",
"git-bugreport_10",
"git-bugreport_11",
"git-bugreport_12",
"git-bugreport_13",
"git-bugreport_14"
]
]
}
|
4878
|
render diagrams to default format (png)
|
plantuml {{diagram1.puml}} {{diagram2.puml}}
|
[
"plantuml_3"
] |
plantuml
|
plantuml
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"plantuml_3",
"plantuml_4",
"plantuml_5",
"plantuml_6",
"plantuml_7",
"plantuml_8",
"plantuml_9"
]
]
}
|
4879
|
render a diagram in given format (e.g. `png`, `pdf`, `svg`, `txt`)
|
plantuml -t {{format}} {{diagram.puml}}
|
[
"plantuml_3",
"plantuml_10",
"plantuml_20"
] |
plantuml
|
plantuml
| true |
{
"token": [
"-t",
"|main|"
],
"oracle_man": [
[
"plantuml_10",
"plantuml_20"
],
[
"plantuml_3",
"plantuml_4",
"plantuml_5",
"plantuml_6",
"plantuml_7",
"plantuml_8",
"plantuml_9"
]
]
}
|
4880
|
render all diagrams of a directory
|
plantuml {{path/to/diagrams}}
|
[
"plantuml_3"
] |
plantuml
|
plantuml
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"plantuml_3",
"plantuml_4",
"plantuml_5",
"plantuml_6",
"plantuml_7",
"plantuml_8",
"plantuml_9"
]
]
}
|
4881
|
render a diagram to the output directory
|
plantuml -o {{path/to/output}} {{diagram.puml}}
|
[
"plantuml_3",
"plantuml_11"
] |
plantuml
|
plantuml
| true |
{
"token": [
"-o",
"|main|"
],
"oracle_man": [
[
"plantuml_11"
],
[
"plantuml_3",
"plantuml_4",
"plantuml_5",
"plantuml_6",
"plantuml_7",
"plantuml_8",
"plantuml_9"
]
]
}
|
4882
|
render a diagram with the configuration file
|
plantuml -config {{config.cfg}} {{diagram.puml}}
|
[
"plantuml_3",
"plantuml_12"
] |
plantuml
|
plantuml
| true |
{
"token": [
"-config",
"|main|"
],
"oracle_man": [
[
"plantuml_12"
],
[
"plantuml_3",
"plantuml_4",
"plantuml_5",
"plantuml_6",
"plantuml_7",
"plantuml_8",
"plantuml_9"
]
]
}
|
4883
|
display help
|
plantuml -help
|
[
"plantuml_3",
"plantuml_19"
] |
plantuml
|
plantuml
| true |
{
"token": [
"-help",
"|main|"
],
"oracle_man": [
[
"plantuml_19"
],
[
"plantuml_3",
"plantuml_4",
"plantuml_5",
"plantuml_6",
"plantuml_7",
"plantuml_8",
"plantuml_9"
]
]
}
|
4891
|
create a new rails project
|
rails new "{{project_name}}"
|
[
"rails_1"
] |
rails
|
rails
| true |
{
"token": [
"new",
"|main|"
],
"oracle_man": [
[],
[
"rails_1"
]
]
}
|
4892
|
start local server for current project on port 3000
|
rails server
|
[
"rails_1"
] |
rails
|
rails
| true |
{
"token": [
"server",
"|main|"
],
"oracle_man": [
[],
[
"rails_1"
]
]
}
|
4893
|
start local server for current project on a specified port
|
rails server -p "{{port}}"
|
[
"rails_1"
] |
rails
|
rails
| true |
{
"token": [
"server",
"-p",
"|main|"
],
"oracle_man": [
[],
[],
[
"rails_1"
]
]
}
|
4894
|
open console to interact with application from commandline
|
rails console
|
[
"rails_1"
] |
rails
|
rails
| true |
{
"token": [
"console",
"|main|"
],
"oracle_man": [
[],
[
"rails_1"
]
]
}
|
4895
|
check current version of rails
|
rails --version
|
[
"rails_1"
] |
rails
|
rails
| true |
{
"token": [
"--version",
"|main|"
],
"oracle_man": [
[],
[
"rails_1"
]
]
}
|
4896
|
bootstrap a new node
|
knife bootstrap {{fqdn_or_ip}}
|
[
"knife_1",
"knife_12"
] |
knife
|
knife
| true |
{
"token": [
"bootstrap",
"|main|"
],
"oracle_man": [
[
"knife_12"
],
[
"knife_1",
"knife_2",
"knife_3",
"knife_4",
"knife_5",
"knife_6",
"knife_7",
"knife_8",
"knife_9",
"knife_10",
"knife_11",
"knife_12",
"knife_13",
"knife_14",
"knife_15",
"knife_16",
"knife_17",
"knife_18",
"knife_19",
"knife_20",
"knife_21",
"knife_22",
"knife_23",
"knife_24",
"knife_25",
"knife_26",
"knife_27",
"knife_28",
"knife_29",
"knife_30",
"knife_31",
"knife_32",
"knife_33",
"knife_34",
"knife_35",
"knife_36",
"knife_37"
]
]
}
|
4897
|
list all registered nodes
|
knife node list
|
[
"knife_1",
"knife_25",
"knife_26",
"knife_28"
] |
knife
|
knife
| true |
{
"token": [
"node",
"list",
"|main|"
],
"oracle_man": [
[
"knife_26"
],
[
"knife_25",
"knife_28"
],
[
"knife_1",
"knife_2",
"knife_3",
"knife_4",
"knife_5",
"knife_6",
"knife_7",
"knife_8",
"knife_9",
"knife_10",
"knife_11",
"knife_12",
"knife_13",
"knife_14",
"knife_15",
"knife_16",
"knife_17",
"knife_18",
"knife_19",
"knife_20",
"knife_21",
"knife_22",
"knife_23",
"knife_24",
"knife_25",
"knife_26",
"knife_27",
"knife_28",
"knife_29",
"knife_30",
"knife_31",
"knife_32",
"knife_33",
"knife_34",
"knife_35",
"knife_36",
"knife_37"
]
]
}
|
4898
|
show a node
|
knife node show {{node_name}}
|
[
"knife_1",
"knife_26",
"knife_31"
] |
knife
|
knife
| true |
{
"token": [
"node",
"show",
"|main|"
],
"oracle_man": [
[
"knife_26"
],
[
"knife_31"
],
[
"knife_1",
"knife_2",
"knife_3",
"knife_4",
"knife_5",
"knife_6",
"knife_7",
"knife_8",
"knife_9",
"knife_10",
"knife_11",
"knife_12",
"knife_13",
"knife_14",
"knife_15",
"knife_16",
"knife_17",
"knife_18",
"knife_19",
"knife_20",
"knife_21",
"knife_22",
"knife_23",
"knife_24",
"knife_25",
"knife_26",
"knife_27",
"knife_28",
"knife_29",
"knife_30",
"knife_31",
"knife_32",
"knife_33",
"knife_34",
"knife_35",
"knife_36",
"knife_37"
]
]
}
|
4899
|
edit a node
|
knife node edit {{node_name}}
|
[
"knife_1",
"knife_22",
"knife_26"
] |
knife
|
knife
| true |
{
"token": [
"node",
"edit",
"|main|"
],
"oracle_man": [
[
"knife_26"
],
[
"knife_22"
],
[
"knife_1",
"knife_2",
"knife_3",
"knife_4",
"knife_5",
"knife_6",
"knife_7",
"knife_8",
"knife_9",
"knife_10",
"knife_11",
"knife_12",
"knife_13",
"knife_14",
"knife_15",
"knife_16",
"knife_17",
"knife_18",
"knife_19",
"knife_20",
"knife_21",
"knife_22",
"knife_23",
"knife_24",
"knife_25",
"knife_26",
"knife_27",
"knife_28",
"knife_29",
"knife_30",
"knife_31",
"knife_32",
"knife_33",
"knife_34",
"knife_35",
"knife_36",
"knife_37"
]
]
}
|
4900
|
edit a role
|
knife role edit {{role_name}}
|
[
"knife_1",
"knife_22",
"knife_29"
] |
knife
|
knife
| true |
{
"token": [
"role",
"edit",
"|main|"
],
"oracle_man": [
[
"knife_29"
],
[
"knife_22"
],
[
"knife_1",
"knife_2",
"knife_3",
"knife_4",
"knife_5",
"knife_6",
"knife_7",
"knife_8",
"knife_9",
"knife_10",
"knife_11",
"knife_12",
"knife_13",
"knife_14",
"knife_15",
"knife_16",
"knife_17",
"knife_18",
"knife_19",
"knife_20",
"knife_21",
"knife_22",
"knife_23",
"knife_24",
"knife_25",
"knife_26",
"knife_27",
"knife_28",
"knife_29",
"knife_30",
"knife_31",
"knife_32",
"knife_33",
"knife_34",
"knife_35",
"knife_36",
"knife_37"
]
]
}
|
4901
|
view a data bag
|
knife data bag show {{data_bag_name}} {{data_bag_item}}
|
[
"knife_1",
"knife_17",
"knife_31",
"knife_59"
] |
knife
|
knife
| true |
{
"token": [
"data",
"bag",
"show",
"|main|"
],
"oracle_man": [
[
"knife_17",
"knife_59"
],
[
"knife_17",
"knife_59"
],
[
"knife_31"
],
[
"knife_1",
"knife_2",
"knife_3",
"knife_4",
"knife_5",
"knife_6",
"knife_7",
"knife_8",
"knife_9",
"knife_10",
"knife_11",
"knife_12",
"knife_13",
"knife_14",
"knife_15",
"knife_16",
"knife_17",
"knife_18",
"knife_19",
"knife_20",
"knife_21",
"knife_22",
"knife_23",
"knife_24",
"knife_25",
"knife_26",
"knife_27",
"knife_28",
"knife_29",
"knife_30",
"knife_31",
"knife_32",
"knife_33",
"knife_34",
"knife_35",
"knife_36",
"knife_37"
]
]
}
|
4902
|
upload a local cookbook to the chef server
|
knife cookbook upload {{cookbook_name}}
|
[
"knife_1",
"knife_15",
"knife_16",
"knife_35"
] |
knife
|
knife
| true |
{
"token": [
"cookbook",
"upload",
"|main|"
],
"oracle_man": [
[
"knife_15",
"knife_16"
],
[
"knife_35"
],
[
"knife_1",
"knife_2",
"knife_3",
"knife_4",
"knife_5",
"knife_6",
"knife_7",
"knife_8",
"knife_9",
"knife_10",
"knife_11",
"knife_12",
"knife_13",
"knife_14",
"knife_15",
"knife_16",
"knife_17",
"knife_18",
"knife_19",
"knife_20",
"knife_21",
"knife_22",
"knife_23",
"knife_24",
"knife_25",
"knife_26",
"knife_27",
"knife_28",
"knife_29",
"knife_30",
"knife_31",
"knife_32",
"knife_33",
"knife_34",
"knife_35",
"knife_36",
"knife_37"
]
]
}
|
4907
|
sequence from 1 to 10
|
seq 10
|
[
"seq_3"
] |
seq
|
seq
| true |
{
"token": [
"10",
"|main|"
],
"oracle_man": [
[],
[
"seq_3",
"seq_4",
"seq_5",
"seq_6",
"seq_7",
"seq_8"
]
]
}
|
4908
|
every 3rd number from 5 to 20
|
seq 5 3 20
|
[
"seq_3"
] |
seq
|
seq
| true |
{
"token": [
"5",
"3",
"20",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"seq_3",
"seq_4",
"seq_5",
"seq_6",
"seq_7",
"seq_8"
]
]
}
|
4909
|
separate the output with a space instead of a newline
|
seq -s " " 5 3 20
|
[
"seq_3",
"seq_7"
] |
seq
|
seq
| true |
{
"token": [
"-s",
"5",
"3",
"20",
"|main|"
],
"oracle_man": [
[
"seq_7"
],
[],
[],
[],
[
"seq_3",
"seq_4",
"seq_5",
"seq_6",
"seq_7",
"seq_8"
]
]
}
|
4910
|
format output width to a minimum of 4 digits padding with zeros as necessary
|
seq -f "%04g" 5 3 20
|
[
"seq_2",
"seq_3",
"seq_7",
"seq_8"
] |
seq
|
seq
| true |
{
"token": [
"-f",
"%04g",
"5",
"3",
"20",
"|main|"
],
"oracle_man": [
[
"seq_2",
"seq_7",
"seq_8"
],
[],
[],
[],
[],
[
"seq_3",
"seq_4",
"seq_5",
"seq_6",
"seq_7",
"seq_8"
]
]
}
|
4911
|
display the names, values and descriptions of all platformio settings
|
pio settings get
|
[
"pio_1",
"pio_1651",
"pio_1652",
"pio_1653",
"pio_1668",
"pio_1672",
"pio_1676",
"pio_1723",
"pio_1726",
"pio_1727",
"pio_1730",
"pio_1731",
"pio_1732",
"pio_1733",
"pio_2444",
"pio_2445",
"pio_2731",
"pio_3107",
"pio_3319",
"pio_3492",
"pio_3614",
"pio_25982",
"pio_27071",
"pio_27138"
] |
pio
|
pio-settings
| true |
{
"token": [
"settings",
"get",
"|main|"
],
"oracle_man": [
[
"pio_1651",
"pio_1652",
"pio_1653",
"pio_1668",
"pio_1672",
"pio_1676",
"pio_1723",
"pio_1726",
"pio_1727",
"pio_1730",
"pio_1731",
"pio_1732",
"pio_1733",
"pio_2444",
"pio_2445",
"pio_3492",
"pio_3614",
"pio_25982"
],
[
"pio_1653",
"pio_1676",
"pio_1723",
"pio_1726",
"pio_2731",
"pio_3107",
"pio_3319",
"pio_27071",
"pio_27138"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
4912
|
display the name, value and description of a specific platformio setting
|
pio settings get {{setting}}
|
[
"pio_1",
"pio_1651",
"pio_1652",
"pio_1653",
"pio_1668",
"pio_1672",
"pio_1676",
"pio_1723",
"pio_1726",
"pio_1727",
"pio_1730",
"pio_1731",
"pio_1732",
"pio_1733",
"pio_2444",
"pio_2445",
"pio_2731",
"pio_3107",
"pio_3319",
"pio_3492",
"pio_3614",
"pio_25982",
"pio_27071",
"pio_27138"
] |
pio
|
pio-settings
| true |
{
"token": [
"settings",
"get",
"|main|"
],
"oracle_man": [
[
"pio_1651",
"pio_1652",
"pio_1653",
"pio_1668",
"pio_1672",
"pio_1676",
"pio_1723",
"pio_1726",
"pio_1727",
"pio_1730",
"pio_1731",
"pio_1732",
"pio_1733",
"pio_2444",
"pio_2445",
"pio_3492",
"pio_3614",
"pio_25982"
],
[
"pio_1653",
"pio_1676",
"pio_1723",
"pio_1726",
"pio_2731",
"pio_3107",
"pio_3319",
"pio_27071",
"pio_27138"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
4913
|
set a specific setting value
|
pio settings set {{setting}} {{value}}
|
[
"pio_1",
"pio_1590",
"pio_1651",
"pio_1652",
"pio_1653",
"pio_1668",
"pio_1672",
"pio_1676",
"pio_1723",
"pio_1726",
"pio_1727",
"pio_1730",
"pio_1731",
"pio_1732",
"pio_1733",
"pio_2062",
"pio_2444",
"pio_2445",
"pio_3092",
"pio_3093",
"pio_3096",
"pio_3492",
"pio_3614",
"pio_4011",
"pio_4015",
"pio_4237",
"pio_4243",
"pio_5294",
"pio_6268",
"pio_25982",
"pio_26081",
"pio_27092",
"pio_27093",
"pio_27097",
"pio_27098",
"pio_27102",
"pio_27103",
"pio_27128",
"pio_27194",
"pio_27887",
"pio_28596",
"pio_29399"
] |
pio
|
pio-settings
| true |
{
"token": [
"settings",
"set",
"|main|"
],
"oracle_man": [
[
"pio_1651",
"pio_1652",
"pio_1653",
"pio_1668",
"pio_1672",
"pio_1676",
"pio_1723",
"pio_1726",
"pio_1727",
"pio_1730",
"pio_1731",
"pio_1732",
"pio_1733",
"pio_2444",
"pio_2445",
"pio_3492",
"pio_3614",
"pio_25982"
],
[
"pio_1590",
"pio_1668",
"pio_1727",
"pio_1730",
"pio_2062",
"pio_3092",
"pio_3093",
"pio_3096",
"pio_4011",
"pio_4015",
"pio_4237",
"pio_4243",
"pio_5294",
"pio_6268",
"pio_26081",
"pio_27092",
"pio_27093",
"pio_27097",
"pio_27098",
"pio_27102",
"pio_27103",
"pio_27128",
"pio_27194",
"pio_27887",
"pio_28596",
"pio_29399"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
4914
|
reset the values of all modified settings to their factory defaults
|
pio settings reset
|
[
"pio_1",
"pio_1651",
"pio_1652",
"pio_1653",
"pio_1668",
"pio_1672",
"pio_1676",
"pio_1723",
"pio_1726",
"pio_1727",
"pio_1730",
"pio_1731",
"pio_1732",
"pio_1733",
"pio_1816",
"pio_2444",
"pio_2445",
"pio_2533",
"pio_2846",
"pio_3492",
"pio_3614",
"pio_4256",
"pio_25982",
"pio_29073"
] |
pio
|
pio-settings
| true |
{
"token": [
"settings",
"reset",
"|main|"
],
"oracle_man": [
[
"pio_1651",
"pio_1652",
"pio_1653",
"pio_1668",
"pio_1672",
"pio_1676",
"pio_1723",
"pio_1726",
"pio_1727",
"pio_1730",
"pio_1731",
"pio_1732",
"pio_1733",
"pio_2444",
"pio_2445",
"pio_3492",
"pio_3614",
"pio_25982"
],
[
"pio_1672",
"pio_1731",
"pio_1816",
"pio_2533",
"pio_2846",
"pio_4256",
"pio_29073"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
4915
|
prettyprint one or more graphs in canonical format
|
nop {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}}
|
[
"nop_3"
] |
nop
|
nop
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"nop_3"
]
]
}
|
4916
|
check one or more graphs for validity, producing no output graph
|
nop -p {{path/to/input1.gv}} {{path/to/input2.gv ...}}
|
[
"nop_1",
"nop_2",
"nop_3",
"nop_5"
] |
nop
|
nop
| true |
{
"token": [
"-p",
"|main|"
],
"oracle_man": [
[
"nop_1",
"nop_2",
"nop_3",
"nop_5"
],
[
"nop_3"
]
]
}
|
4917
|
display help for `nop`
|
nop -?
|
[
"nop_3",
"nop_6"
] |
nop
|
nop
| true |
{
"token": [
"-?",
"|main|"
],
"oracle_man": [
[
"nop_6"
],
[
"nop_3"
]
]
}
|
4922
|
install or update an application anonymously
|
steamcmd +login {{anonymous}} +app_update {{appid}} +quit
|
[
"steamcmd_8"
] |
steamcmd
|
steamcmd
| true |
{
"token": [
"+login",
"+app_update",
"+quit",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"steamcmd_8",
"steamcmd_9"
]
]
}
|
4923
|
install or update an application using the specified credentials
|
steamcmd +login {{username}} +app_update {{appid}} +quit
|
[
"steamcmd_8"
] |
steamcmd
|
steamcmd
| true |
{
"token": [
"+login",
"+app_update",
"+quit",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"steamcmd_8",
"steamcmd_9"
]
]
}
|
4924
|
install an application for a specific platform
|
steamcmd +@sSteamCmdForcePlatformType {{windows}} +login {{anonymous}} +app_update {{appid}} validate +quit
|
[
"steamcmd_8"
] |
steamcmd
|
steamcmd
| true |
{
"token": [
"+@sSteamCmdForcePlatformType",
"+login",
"+app_update",
"validate",
"+quit",
"|main|"
],
"oracle_man": [
[],
[],
[],
[],
[],
[
"steamcmd_8",
"steamcmd_9"
]
]
}
|
4937
|
encrypt a directory into `archive.gpg` using a passphrase
|
gpg-zip --symmetric --output {{archive.gpg}} {{path/to/directory}}
|
[
"gpg-zip_3",
"gpg-zip_6",
"gpg-zip_9",
"gpg-zip_18",
"gpg-zip_27"
] |
gpg-zip
|
gpg-zip
| true |
{
"token": [
"--symmetric",
"--output",
"|main|"
],
"oracle_man": [
[
"gpg-zip_6",
"gpg-zip_9"
],
[
"gpg-zip_18",
"gpg-zip_27"
],
[
"gpg-zip_3"
]
]
}
|
4938
|
decrypt `archive.gpg` into a directory of the same name
|
gpg-zip --decrypt {{path/to/archive.gpg}}
|
[
"gpg-zip_3",
"gpg-zip_7"
] |
gpg-zip
|
gpg-zip
| true |
{
"token": [
"--decrypt",
"|main|"
],
"oracle_man": [
[
"gpg-zip_7"
],
[
"gpg-zip_3"
]
]
}
|
4939
|
list the contents of the encrypted `archive.gpg`
|
gpg-zip --list-archive {{path/to/archive.gpg}}
|
[
"gpg-zip_3",
"gpg-zip_17",
"gpg-zip_29"
] |
gpg-zip
|
gpg-zip
| true |
{
"token": [
"--list-archive",
"|main|"
],
"oracle_man": [
[
"gpg-zip_17",
"gpg-zip_29"
],
[
"gpg-zip_3"
]
]
}
|
4940
|
[a]rchive a file or directory
|
7za a {{path/to/archive.7z}} {{path/to/file_or_directory}}
|
[
"7za_3",
"7za_4",
"7za_5"
] |
7za
|
7za
| true |
{
"token": [
"a",
"|main|"
],
"oracle_man": [
[
"7za_3",
"7za_4",
"7za_5"
],
[
"7za_3",
"7za_4"
]
]
}
|
4941
|
encrypt an existing archive (including file names)
|
7za a {{path/to/encrypted.7z}} -p{{password}} -mhe=on {{path/to/archive.7z}}
|
[
"7za_3",
"7za_4",
"7za_5",
"7za_18"
] |
7za
|
7za
| true |
{
"token": [
"a",
"-mhe=on",
"|main|"
],
"oracle_man": [
[
"7za_3",
"7za_4",
"7za_5"
],
[
"7za_18"
],
[
"7za_3",
"7za_4"
]
]
}
|
4942
|
e[x]tract an archive preserving the original directory structure
|
7za x {{path/to/archive.7z}}
|
[
"7za_3",
"7za_11"
] |
7za
|
7za
| true |
{
"token": [
"x",
"|main|"
],
"oracle_man": [
[
"7za_11"
],
[
"7za_3",
"7za_4"
]
]
}
|
4943
|
e[x]tract an archive to a specific directory
|
7za x {{path/to/archive.7z}} -o{{path/to/output}}
|
[
"7za_3",
"7za_11"
] |
7za
|
7za
| true |
{
"token": [
"x",
"|main|"
],
"oracle_man": [
[
"7za_11"
],
[
"7za_3",
"7za_4"
]
]
}
|
4944
|
e[x]tract an archive to stdout
|
7za x {{path/to/archive.7z}} -so
|
[
"7za_3",
"7za_11",
"7za_24"
] |
7za
|
7za
| true |
{
"token": [
"x",
"-so",
"|main|"
],
"oracle_man": [
[
"7za_11"
],
[
"7za_24"
],
[
"7za_3",
"7za_4"
]
]
}
|
4945
|
[a]rchive using a specific archive type
|
7za a -t{{7z|zip|gzip|bzip2|lzip}} {{path/to/archive.7z}} {{path/to/file_or_directory}}
|
[
"7za_3",
"7za_4",
"7za_5"
] |
7za
|
7za
| true |
{
"token": [
"a",
"|main|"
],
"oracle_man": [
[
"7za_3",
"7za_4",
"7za_5"
],
[
"7za_3",
"7za_4"
]
]
}
|
4946
|
[l]ist the contents of an archive
|
7za l {{path/to/archive.7z}}
|
[
"7za_3",
"7za_8"
] |
7za
|
7za
| true |
{
"token": [
"l",
"|main|"
],
"oracle_man": [
[
"7za_8"
],
[
"7za_3",
"7za_4"
]
]
}
|
4947
|
list available archive types
|
7za i
|
[
"7za_3"
] |
7za
|
7za
| true |
{
"token": [
"i",
"|main|"
],
"oracle_man": [
[],
[
"7za_3",
"7za_4"
]
]
}
|
4953
|
debug an executable
|
gdb {{executable}}
|
[
"gdb_3"
] |
gdb
|
gdb
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"gdb_3",
"gdb_4",
"gdb_5",
"gdb_6",
"gdb_7",
"gdb_8",
"gdb_9",
"gdb_10",
"gdb_11",
"gdb_12",
"gdb_13",
"gdb_14",
"gdb_15",
"gdb_16",
"gdb_17",
"gdb_18",
"gdb_19",
"gdb_20",
"gdb_21",
"gdb_22",
"gdb_23",
"gdb_24",
"gdb_25",
"gdb_26",
"gdb_27",
"gdb_28",
"gdb_29",
"gdb_30"
]
]
}
|
4954
|
attach a process to gdb
|
gdb -p {{procID}}
|
[
"gdb_2",
"gdb_3",
"gdb_15",
"gdb_16",
"gdb_17"
] |
gdb
|
gdb
| true |
{
"token": [
"-p",
"|main|"
],
"oracle_man": [
[
"gdb_2",
"gdb_15",
"gdb_16",
"gdb_17"
],
[
"gdb_3",
"gdb_4",
"gdb_5",
"gdb_6",
"gdb_7",
"gdb_8",
"gdb_9",
"gdb_10",
"gdb_11",
"gdb_12",
"gdb_13",
"gdb_14",
"gdb_15",
"gdb_16",
"gdb_17",
"gdb_18",
"gdb_19",
"gdb_20",
"gdb_21",
"gdb_22",
"gdb_23",
"gdb_24",
"gdb_25",
"gdb_26",
"gdb_27",
"gdb_28",
"gdb_29",
"gdb_30"
]
]
}
|
4955
|
debug with a core file
|
gdb -c {{core}} {{executable}}
|
[
"gdb_2",
"gdb_3",
"gdb_31",
"gdb_38",
"gdb_39",
"gdb_49"
] |
gdb
|
gdb
| true |
{
"token": [
"-c",
"|main|"
],
"oracle_man": [
[
"gdb_2",
"gdb_31",
"gdb_38",
"gdb_39",
"gdb_49"
],
[
"gdb_3",
"gdb_4",
"gdb_5",
"gdb_6",
"gdb_7",
"gdb_8",
"gdb_9",
"gdb_10",
"gdb_11",
"gdb_12",
"gdb_13",
"gdb_14",
"gdb_15",
"gdb_16",
"gdb_17",
"gdb_18",
"gdb_19",
"gdb_20",
"gdb_21",
"gdb_22",
"gdb_23",
"gdb_24",
"gdb_25",
"gdb_26",
"gdb_27",
"gdb_28",
"gdb_29",
"gdb_30"
]
]
}
|
4956
|
execute given gdb commands upon start
|
gdb -ex "{{commands}}" {{executable}}
|
[
"gdb_3",
"gdb_36",
"gdb_40"
] |
gdb
|
gdb
| true |
{
"token": [
"-ex",
"|main|"
],
"oracle_man": [
[
"gdb_36",
"gdb_40"
],
[
"gdb_3",
"gdb_4",
"gdb_5",
"gdb_6",
"gdb_7",
"gdb_8",
"gdb_9",
"gdb_10",
"gdb_11",
"gdb_12",
"gdb_13",
"gdb_14",
"gdb_15",
"gdb_16",
"gdb_17",
"gdb_18",
"gdb_19",
"gdb_20",
"gdb_21",
"gdb_22",
"gdb_23",
"gdb_24",
"gdb_25",
"gdb_26",
"gdb_27",
"gdb_28",
"gdb_29",
"gdb_30"
]
]
}
|
4957
|
start gdb and pass arguments to the executable
|
gdb --args {{executable}} {{argument1}} {{argument2}}
|
[
"gdb_3"
] |
gdb
|
gdb
| true |
{
"token": [
"--args",
"|main|"
],
"oracle_man": [
[],
[
"gdb_3",
"gdb_4",
"gdb_5",
"gdb_6",
"gdb_7",
"gdb_8",
"gdb_9",
"gdb_10",
"gdb_11",
"gdb_12",
"gdb_13",
"gdb_14",
"gdb_15",
"gdb_16",
"gdb_17",
"gdb_18",
"gdb_19",
"gdb_20",
"gdb_21",
"gdb_22",
"gdb_23",
"gdb_24",
"gdb_25",
"gdb_26",
"gdb_27",
"gdb_28",
"gdb_29",
"gdb_30"
]
]
}
|
4958
|
start a jupyter notebook server in the current directory
|
jupyter notebook
|
[
"jupyter_1"
] |
jupyter
|
jupyter
| true |
{
"token": [
"notebook",
"|main|"
],
"oracle_man": [
[],
[
"jupyter_1"
]
]
}
|
4959
|
open a specific jupyter notebook
|
jupyter notebook {{example.ipynb}}
|
[
"jupyter_1"
] |
jupyter
|
jupyter
| true |
{
"token": [
"notebook",
"|main|"
],
"oracle_man": [
[],
[
"jupyter_1"
]
]
}
|
4960
|
export a specific jupyter notebook into another format
|
jupyter nbconvert --to {{html|markdown|pdf|script}} {{example.ipynb}}
|
[
"jupyter_1"
] |
jupyter
|
jupyter
| true |
{
"token": [
"nbconvert",
"--to",
"|main|"
],
"oracle_man": [
[],
[],
[
"jupyter_1"
]
]
}
|
4961
|
start a server on a specific port
|
jupyter notebook --port={{port}}
|
[
"jupyter_1"
] |
jupyter
|
jupyter
| true |
{
"token": [
"notebook",
"--port",
"|main|"
],
"oracle_man": [
[],
[],
[
"jupyter_1"
]
]
}
|
4962
|
list currently running notebook servers
|
jupyter notebook list
|
[
"jupyter_1"
] |
jupyter
|
jupyter
| true |
{
"token": [
"notebook",
"list",
"|main|"
],
"oracle_man": [
[],
[],
[
"jupyter_1"
]
]
}
|
4963
|
stop the currently running server
|
jupyter notebook stop
|
[
"jupyter_1"
] |
jupyter
|
jupyter
| true |
{
"token": [
"notebook",
"stop",
"|main|"
],
"oracle_man": [
[],
[],
[
"jupyter_1"
]
]
}
|
4964
|
start jupyterlab, if installed, in the current directory
|
jupyter lab
|
[
"jupyter_1"
] |
jupyter
|
jupyter
| true |
{
"token": [
"lab",
"|main|"
],
"oracle_man": [
[],
[
"jupyter_1"
]
]
}
|
4966
|
start monodevelop
|
monodevelop
|
[
"monodevelop_3"
] |
monodevelop
|
monodevelop
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"monodevelop_3",
"monodevelop_4",
"monodevelop_5",
"monodevelop_6",
"monodevelop_7"
]
]
}
|
4967
|
open a specific file
|
monodevelop {{path/to/file}}
|
[
"monodevelop_3"
] |
monodevelop
|
monodevelop
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"monodevelop_3",
"monodevelop_4",
"monodevelop_5",
"monodevelop_6",
"monodevelop_7"
]
]
}
|
4968
|
open a specific file with the caret at a specific position
|
monodevelop {{path/to/file}};{{line_number}};{{column_number}}
|
[
"monodevelop_3"
] |
monodevelop
|
monodevelop
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"monodevelop_3",
"monodevelop_4",
"monodevelop_5",
"monodevelop_6",
"monodevelop_7"
]
]
}
|
4969
|
force opening a new window instead of switching to an existing one
|
monodevelop --new-window
|
[
"monodevelop_3",
"monodevelop_7"
] |
monodevelop
|
monodevelop
| true |
{
"token": [
"--new-window",
"|main|"
],
"oracle_man": [
[
"monodevelop_7"
],
[
"monodevelop_3",
"monodevelop_4",
"monodevelop_5",
"monodevelop_6",
"monodevelop_7"
]
]
}
|
4970
|
disable redirection of stdout and stderr to a log file
|
monodevelop --no-redirect
|
[
"monodevelop_3"
] |
monodevelop
|
monodevelop
| true |
{
"token": [
"--no-redirect",
"|main|"
],
"oracle_man": [
[],
[
"monodevelop_3",
"monodevelop_4",
"monodevelop_5",
"monodevelop_6",
"monodevelop_7"
]
]
}
|
4971
|
enable performance monitoring
|
monodevelop --perf-log
|
[
"monodevelop_3"
] |
monodevelop
|
monodevelop
| true |
{
"token": [
"--perf-log",
"|main|"
],
"oracle_man": [
[],
[
"monodevelop_3",
"monodevelop_4",
"monodevelop_5",
"monodevelop_6",
"monodevelop_7"
]
]
}
|
4980
|
start a runit service as the current user
|
runsv {{path/to/service}}
|
[
"runsv_3"
] |
runsv
|
runsv
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"runsv_3",
"runsv_4",
"runsv_5",
"runsv_6",
"runsv_7",
"runsv_8",
"runsv_9"
]
]
}
|
4981
|
start a runit service as root
|
sudo runsv {{path/to/service}}
|
[
"runsv_3"
] |
runsv
|
runsv
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"runsv_3",
"runsv_4",
"runsv_5",
"runsv_6",
"runsv_7",
"runsv_8",
"runsv_9"
]
]
}
|
4982
|
run a command on two hosts, and print its output on each server inline
|
pssh -i -H "{{host1}} {{host2}}" {{hostname -i}}
|
[
"pssh_2",
"pssh_3",
"pssh_4",
"pssh_7",
"pssh_17",
"pssh_18",
"pssh_19",
"pssh_20",
"pssh_22",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_27",
"pssh_28"
] |
pssh
|
pssh
| true |
{
"token": [
"-i",
"-H",
"|main|"
],
"oracle_man": [
[
"pssh_17",
"pssh_18",
"pssh_19",
"pssh_20",
"pssh_22",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_27",
"pssh_28"
],
[
"pssh_2",
"pssh_3",
"pssh_7",
"pssh_22",
"pssh_27",
"pssh_28"
],
[
"pssh_4",
"pssh_5"
]
]
}
|
4983
|
run a command and save the output to separate files
|
pssh -H {{host1}} -H {{host2}} -o {{path/to/output_dir}} {{hostname -i}}
|
[
"pssh_2",
"pssh_3",
"pssh_4",
"pssh_7",
"pssh_11",
"pssh_12",
"pssh_15",
"pssh_22",
"pssh_27",
"pssh_28"
] |
pssh
|
pssh
| true |
{
"token": [
"-H",
"-o",
"|main|"
],
"oracle_man": [
[
"pssh_2",
"pssh_3",
"pssh_7",
"pssh_22",
"pssh_27",
"pssh_28"
],
[
"pssh_2",
"pssh_3",
"pssh_11",
"pssh_12",
"pssh_15"
],
[
"pssh_4",
"pssh_5"
]
]
}
|
4984
|
run a command on multiple hosts, specified in a newline separated file
|
pssh -i -h {{path/to/hosts_file}} {{hostname -i}}
|
[
"pssh_2",
"pssh_3",
"pssh_4",
"pssh_6",
"pssh_7",
"pssh_17",
"pssh_18",
"pssh_19",
"pssh_20",
"pssh_22",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_27",
"pssh_28",
"pssh_29"
] |
pssh
|
pssh
| true |
{
"token": [
"-i",
"-h",
"|main|"
],
"oracle_man": [
[
"pssh_17",
"pssh_18",
"pssh_19",
"pssh_20",
"pssh_22",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_27",
"pssh_28"
],
[
"pssh_2",
"pssh_3",
"pssh_6",
"pssh_7",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_29"
],
[
"pssh_4",
"pssh_5"
]
]
}
|
4985
|
run a command as root (this asks for the root password)
|
pssh -i -h {{path/to/hosts_file}} -A -l {{root_username}} {{hostname -i}}
|
[
"pssh_2",
"pssh_3",
"pssh_4",
"pssh_6",
"pssh_7",
"pssh_8",
"pssh_13",
"pssh_14",
"pssh_16",
"pssh_17",
"pssh_18",
"pssh_19",
"pssh_20",
"pssh_22",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_27",
"pssh_28",
"pssh_29"
] |
pssh
|
pssh
| true |
{
"token": [
"-i",
"-h",
"-A",
"-l",
"|main|"
],
"oracle_man": [
[
"pssh_17",
"pssh_18",
"pssh_19",
"pssh_20",
"pssh_22",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_27",
"pssh_28"
],
[
"pssh_2",
"pssh_3",
"pssh_6",
"pssh_7",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_29"
],
[
"pssh_16",
"pssh_24",
"pssh_29"
],
[
"pssh_2",
"pssh_3",
"pssh_8",
"pssh_13",
"pssh_14",
"pssh_24",
"pssh_29"
],
[
"pssh_4",
"pssh_5"
]
]
}
|
4986
|
run a command with extra ssh arguments
|
pssh -i -h {{path/to/hosts_file}} -x "{{-O VisualHostKey=yes}}" {{hostname -i}}
|
[
"pssh_2",
"pssh_3",
"pssh_4",
"pssh_6",
"pssh_7",
"pssh_13",
"pssh_14",
"pssh_17",
"pssh_18",
"pssh_19",
"pssh_20",
"pssh_22",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_27",
"pssh_28",
"pssh_29"
] |
pssh
|
pssh
| true |
{
"token": [
"-i",
"-h",
"-x",
"|main|"
],
"oracle_man": [
[
"pssh_17",
"pssh_18",
"pssh_19",
"pssh_20",
"pssh_22",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_27",
"pssh_28"
],
[
"pssh_2",
"pssh_3",
"pssh_6",
"pssh_7",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_29"
],
[
"pssh_2",
"pssh_3",
"pssh_13",
"pssh_14",
"pssh_27"
],
[
"pssh_4",
"pssh_5"
]
]
}
|
4987
|
run a command limiting the number of parallel connections to 10
|
pssh -i -h {{path/to/hosts_file}} -p {{10}} '{{cd dir; ./script.sh; exit}}'
|
[
"pssh_2",
"pssh_3",
"pssh_4",
"pssh_6",
"pssh_7",
"pssh_9",
"pssh_17",
"pssh_18",
"pssh_19",
"pssh_20",
"pssh_21",
"pssh_22",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_27",
"pssh_28",
"pssh_29"
] |
pssh
|
pssh
| true |
{
"token": [
"-i",
"-h",
"-p",
"|main|"
],
"oracle_man": [
[
"pssh_17",
"pssh_18",
"pssh_19",
"pssh_20",
"pssh_22",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_27",
"pssh_28"
],
[
"pssh_2",
"pssh_3",
"pssh_6",
"pssh_7",
"pssh_23",
"pssh_24",
"pssh_25",
"pssh_26",
"pssh_29"
],
[
"pssh_2",
"pssh_3",
"pssh_9",
"pssh_21",
"pssh_26"
],
[
"pssh_4",
"pssh_5"
]
]
}
|
4988
|
open the homepage of the current repository in the default web browser
|
gh browse
|
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_3",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
] |
gh-browse
|
gh-browse
| true |
{
"token": [
"gh",
"browse",
"|main|"
],
"oracle_man": [
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_3"
]
]
}
|
4989
|
open the homepage of a specific repository in the default web browser
|
gh browse {{owner}}/{{repository}}
|
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_3",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
] |
gh-browse
|
gh-browse
| true |
{
"token": [
"gh",
"browse",
"|main|"
],
"oracle_man": [
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_3"
]
]
}
|
4990
|
open the settings page of the current repository in the default web browser
|
gh browse --settings
|
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_3",
"gh-browse_9",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
] |
gh-browse
|
gh-browse
| true |
{
"token": [
"gh",
"browse",
"--settings",
"|main|"
],
"oracle_man": [
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_9",
"gh-browse_14"
],
[
"gh-browse_3"
]
]
}
|
4991
|
open the wiki of the current repository in the default web browser
|
gh browse --wiki
|
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_3",
"gh-browse_10",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
] |
gh-browse
|
gh-browse
| true |
{
"token": [
"gh",
"browse",
"--wiki",
"|main|"
],
"oracle_man": [
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_10"
],
[
"gh-browse_3"
]
]
}
|
4992
|
open a specific issue or pull request in the web browser
|
gh browse {{issue_or_pull_request_number}}
|
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_3",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
] |
gh-browse
|
gh-browse
| true |
{
"token": [
"gh",
"browse",
"|main|"
],
"oracle_man": [
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_3"
]
]
}
|
4993
|
open a specific branch in the web browser
|
gh browse --branch {{branch_name}}
|
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_3",
"gh-browse_4",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
] |
gh-browse
|
gh-browse
| true |
{
"token": [
"gh",
"browse",
"--branch",
"|main|"
],
"oracle_man": [
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_4",
"gh-browse_16"
],
[
"gh-browse_3"
]
]
}
|
4994
|
open a specific file or directory of the current repository in the web browser
|
gh browse {{path_from_root_of_repository}}
|
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_3",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
] |
gh-browse
|
gh-browse
| true |
{
"token": [
"gh",
"browse",
"|main|"
],
"oracle_man": [
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_3"
]
]
}
|
4995
|
print the destination url without open the web browser
|
gh browse --no-browser
|
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_3",
"gh-browse_6",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
] |
gh-browse
|
gh-browse
| true |
{
"token": [
"gh",
"browse",
"--no-browser",
"|main|"
],
"oracle_man": [
[
"gh-browse_0",
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_2",
"gh-browse_12",
"gh-browse_13",
"gh-browse_14",
"gh-browse_15",
"gh-browse_16"
],
[
"gh-browse_6"
],
[
"gh-browse_3"
]
]
}
|
5002
|
add files or directories to the staging area
|
hg add {{path/to/file}}
|
[
"hg_3",
"hg_490",
"hg_862",
"hg_878",
"hg_2187",
"hg_2359",
"hg_2719",
"hg_2727",
"hg_3151",
"hg_3152",
"hg_3153",
"hg_3309",
"hg_3568",
"hg_3627",
"hg_3689",
"hg_3691",
"hg_3703",
"hg_3709",
"hg_3711",
"hg_4051"
] |
hg
|
hg-add
| true |
{
"token": [
"add",
"|main|"
],
"oracle_man": [
[
"hg_490",
"hg_862",
"hg_878",
"hg_2187",
"hg_2359",
"hg_2719",
"hg_2727",
"hg_3151",
"hg_3152",
"hg_3153",
"hg_3309",
"hg_3568",
"hg_3627",
"hg_3689",
"hg_3691",
"hg_3703",
"hg_3709",
"hg_3711",
"hg_4051"
],
[
"hg_3"
]
]
}
|
5003
|
add all unstaged files matching a specified pattern
|
hg add --include {{pattern}}
|
[
"hg_3",
"hg_280",
"hg_293",
"hg_333",
"hg_490",
"hg_550",
"hg_588",
"hg_604",
"hg_649",
"hg_685",
"hg_835",
"hg_862",
"hg_873",
"hg_878",
"hg_892",
"hg_923",
"hg_942",
"hg_949",
"hg_958",
"hg_983",
"hg_1001",
"hg_1018",
"hg_1045",
"hg_1064",
"hg_1101",
"hg_1148",
"hg_1236",
"hg_1773",
"hg_2187",
"hg_2359",
"hg_2700",
"hg_2719",
"hg_2727",
"hg_2776",
"hg_2944",
"hg_3151",
"hg_3152",
"hg_3153",
"hg_3180",
"hg_3309",
"hg_3355",
"hg_3528",
"hg_3542",
"hg_3550",
"hg_3568",
"hg_3627",
"hg_3669",
"hg_3680",
"hg_3689",
"hg_3691",
"hg_3693",
"hg_3703",
"hg_3709",
"hg_3711",
"hg_3713",
"hg_3894",
"hg_4051",
"hg_4219",
"hg_4349",
"hg_4509"
] |
hg
|
hg-add
| true |
{
"token": [
"add",
"--include",
"|main|"
],
"oracle_man": [
[
"hg_490",
"hg_862",
"hg_878",
"hg_2187",
"hg_2359",
"hg_2719",
"hg_2727",
"hg_3151",
"hg_3152",
"hg_3153",
"hg_3309",
"hg_3568",
"hg_3627",
"hg_3689",
"hg_3691",
"hg_3703",
"hg_3709",
"hg_3711",
"hg_4051"
],
[
"hg_280",
"hg_293",
"hg_333",
"hg_550",
"hg_588",
"hg_604",
"hg_649",
"hg_685",
"hg_835",
"hg_873",
"hg_892",
"hg_923",
"hg_942",
"hg_949",
"hg_958",
"hg_983",
"hg_1001",
"hg_1018",
"hg_1045",
"hg_1064",
"hg_1101",
"hg_1148",
"hg_1236",
"hg_1773",
"hg_2700",
"hg_2776",
"hg_2944",
"hg_3180",
"hg_3355",
"hg_3528",
"hg_3542",
"hg_3550",
"hg_3669",
"hg_3680",
"hg_3693",
"hg_3713",
"hg_3894",
"hg_4219",
"hg_4349",
"hg_4509"
],
[
"hg_3"
]
]
}
|
5004
|
add all unstaged files, excluding those that match a specified pattern
|
hg add --exclude {{pattern}}
|
[
"hg_3",
"hg_282",
"hg_294",
"hg_334",
"hg_490",
"hg_551",
"hg_589",
"hg_605",
"hg_650",
"hg_686",
"hg_836",
"hg_862",
"hg_874",
"hg_878",
"hg_893",
"hg_924",
"hg_943",
"hg_959",
"hg_984",
"hg_1002",
"hg_1019",
"hg_1046",
"hg_1065",
"hg_1102",
"hg_1149",
"hg_1237",
"hg_2187",
"hg_2359",
"hg_2701",
"hg_2719",
"hg_2727",
"hg_2777",
"hg_2945",
"hg_3151",
"hg_3152",
"hg_3153",
"hg_3181",
"hg_3309",
"hg_3356",
"hg_3529",
"hg_3543",
"hg_3551",
"hg_3568",
"hg_3627",
"hg_3670",
"hg_3680",
"hg_3689",
"hg_3691",
"hg_3694",
"hg_3703",
"hg_3709",
"hg_3711",
"hg_3714",
"hg_3895",
"hg_4051",
"hg_4220",
"hg_4350",
"hg_4510"
] |
hg
|
hg-add
| true |
{
"token": [
"add",
"--exclude",
"|main|"
],
"oracle_man": [
[
"hg_490",
"hg_862",
"hg_878",
"hg_2187",
"hg_2359",
"hg_2719",
"hg_2727",
"hg_3151",
"hg_3152",
"hg_3153",
"hg_3309",
"hg_3568",
"hg_3627",
"hg_3689",
"hg_3691",
"hg_3703",
"hg_3709",
"hg_3711",
"hg_4051"
],
[
"hg_282",
"hg_294",
"hg_334",
"hg_551",
"hg_589",
"hg_605",
"hg_650",
"hg_686",
"hg_836",
"hg_874",
"hg_893",
"hg_924",
"hg_943",
"hg_959",
"hg_984",
"hg_1002",
"hg_1019",
"hg_1046",
"hg_1065",
"hg_1102",
"hg_1149",
"hg_1237",
"hg_2701",
"hg_2777",
"hg_2945",
"hg_3181",
"hg_3356",
"hg_3529",
"hg_3543",
"hg_3551",
"hg_3670",
"hg_3680",
"hg_3694",
"hg_3714",
"hg_3895",
"hg_4220",
"hg_4350",
"hg_4510"
],
[
"hg_3"
]
]
}
|
5005
|
recursively add subrepositories
|
hg add --subrepos
|
[
"hg_3",
"hg_130",
"hg_169",
"hg_264",
"hg_299",
"hg_490",
"hg_651",
"hg_862",
"hg_875",
"hg_878",
"hg_891",
"hg_926",
"hg_1000",
"hg_1150",
"hg_1235",
"hg_2187",
"hg_2359",
"hg_2452",
"hg_2453",
"hg_2454",
"hg_2456",
"hg_2457",
"hg_2458",
"hg_2460",
"hg_2461",
"hg_2464",
"hg_2465",
"hg_2466",
"hg_2719",
"hg_2727",
"hg_3151",
"hg_3152",
"hg_3153",
"hg_3182",
"hg_3309",
"hg_3568",
"hg_3627",
"hg_3675",
"hg_3689",
"hg_3691",
"hg_3703",
"hg_3709",
"hg_3711",
"hg_4051",
"hg_4225"
] |
hg
|
hg-add
| true |
{
"token": [
"add",
"--subrepos",
"|main|"
],
"oracle_man": [
[
"hg_490",
"hg_862",
"hg_878",
"hg_2187",
"hg_2359",
"hg_2719",
"hg_2727",
"hg_3151",
"hg_3152",
"hg_3153",
"hg_3309",
"hg_3568",
"hg_3627",
"hg_3689",
"hg_3691",
"hg_3703",
"hg_3709",
"hg_3711",
"hg_4051"
],
[
"hg_130",
"hg_169",
"hg_264",
"hg_299",
"hg_651",
"hg_875",
"hg_891",
"hg_926",
"hg_1000",
"hg_1150",
"hg_1235",
"hg_2452",
"hg_2453",
"hg_2454",
"hg_2456",
"hg_2457",
"hg_2458",
"hg_2460",
"hg_2461",
"hg_2464",
"hg_2465",
"hg_2466",
"hg_3182",
"hg_3675",
"hg_4225"
],
[
"hg_3"
]
]
}
|
5006
|
perform a testrun without performing any actions
|
hg add --dry-run
|
[
"hg_3",
"hg_305",
"hg_307",
"hg_343",
"hg_345",
"hg_397",
"hg_490",
"hg_606",
"hg_862",
"hg_876",
"hg_878",
"hg_894",
"hg_944",
"hg_1003",
"hg_1020",
"hg_1066",
"hg_1398",
"hg_2187",
"hg_2359",
"hg_2697",
"hg_2719",
"hg_2727",
"hg_3151",
"hg_3152",
"hg_3153",
"hg_3309",
"hg_3568",
"hg_3627",
"hg_3689",
"hg_3691",
"hg_3703",
"hg_3709",
"hg_3711",
"hg_4051",
"hg_4193"
] |
hg
|
hg-add
| true |
{
"token": [
"add",
"--dry-run",
"|main|"
],
"oracle_man": [
[
"hg_490",
"hg_862",
"hg_878",
"hg_2187",
"hg_2359",
"hg_2719",
"hg_2727",
"hg_3151",
"hg_3152",
"hg_3153",
"hg_3309",
"hg_3568",
"hg_3627",
"hg_3689",
"hg_3691",
"hg_3703",
"hg_3709",
"hg_3711",
"hg_4051"
],
[
"hg_305",
"hg_307",
"hg_343",
"hg_345",
"hg_397",
"hg_606",
"hg_876",
"hg_894",
"hg_944",
"hg_1003",
"hg_1020",
"hg_1066",
"hg_1398",
"hg_2697",
"hg_4193"
],
[
"hg_3"
]
]
}
|
5013
|
print the 5th item from a line (starting from 0)
|
choose {{4}}
|
[
"choose_5"
] |
choose
|
choose
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"choose_5",
"choose_6",
"choose_7",
"choose_8",
"choose_9",
"choose_10",
"choose_11",
"choose_12",
"choose_13"
]
]
}
|
5014
|
print the first, 3rd, and 5th item from a line, where items are separated by '' instead of whitespace
|
choose --field-separator '{{:}}' {{0}} {{2}} {{4}}
|
[
"choose_5"
] |
choose
|
choose
| true |
{
"token": [
"--field-separator",
"|main|"
],
"oracle_man": [
[],
[
"choose_5",
"choose_6",
"choose_7",
"choose_8",
"choose_9",
"choose_10",
"choose_11",
"choose_12",
"choose_13"
]
]
}
|
5015
|
print everything from the 2nd to 5th item on the line, including the 5th
|
choose {{1}}:{{4}}
|
[
"choose_5"
] |
choose
|
choose
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"choose_5",
"choose_6",
"choose_7",
"choose_8",
"choose_9",
"choose_10",
"choose_11",
"choose_12",
"choose_13"
]
]
}
|
5016
|
print everything from the 2nd to 5th item on the line, excluding the 5th
|
choose --exclusive {{1}}:{{4}}
|
[
"choose_5"
] |
choose
|
choose
| true |
{
"token": [
"--exclusive",
"|main|"
],
"oracle_man": [
[],
[
"choose_5",
"choose_6",
"choose_7",
"choose_8",
"choose_9",
"choose_10",
"choose_11",
"choose_12",
"choose_13"
]
]
}
|
5017
|
print the beginning of the line to the 3rd item
|
choose :{{2}}
|
[
"choose_5"
] |
choose
|
choose
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"choose_5",
"choose_6",
"choose_7",
"choose_8",
"choose_9",
"choose_10",
"choose_11",
"choose_12",
"choose_13"
]
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.