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 |
---|---|---|---|---|---|---|---|
11088
|
watch one or more files and/or directories
|
fswatch {{path/to/file}} {{path/to/directory}} {{path/to/another_directory/**/*.js}} | xargs -n 1 {{bash_command}}
|
[
"fswatch_4",
"fswatch_31",
"fswatch_79",
"fswatch_81",
"fswatch_82",
"fswatch_83",
"fswatch_98",
"fswatch_100"
] |
fswatch
|
fswatch
| true |
{
"token": [
"xargs",
"-n",
"1",
"|main|"
],
"oracle_man": [
[
"fswatch_81",
"fswatch_82",
"fswatch_83"
],
[
"fswatch_31",
"fswatch_79",
"fswatch_82",
"fswatch_98",
"fswatch_100"
],
[],
[
"fswatch_4",
"fswatch_5",
"fswatch_6",
"fswatch_7",
"fswatch_8",
"fswatch_9",
"fswatch_10",
"fswatch_11",
"fswatch_12",
"fswatch_13",
"fswatch_14",
"fswatch_15",
"fswatch_16",
"fswatch_17",
"fswatch_18",
"fswatch_19",
"fswatch_20",
"fswatch_21",
"fswatch_22",
"fswatch_23",
"fswatch_24",
"fswatch_25",
"fswatch_26",
"fswatch_27",
"fswatch_28",
"fswatch_29",
"fswatch_30",
"fswatch_31",
"fswatch_32",
"fswatch_33",
"fswatch_34",
"fswatch_35",
"fswatch_36",
"fswatch_37",
"fswatch_38",
"fswatch_39"
]
]
}
|
11089
|
print the absolute paths of the changed files
|
fswatch {{path/to/directory}} | xargs -n 1 -I {} echo {}
|
[
"fswatch_4",
"fswatch_26",
"fswatch_31",
"fswatch_67",
"fswatch_79",
"fswatch_81",
"fswatch_82",
"fswatch_83",
"fswatch_98",
"fswatch_100"
] |
fswatch
|
fswatch
| true |
{
"token": [
"xargs",
"-n",
"1",
"-I",
"{}",
"echo",
"|main|"
],
"oracle_man": [
[
"fswatch_81",
"fswatch_82",
"fswatch_83"
],
[
"fswatch_31",
"fswatch_79",
"fswatch_82",
"fswatch_98",
"fswatch_100"
],
[],
[
"fswatch_26",
"fswatch_67",
"fswatch_79",
"fswatch_83",
"fswatch_100"
],
[],
[],
[
"fswatch_4",
"fswatch_5",
"fswatch_6",
"fswatch_7",
"fswatch_8",
"fswatch_9",
"fswatch_10",
"fswatch_11",
"fswatch_12",
"fswatch_13",
"fswatch_14",
"fswatch_15",
"fswatch_16",
"fswatch_17",
"fswatch_18",
"fswatch_19",
"fswatch_20",
"fswatch_21",
"fswatch_22",
"fswatch_23",
"fswatch_24",
"fswatch_25",
"fswatch_26",
"fswatch_27",
"fswatch_28",
"fswatch_29",
"fswatch_30",
"fswatch_31",
"fswatch_32",
"fswatch_33",
"fswatch_34",
"fswatch_35",
"fswatch_36",
"fswatch_37",
"fswatch_38",
"fswatch_39"
]
]
}
|
11090
|
filter by event type
|
fswatch --event {{Updated|Deleted|Created}} {{path/to/directory}} | xargs -n 1 {{bash_command}}
|
[
"fswatch_4",
"fswatch_20",
"fswatch_31",
"fswatch_38",
"fswatch_39",
"fswatch_79",
"fswatch_81",
"fswatch_82",
"fswatch_83",
"fswatch_98",
"fswatch_100"
] |
fswatch
|
fswatch
| true |
{
"token": [
"--event",
"xargs",
"-n",
"1",
"|main|"
],
"oracle_man": [
[
"fswatch_20",
"fswatch_38",
"fswatch_39"
],
[
"fswatch_81",
"fswatch_82",
"fswatch_83"
],
[
"fswatch_31",
"fswatch_79",
"fswatch_82",
"fswatch_98",
"fswatch_100"
],
[],
[
"fswatch_4",
"fswatch_5",
"fswatch_6",
"fswatch_7",
"fswatch_8",
"fswatch_9",
"fswatch_10",
"fswatch_11",
"fswatch_12",
"fswatch_13",
"fswatch_14",
"fswatch_15",
"fswatch_16",
"fswatch_17",
"fswatch_18",
"fswatch_19",
"fswatch_20",
"fswatch_21",
"fswatch_22",
"fswatch_23",
"fswatch_24",
"fswatch_25",
"fswatch_26",
"fswatch_27",
"fswatch_28",
"fswatch_29",
"fswatch_30",
"fswatch_31",
"fswatch_32",
"fswatch_33",
"fswatch_34",
"fswatch_35",
"fswatch_36",
"fswatch_37",
"fswatch_38",
"fswatch_39"
]
]
}
|
11091
|
open a url
|
w3m {{http://example.com}}
|
[
"w3m_3"
] |
w3m
|
w3m
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"w3m_3",
"w3m_4",
"w3m_5"
]
]
}
|
11092
|
open a url in monochrome mode
|
w3m {{http://example.com}} -M
|
[
"w3m_3",
"w3m_11",
"w3m_54"
] |
w3m
|
w3m
| true |
{
"token": [
"-M",
"|main|"
],
"oracle_man": [
[
"w3m_11",
"w3m_54"
],
[
"w3m_3",
"w3m_4",
"w3m_5"
]
]
}
|
11093
|
open a url without mouse support
|
w3m {{http://example.com}} --no-mouse
|
[
"w3m_3"
] |
w3m
|
w3m
| true |
{
"token": [
"--no-mouse",
"|main|"
],
"oracle_man": [
[],
[
"w3m_3",
"w3m_4",
"w3m_5"
]
]
}
|
11094
|
open a new browser tab
|
Shift + T
|
[
"w3m_3"
] |
w3m
|
w3m
| true |
{
"token": [
"Shift",
"+",
"T",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"w3m_3",
"w3m_4",
"w3m_5"
]
]
}
|
11095
|
display your browser history
|
Ctrl + H
|
[
"w3m_3"
] |
w3m
|
w3m
| true |
{
"token": [
"Ctrl",
"+",
"H",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"w3m_3",
"w3m_4",
"w3m_5"
]
]
}
|
11096
|
quit w3m
|
'q' then 'y'
|
[
"w3m_3"
] |
w3m
|
w3m
| true |
{
"token": [
"q",
"then",
"y",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"w3m_3",
"w3m_4",
"w3m_5"
]
]
}
|
11097
|
open platformio home in the default web browser
|
pio home
|
[
"pio_1",
"pio_648",
"pio_649",
"pio_654",
"pio_664"
] |
pio
|
pio-home
| true |
{
"token": [
"home",
"|main|"
],
"oracle_man": [
[
"pio_648",
"pio_649",
"pio_654",
"pio_664"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
11098
|
use a specific http port (defaults to 8008)
|
pio home --port {{port}}
|
[
"pio_1",
"pio_582",
"pio_644",
"pio_648",
"pio_649",
"pio_654",
"pio_656",
"pio_664",
"pio_1414",
"pio_1459",
"pio_2868",
"pio_4084",
"pio_4086",
"pio_4094",
"pio_4350",
"pio_4352",
"pio_4360"
] |
pio
|
pio-home
| true |
{
"token": [
"home",
"--port",
"|main|"
],
"oracle_man": [
[
"pio_648",
"pio_649",
"pio_654",
"pio_664"
],
[
"pio_582",
"pio_644",
"pio_656",
"pio_1414",
"pio_1459",
"pio_2868",
"pio_4084",
"pio_4086",
"pio_4094",
"pio_4350",
"pio_4352",
"pio_4360"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
11099
|
bind to a specific ip address (defaults to 127.0.0.1)
|
pio home --host {{ip_address}}
|
[
"pio_1",
"pio_648",
"pio_649",
"pio_654",
"pio_658",
"pio_664",
"pio_4094",
"pio_4360"
] |
pio
|
pio-home
| true |
{
"token": [
"home",
"--host",
"|main|"
],
"oracle_man": [
[
"pio_648",
"pio_649",
"pio_654",
"pio_664"
],
[
"pio_658",
"pio_4094",
"pio_4360"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
11100
|
do not automatically open platformio home in the default web browser
|
pio home --no-open
|
[
"pio_1",
"pio_648",
"pio_649",
"pio_654",
"pio_660",
"pio_664"
] |
pio
|
pio-home
| true |
{
"token": [
"home",
"--no-open",
"|main|"
],
"oracle_man": [
[
"pio_648",
"pio_649",
"pio_654",
"pio_664"
],
[
"pio_660"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
11101
|
automatically shutdown the server on timeout (in seconds) when no clients are connected
|
pio home --shutdown-timeout {{time}}
|
[
"pio_1",
"pio_648",
"pio_649",
"pio_654",
"pio_662",
"pio_664",
"pio_28571"
] |
pio
|
pio-home
| true |
{
"token": [
"home",
"--shutdown-timeout",
"|main|"
],
"oracle_man": [
[
"pio_648",
"pio_649",
"pio_654",
"pio_664"
],
[
"pio_662",
"pio_28571"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
11102
|
specify a unique session identifier to keep platformio home isolated from other instances and protected from 3rd party access
|
pio home --session-id {{id}}
|
[
"pio_1",
"pio_648",
"pio_649",
"pio_654",
"pio_664"
] |
pio
|
pio-home
| true |
{
"token": [
"home",
"--session-id",
"|main|"
],
"oracle_man": [
[
"pio_648",
"pio_649",
"pio_654",
"pio_664"
],
[],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
11114
|
execute commands from standard input (press `ctrl + d` when done)
|
batch
|
[
"batch_3"
] |
batch
|
batch
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"batch_3",
"batch_4",
"batch_5",
"batch_6",
"batch_7",
"batch_8",
"batch_9",
"batch_10",
"batch_11",
"batch_12",
"batch_13",
"batch_14",
"batch_15"
]
]
}
|
11115
|
execute a command from standard input
|
echo "{{./make_db_backup.sh}}" | batch
|
[
"batch_3"
] |
batch
|
batch
| true |
{
"token": [
"echo",
"|main|"
],
"oracle_man": [
[],
[
"batch_3",
"batch_4",
"batch_5",
"batch_6",
"batch_7",
"batch_8",
"batch_9",
"batch_10",
"batch_11",
"batch_12",
"batch_13",
"batch_14",
"batch_15"
]
]
}
|
11116
|
execute commands from a given file
|
batch -f {{path/to/file}}
|
[
"batch_2",
"batch_3",
"batch_12",
"batch_22"
] |
batch
|
batch
| true |
{
"token": [
"-f",
"|main|"
],
"oracle_man": [
[
"batch_2",
"batch_12",
"batch_22"
],
[
"batch_3",
"batch_4",
"batch_5",
"batch_6",
"batch_7",
"batch_8",
"batch_9",
"batch_10",
"batch_11",
"batch_12",
"batch_13",
"batch_14",
"batch_15"
]
]
}
|
11133
|
create a new hugo site
|
hugo new site {{path/to/site}}
|
[
"hugo_3"
] |
hugo
|
hugo
| true |
{
"token": [
"new",
"site",
"|main|"
],
"oracle_man": [
[],
[],
[
"hugo_3",
"hugo_4",
"hugo_5"
]
]
}
|
11134
|
create a new hugo theme (themes may also be downloaded from https//themes.gohugo.io/)
|
hugo new theme {{theme_name}}
|
[
"hugo_3"
] |
hugo
|
hugo
| true |
{
"token": [
"new",
"theme",
"|main|"
],
"oracle_man": [
[],
[],
[
"hugo_3",
"hugo_4",
"hugo_5"
]
]
}
|
11135
|
create a new page
|
hugo new {{section_name}}/{{filename}}
|
[
"hugo_3"
] |
hugo
|
hugo
| true |
{
"token": [
"new",
"|main|"
],
"oracle_man": [
[],
[
"hugo_3",
"hugo_4",
"hugo_5"
]
]
}
|
11136
|
build a site to the `./public/` directory
|
hugo
|
[
"hugo_3"
] |
hugo
|
hugo
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"hugo_3",
"hugo_4",
"hugo_5"
]
]
}
|
11137
|
build a site including pages that are marked as a "draft"
|
hugo --buildDrafts
|
[
"hugo_3",
"hugo_7"
] |
hugo
|
hugo
| true |
{
"token": [
"--buildDrafts",
"|main|"
],
"oracle_man": [
[
"hugo_7"
],
[
"hugo_3",
"hugo_4",
"hugo_5"
]
]
}
|
11138
|
build a site to a given directory
|
hugo --destination {{path/to/destination}}
|
[
"hugo_3",
"hugo_16"
] |
hugo
|
hugo
| true |
{
"token": [
"--destination",
"|main|"
],
"oracle_man": [
[
"hugo_16"
],
[
"hugo_3",
"hugo_4",
"hugo_5"
]
]
}
|
11139
|
build a site, start up a webserver to serve it, and automatically reload when pages are edited
|
hugo server
|
[
"hugo_3"
] |
hugo
|
hugo
| true |
{
"token": [
"server",
"|main|"
],
"oracle_man": [
[],
[
"hugo_3",
"hugo_4",
"hugo_5"
]
]
}
|
11140
|
run the calculator in interactive mode
|
eva
|
[
"eva_3"
] |
eva
|
eva
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"eva_3",
"eva_4",
"eva_5",
"eva_6",
"eva_7",
"eva_8",
"eva_9",
"eva_10",
"eva_11",
"eva_12"
]
]
}
|
11141
|
calculate the result of an expression
|
eva "{{(1 + 2) * 2 ^ 2}}"
|
[
"eva_3"
] |
eva
|
eva
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"eva_3",
"eva_4",
"eva_5",
"eva_6",
"eva_7",
"eva_8",
"eva_9",
"eva_10",
"eva_11",
"eva_12"
]
]
}
|
11142
|
calculate an expression forcing the number of decimal places to 5
|
eva --fix {{5}} "{{5 / 3}}"
|
[
"eva_3"
] |
eva
|
eva
| true |
{
"token": [
"--fix",
"|main|"
],
"oracle_man": [
[],
[
"eva_3",
"eva_4",
"eva_5",
"eva_6",
"eva_7",
"eva_8",
"eva_9",
"eva_10",
"eva_11",
"eva_12"
]
]
}
|
11143
|
calculate an expression with sine and cosine
|
eva "{{sin(1) + cos(1)}}"
|
[
"eva_3"
] |
eva
|
eva
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"eva_3",
"eva_4",
"eva_5",
"eva_6",
"eva_7",
"eva_8",
"eva_9",
"eva_10",
"eva_11",
"eva_12"
]
]
}
|
11172
|
start a server to distribute ebooks. access at http//localhost8080
|
calibre-server
|
[
"calibre-server_1"
] |
calibre-server
|
calibre-server
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"calibre-server_1",
"calibre-server_2",
"calibre-server_3",
"calibre-server_4",
"calibre-server_5",
"calibre-server_6",
"calibre-server_7",
"calibre-server_8",
"calibre-server_9",
"calibre-server_10",
"calibre-server_11",
"calibre-server_12",
"calibre-server_13",
"calibre-server_14",
"calibre-server_15",
"calibre-server_16",
"calibre-server_17",
"calibre-server_18",
"calibre-server_19",
"calibre-server_20",
"calibre-server_21",
"calibre-server_22",
"calibre-server_23",
"calibre-server_24",
"calibre-server_25",
"calibre-server_26",
"calibre-server_27",
"calibre-server_28",
"calibre-server_29",
"calibre-server_30",
"calibre-server_31",
"calibre-server_32",
"calibre-server_33",
"calibre-server_34",
"calibre-server_35",
"calibre-server_36",
"calibre-server_37",
"calibre-server_38",
"calibre-server_39",
"calibre-server_40",
"calibre-server_41",
"calibre-server_42",
"calibre-server_43",
"calibre-server_44",
"calibre-server_45",
"calibre-server_46",
"calibre-server_47"
]
]
}
|
11173
|
start server on different port. access at http//localhostport
|
calibre-server --port {{port}}
|
[
"calibre-server_1",
"calibre-server_37"
] |
calibre-server
|
calibre-server
| true |
{
"token": [
"--port",
"|main|"
],
"oracle_man": [
[
"calibre-server_37"
],
[
"calibre-server_1",
"calibre-server_2",
"calibre-server_3",
"calibre-server_4",
"calibre-server_5",
"calibre-server_6",
"calibre-server_7",
"calibre-server_8",
"calibre-server_9",
"calibre-server_10",
"calibre-server_11",
"calibre-server_12",
"calibre-server_13",
"calibre-server_14",
"calibre-server_15",
"calibre-server_16",
"calibre-server_17",
"calibre-server_18",
"calibre-server_19",
"calibre-server_20",
"calibre-server_21",
"calibre-server_22",
"calibre-server_23",
"calibre-server_24",
"calibre-server_25",
"calibre-server_26",
"calibre-server_27",
"calibre-server_28",
"calibre-server_29",
"calibre-server_30",
"calibre-server_31",
"calibre-server_32",
"calibre-server_33",
"calibre-server_34",
"calibre-server_35",
"calibre-server_36",
"calibre-server_37",
"calibre-server_38",
"calibre-server_39",
"calibre-server_40",
"calibre-server_41",
"calibre-server_42",
"calibre-server_43",
"calibre-server_44",
"calibre-server_45",
"calibre-server_46",
"calibre-server_47"
]
]
}
|
11174
|
password protect the server
|
calibre-server --username {{username}} --password {{password}}
|
[
"calibre-server_1"
] |
calibre-server
|
calibre-server
| true |
{
"token": [
"--username",
"--password",
"|main|"
],
"oracle_man": [
[],
[],
[
"calibre-server_1",
"calibre-server_2",
"calibre-server_3",
"calibre-server_4",
"calibre-server_5",
"calibre-server_6",
"calibre-server_7",
"calibre-server_8",
"calibre-server_9",
"calibre-server_10",
"calibre-server_11",
"calibre-server_12",
"calibre-server_13",
"calibre-server_14",
"calibre-server_15",
"calibre-server_16",
"calibre-server_17",
"calibre-server_18",
"calibre-server_19",
"calibre-server_20",
"calibre-server_21",
"calibre-server_22",
"calibre-server_23",
"calibre-server_24",
"calibre-server_25",
"calibre-server_26",
"calibre-server_27",
"calibre-server_28",
"calibre-server_29",
"calibre-server_30",
"calibre-server_31",
"calibre-server_32",
"calibre-server_33",
"calibre-server_34",
"calibre-server_35",
"calibre-server_36",
"calibre-server_37",
"calibre-server_38",
"calibre-server_39",
"calibre-server_40",
"calibre-server_41",
"calibre-server_42",
"calibre-server_43",
"calibre-server_44",
"calibre-server_45",
"calibre-server_46",
"calibre-server_47"
]
]
}
|
11175
|
connect to a remote server
|
mosh {{username}}@{{remote_host}}
|
[
"mosh_3"
] |
mosh
|
mosh
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"mosh_3",
"mosh_4",
"mosh_5",
"mosh_6",
"mosh_7",
"mosh_8",
"mosh_9",
"mosh_10"
]
]
}
|
11176
|
connect to a remote server with a specific identity (private key)
|
mosh --ssh="ssh -i {{path/to/key_file}}" {{username}}@{{remote_host}}
|
[
"mosh_3",
"mosh_8",
"mosh_27",
"mosh_29",
"mosh_30",
"mosh_38",
"mosh_40"
] |
mosh
|
mosh
| true |
{
"token": [
"--ssh=ssh",
"-i",
"|main|"
],
"oracle_man": [
[],
[
"mosh_8",
"mosh_27",
"mosh_29",
"mosh_30",
"mosh_38",
"mosh_40"
],
[
"mosh_3",
"mosh_4",
"mosh_5",
"mosh_6",
"mosh_7",
"mosh_8",
"mosh_9",
"mosh_10"
]
]
}
|
11177
|
connect to a remote server using a specific port
|
mosh --ssh="ssh -p {{2222}}" {{username}}@{{remote_host}}
|
[
"mosh_3",
"mosh_18",
"mosh_19",
"mosh_20",
"mosh_23",
"mosh_24",
"mosh_33",
"mosh_41",
"mosh_42",
"mosh_47"
] |
mosh
|
mosh
| true |
{
"token": [
"--ssh=ssh",
"-p",
"|main|"
],
"oracle_man": [
[],
[
"mosh_18",
"mosh_19",
"mosh_20",
"mosh_23",
"mosh_24",
"mosh_33",
"mosh_41",
"mosh_42",
"mosh_47"
],
[
"mosh_3",
"mosh_4",
"mosh_5",
"mosh_6",
"mosh_7",
"mosh_8",
"mosh_9",
"mosh_10"
]
]
}
|
11178
|
run a command on a remote server
|
mosh {{remote_host}} -- {{command -with -flags}}
|
[
"mosh_2",
"mosh_3",
"mosh_11",
"mosh_13",
"mosh_14",
"mosh_17",
"mosh_18",
"mosh_19",
"mosh_20",
"mosh_23",
"mosh_24",
"mosh_25",
"mosh_26",
"mosh_27",
"mosh_28",
"mosh_29",
"mosh_30",
"mosh_31",
"mosh_32",
"mosh_33",
"mosh_34",
"mosh_36",
"mosh_37",
"mosh_38",
"mosh_39",
"mosh_40",
"mosh_41",
"mosh_42"
] |
mosh
|
mosh
| true |
{
"token": [
"--",
"|main|"
],
"oracle_man": [
[
"mosh_2",
"mosh_11",
"mosh_13",
"mosh_14",
"mosh_17",
"mosh_18",
"mosh_19",
"mosh_20",
"mosh_23",
"mosh_24",
"mosh_25",
"mosh_26",
"mosh_27",
"mosh_28",
"mosh_29",
"mosh_30",
"mosh_31",
"mosh_32",
"mosh_33",
"mosh_34",
"mosh_36",
"mosh_37",
"mosh_38",
"mosh_39",
"mosh_40",
"mosh_41",
"mosh_42"
],
[
"mosh_3",
"mosh_4",
"mosh_5",
"mosh_6",
"mosh_7",
"mosh_8",
"mosh_9",
"mosh_10"
]
]
}
|
11179
|
select mosh udp port (useful when `{{remote_host}}` is behind a nat)
|
mosh -p {{124}} {{username}}@{{remote_host}}
|
[
"mosh_3",
"mosh_18",
"mosh_19",
"mosh_20",
"mosh_23",
"mosh_24",
"mosh_33",
"mosh_41",
"mosh_42",
"mosh_47"
] |
mosh
|
mosh
| true |
{
"token": [
"-p",
"|main|"
],
"oracle_man": [
[
"mosh_18",
"mosh_19",
"mosh_20",
"mosh_23",
"mosh_24",
"mosh_33",
"mosh_41",
"mosh_42",
"mosh_47"
],
[
"mosh_3",
"mosh_4",
"mosh_5",
"mosh_6",
"mosh_7",
"mosh_8",
"mosh_9",
"mosh_10"
]
]
}
|
11180
|
usage when `moshserver` binary is outside standard path
|
mosh --server={{path/to/bin/}}mosh-server {{remote_host}}
|
[
"mosh_3",
"mosh_14"
] |
mosh
|
mosh
| true |
{
"token": [
"--server",
"|main|"
],
"oracle_man": [
[
"mosh_14"
],
[
"mosh_3",
"mosh_4",
"mosh_5",
"mosh_6",
"mosh_7",
"mosh_8",
"mosh_9",
"mosh_10"
]
]
}
|
11181
|
display all commit hashes and their corresponding commit messages from a specific author
|
git contrib {{author}}
|
[
"git-contrib_3",
"git-contrib_7",
"git-contrib_9"
] |
git-contrib
|
git-contrib
| true |
{
"token": [
"git",
"contrib",
"|main|"
],
"oracle_man": [
[
"git-contrib_7",
"git-contrib_9"
],
[
"git-contrib_7",
"git-contrib_9"
],
[
"git-contrib_3"
]
]
}
|
11182
|
change the current user's login shell interactively
|
chsh
|
[
"chsh_3"
] |
chsh
|
chsh
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"chsh_3",
"chsh_4"
]
]
}
|
11183
|
change the login shell for a given user to zsh
|
chsh --shell {{/bin/zsh}} {{username}}
|
[
"chsh_3",
"chsh_5"
] |
chsh
|
chsh
| true |
{
"token": [
"--shell",
"|main|"
],
"oracle_man": [
[
"chsh_5"
],
[
"chsh_3",
"chsh_4"
]
]
}
|
11184
|
list available shells
|
chsh --list-shells
|
[
"chsh_3",
"chsh_6"
] |
chsh
|
chsh
| true |
{
"token": [
"--list-shells",
"|main|"
],
"oracle_man": [
[
"chsh_6"
],
[
"chsh_3",
"chsh_4"
]
]
}
|
11185
|
create a new python `virtualenv` in `$workon_home`
|
mkvirtualenv {{virtualenv_name}}
|
[
"virtualenvwrapper_1",
"virtualenvwrapper_3",
"virtualenvwrapper_5",
"virtualenvwrapper_7",
"virtualenvwrapper_48",
"virtualenvwrapper_66",
"virtualenvwrapper_78",
"virtualenvwrapper_88",
"virtualenvwrapper_93",
"virtualenvwrapper_97",
"virtualenvwrapper_113"
] |
virtualenvwrapper
|
virtualenvwrapper
| true |
{
"token": [
"mkvirtualenv",
"|main|"
],
"oracle_man": [
[
"virtualenvwrapper_3",
"virtualenvwrapper_5",
"virtualenvwrapper_7",
"virtualenvwrapper_48",
"virtualenvwrapper_66",
"virtualenvwrapper_78",
"virtualenvwrapper_88",
"virtualenvwrapper_93",
"virtualenvwrapper_97",
"virtualenvwrapper_113"
],
[
"virtualenvwrapper_1",
"virtualenvwrapper_2"
]
]
}
|
11186
|
create a `virtualenv` for a specific python version
|
mkvirtualenv --python {{/usr/local/bin/python3.8}} {{virtualenv_name}}
|
[
"virtualenvwrapper_1",
"virtualenvwrapper_3",
"virtualenvwrapper_5",
"virtualenvwrapper_7",
"virtualenvwrapper_48",
"virtualenvwrapper_66",
"virtualenvwrapper_78",
"virtualenvwrapper_88",
"virtualenvwrapper_93",
"virtualenvwrapper_97",
"virtualenvwrapper_113"
] |
virtualenvwrapper
|
virtualenvwrapper
| true |
{
"token": [
"mkvirtualenv",
"--python",
"|main|"
],
"oracle_man": [
[
"virtualenvwrapper_3",
"virtualenvwrapper_5",
"virtualenvwrapper_7",
"virtualenvwrapper_48",
"virtualenvwrapper_66",
"virtualenvwrapper_78",
"virtualenvwrapper_88",
"virtualenvwrapper_93",
"virtualenvwrapper_97",
"virtualenvwrapper_113"
],
[],
[
"virtualenvwrapper_1",
"virtualenvwrapper_2"
]
]
}
|
11187
|
activate or use a different `virtualenv`
|
workon {{virtualenv_name}}
|
[
"virtualenvwrapper_1",
"virtualenvwrapper_7",
"virtualenvwrapper_48",
"virtualenvwrapper_59",
"virtualenvwrapper_61",
"virtualenvwrapper_66",
"virtualenvwrapper_77"
] |
virtualenvwrapper
|
virtualenvwrapper
| true |
{
"token": [
"workon",
"|main|"
],
"oracle_man": [
[
"virtualenvwrapper_7",
"virtualenvwrapper_48",
"virtualenvwrapper_59",
"virtualenvwrapper_61",
"virtualenvwrapper_66",
"virtualenvwrapper_77"
],
[
"virtualenvwrapper_1",
"virtualenvwrapper_2"
]
]
}
|
11188
|
stop the `virtualenv`
|
deactivate
|
[
"virtualenvwrapper_1",
"virtualenvwrapper_39",
"virtualenvwrapper_73",
"virtualenvwrapper_75"
] |
virtualenvwrapper
|
virtualenvwrapper
| true |
{
"token": [
"deactivate",
"|main|"
],
"oracle_man": [
[
"virtualenvwrapper_39",
"virtualenvwrapper_73",
"virtualenvwrapper_75"
],
[
"virtualenvwrapper_1",
"virtualenvwrapper_2"
]
]
}
|
11189
|
list all virtual environments
|
lsvirtualenv
|
[
"virtualenvwrapper_1",
"virtualenvwrapper_22",
"virtualenvwrapper_24"
] |
virtualenvwrapper
|
virtualenvwrapper
| true |
{
"token": [
"lsvirtualenv",
"|main|"
],
"oracle_man": [
[
"virtualenvwrapper_22",
"virtualenvwrapper_24"
],
[
"virtualenvwrapper_1",
"virtualenvwrapper_2"
]
]
}
|
11190
|
remove a `virtualenv`
|
rmvirtualenv {{virtualenv_name}}
|
[
"virtualenvwrapper_1",
"virtualenvwrapper_35",
"virtualenvwrapper_37",
"virtualenvwrapper_39"
] |
virtualenvwrapper
|
virtualenvwrapper
| true |
{
"token": [
"rmvirtualenv",
"|main|"
],
"oracle_man": [
[
"virtualenvwrapper_35",
"virtualenvwrapper_37",
"virtualenvwrapper_39"
],
[
"virtualenvwrapper_1",
"virtualenvwrapper_2"
]
]
}
|
11191
|
get summary of all virtualenvwrapper commands
|
virtualenvwrapper
|
[
"virtualenvwrapper_1"
] |
virtualenvwrapper
|
virtualenvwrapper
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"virtualenvwrapper_1",
"virtualenvwrapper_2"
]
]
}
|
11192
|
write test files to a given directory, filling the drive
|
f3write {{path/to/mount_point}}
|
[
"f3write_3"
] |
f3write
|
f3write
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"f3write_3",
"f3write_4",
"f3write_5"
]
]
}
|
11193
|
limit the write speed
|
f3write --max-write-rate={{kb_per_second}} {{path/to/mount_point}}
|
[
"f3write_3"
] |
f3write
|
f3write
| true |
{
"token": [
"--max-write-rate",
"|main|"
],
"oracle_man": [
[],
[
"f3write_3",
"f3write_4",
"f3write_5"
]
]
}
|
11213
|
open a file
|
vim {{path/to/file}}
|
[
"vim_4"
] |
vim
|
vim
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"vim_4",
"vim_5",
"vim_6",
"vim_7",
"vim_8",
"vim_9",
"vim_10",
"vim_11",
"vim_12",
"vim_13",
"vim_14",
"vim_15",
"vim_16",
"vim_17",
"vim_18",
"vim_19",
"vim_20",
"vim_21",
"vim_22"
]
]
}
|
11214
|
open a file at a specified line number
|
vim +{{line_number}} {{path/to/file}}
|
[
"vim_4"
] |
vim
|
vim
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"vim_4",
"vim_5",
"vim_6",
"vim_7",
"vim_8",
"vim_9",
"vim_10",
"vim_11",
"vim_12",
"vim_13",
"vim_14",
"vim_15",
"vim_16",
"vim_17",
"vim_18",
"vim_19",
"vim_20",
"vim_21",
"vim_22"
]
]
}
|
11215
|
view vim's help manual
|
:help<Enter>
|
[
"vim_4"
] |
vim
|
vim
| true |
{
"token": [
":help",
"Enter",
"|main|"
],
"oracle_man": [
[],
[],
[
"vim_4",
"vim_5",
"vim_6",
"vim_7",
"vim_8",
"vim_9",
"vim_10",
"vim_11",
"vim_12",
"vim_13",
"vim_14",
"vim_15",
"vim_16",
"vim_17",
"vim_18",
"vim_19",
"vim_20",
"vim_21",
"vim_22"
]
]
}
|
11216
|
save and quit
|
:wq<Enter>
|
[
"vim_4"
] |
vim
|
vim
| true |
{
"token": [
":wq",
"Enter",
"|main|"
],
"oracle_man": [
[],
[],
[
"vim_4",
"vim_5",
"vim_6",
"vim_7",
"vim_8",
"vim_9",
"vim_10",
"vim_11",
"vim_12",
"vim_13",
"vim_14",
"vim_15",
"vim_16",
"vim_17",
"vim_18",
"vim_19",
"vim_20",
"vim_21",
"vim_22"
]
]
}
|
11217
|
undo the last operation
|
u
|
[
"vim_4"
] |
vim
|
vim
| true |
{
"token": [
"u",
"|main|"
],
"oracle_man": [
[],
[
"vim_4",
"vim_5",
"vim_6",
"vim_7",
"vim_8",
"vim_9",
"vim_10",
"vim_11",
"vim_12",
"vim_13",
"vim_14",
"vim_15",
"vim_16",
"vim_17",
"vim_18",
"vim_19",
"vim_20",
"vim_21",
"vim_22"
]
]
}
|
11218
|
search for a pattern in the file (press `n`/`n` to go to next/previous match)
|
/{{search_pattern}}<Enter>
|
[
"vim_4"
] |
vim
|
vim
| true |
{
"token": [
"Enter",
"|main|"
],
"oracle_man": [
[],
[
"vim_4",
"vim_5",
"vim_6",
"vim_7",
"vim_8",
"vim_9",
"vim_10",
"vim_11",
"vim_12",
"vim_13",
"vim_14",
"vim_15",
"vim_16",
"vim_17",
"vim_18",
"vim_19",
"vim_20",
"vim_21",
"vim_22"
]
]
}
|
11219
|
perform a regular expression substitution in the whole file
|
:%s/{{regular_expression}}/{{replacement}}/g<Enter>
|
[
"vim_4"
] |
vim
|
vim
| true |
{
"token": [
"Enter",
"|main|"
],
"oracle_man": [
[],
[
"vim_4",
"vim_5",
"vim_6",
"vim_7",
"vim_8",
"vim_9",
"vim_10",
"vim_11",
"vim_12",
"vim_13",
"vim_14",
"vim_15",
"vim_16",
"vim_17",
"vim_18",
"vim_19",
"vim_20",
"vim_21",
"vim_22"
]
]
}
|
11220
|
display the line numbers
|
:set nu<Enter>
|
[
"vim_4"
] |
vim
|
vim
| true |
{
"token": [
":set",
"nu",
"Enter",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"vim_4",
"vim_5",
"vim_6",
"vim_7",
"vim_8",
"vim_9",
"vim_10",
"vim_11",
"vim_12",
"vim_13",
"vim_14",
"vim_15",
"vim_16",
"vim_17",
"vim_18",
"vim_19",
"vim_20",
"vim_21",
"vim_22"
]
]
}
|
11226
|
check a shell script
|
shellcheck {{path/to/script.sh}}
|
[
"shellcheck_3"
] |
shellcheck
|
shellcheck
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"shellcheck_3",
"shellcheck_4",
"shellcheck_5",
"shellcheck_6",
"shellcheck_7",
"shellcheck_8"
]
]
}
|
11227
|
check a shell script interpreting it as the specified shell dialect (overrides the shebang at the top of the script)
|
shellcheck --shell {{sh|bash|dash|ksh}} {{path/to/script.sh}}
|
[
"shellcheck_3",
"shellcheck_18",
"shellcheck_60"
] |
shellcheck
|
shellcheck
| true |
{
"token": [
"--shell",
"|main|"
],
"oracle_man": [
[
"shellcheck_18",
"shellcheck_60"
],
[
"shellcheck_3",
"shellcheck_4",
"shellcheck_5",
"shellcheck_6",
"shellcheck_7",
"shellcheck_8"
]
]
}
|
11228
|
ignore one or more error types
|
shellcheck --exclude {{SC1009,SC1073}} {{path/to/script.sh}}
|
[
"shellcheck_3",
"shellcheck_12",
"shellcheck_60"
] |
shellcheck
|
shellcheck
| true |
{
"token": [
"--exclude",
"|main|"
],
"oracle_man": [
[
"shellcheck_12",
"shellcheck_60"
],
[
"shellcheck_3",
"shellcheck_4",
"shellcheck_5",
"shellcheck_6",
"shellcheck_7",
"shellcheck_8"
]
]
}
|
11229
|
also check any sourced shell scripts
|
shellcheck --checked-sourced {{path/to/script.sh}}
|
[
"shellcheck_3"
] |
shellcheck
|
shellcheck
| true |
{
"token": [
"--checked-sourced",
"|main|"
],
"oracle_man": [
[],
[
"shellcheck_3",
"shellcheck_4",
"shellcheck_5",
"shellcheck_6",
"shellcheck_7",
"shellcheck_8"
]
]
}
|
11230
|
display output in the specified format (defaults to `tty`)
|
shellcheck --format {{tty|checkstyle|diff|gcc|json|json1|quiet}} {{path/to/script.sh}}
|
[
"shellcheck_3",
"shellcheck_13"
] |
shellcheck
|
shellcheck
| true |
{
"token": [
"--format",
"|main|"
],
"oracle_man": [
[
"shellcheck_13"
],
[
"shellcheck_3",
"shellcheck_4",
"shellcheck_5",
"shellcheck_6",
"shellcheck_7",
"shellcheck_8"
]
]
}
|
11231
|
enable one or more optional checks
|
shellcheck --enable={{add-default-case|avoid-nullary-conditions}}
|
[
"shellcheck_3",
"shellcheck_16"
] |
shellcheck
|
shellcheck
| true |
{
"token": [
"--enable",
"|main|"
],
"oracle_man": [
[
"shellcheck_16"
],
[
"shellcheck_3",
"shellcheck_4",
"shellcheck_5",
"shellcheck_6",
"shellcheck_7",
"shellcheck_8"
]
]
}
|
11232
|
list all available optional checks that are disabled by default
|
shellcheck --list-optional
|
[
"shellcheck_3",
"shellcheck_14",
"shellcheck_46"
] |
shellcheck
|
shellcheck
| true |
{
"token": [
"--list-optional",
"|main|"
],
"oracle_man": [
[
"shellcheck_14",
"shellcheck_46"
],
[
"shellcheck_3",
"shellcheck_4",
"shellcheck_5",
"shellcheck_6",
"shellcheck_7",
"shellcheck_8"
]
]
}
|
11239
|
fetch the latest changes from the default remote upstream repository (if set)
|
git fetch
|
[
"git-fetch_2",
"git-fetch_3",
"git-fetch_5",
"git-fetch_77",
"git-fetch_85",
"git-fetch_91",
"git-fetch_98",
"git-fetch_120",
"git-fetch_122",
"git-fetch_126",
"git-fetch_128",
"git-fetch_129",
"git-fetch_134",
"git-fetch_143",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
] |
git-fetch
|
git-fetch
| true |
{
"token": [
"git",
"fetch",
"|main|"
],
"oracle_man": [
[
"git-fetch_2",
"git-fetch_5",
"git-fetch_77",
"git-fetch_85",
"git-fetch_91",
"git-fetch_98",
"git-fetch_120",
"git-fetch_122",
"git-fetch_128",
"git-fetch_129",
"git-fetch_134",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
],
[
"git-fetch_2",
"git-fetch_5",
"git-fetch_120",
"git-fetch_126",
"git-fetch_128",
"git-fetch_129",
"git-fetch_143",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
],
[
"git-fetch_3",
"git-fetch_4",
"git-fetch_5",
"git-fetch_6",
"git-fetch_7"
]
]
}
|
11240
|
fetch new branches from a specific remote upstream repository
|
git fetch {{remote_name}}
|
[
"git-fetch_2",
"git-fetch_3",
"git-fetch_5",
"git-fetch_77",
"git-fetch_85",
"git-fetch_91",
"git-fetch_98",
"git-fetch_120",
"git-fetch_122",
"git-fetch_126",
"git-fetch_128",
"git-fetch_129",
"git-fetch_134",
"git-fetch_143",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
] |
git-fetch
|
git-fetch
| true |
{
"token": [
"git",
"fetch",
"|main|"
],
"oracle_man": [
[
"git-fetch_2",
"git-fetch_5",
"git-fetch_77",
"git-fetch_85",
"git-fetch_91",
"git-fetch_98",
"git-fetch_120",
"git-fetch_122",
"git-fetch_128",
"git-fetch_129",
"git-fetch_134",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
],
[
"git-fetch_2",
"git-fetch_5",
"git-fetch_120",
"git-fetch_126",
"git-fetch_128",
"git-fetch_129",
"git-fetch_143",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
],
[
"git-fetch_3",
"git-fetch_4",
"git-fetch_5",
"git-fetch_6",
"git-fetch_7"
]
]
}
|
11241
|
fetch the latest changes from all remote upstream repositories
|
git fetch --all
|
[
"git-fetch_2",
"git-fetch_3",
"git-fetch_5",
"git-fetch_8",
"git-fetch_77",
"git-fetch_85",
"git-fetch_91",
"git-fetch_98",
"git-fetch_120",
"git-fetch_122",
"git-fetch_126",
"git-fetch_128",
"git-fetch_129",
"git-fetch_134",
"git-fetch_143",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
] |
git-fetch
|
git-fetch
| true |
{
"token": [
"git",
"fetch",
"--all",
"|main|"
],
"oracle_man": [
[
"git-fetch_2",
"git-fetch_5",
"git-fetch_77",
"git-fetch_85",
"git-fetch_91",
"git-fetch_98",
"git-fetch_120",
"git-fetch_122",
"git-fetch_128",
"git-fetch_129",
"git-fetch_134",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
],
[
"git-fetch_2",
"git-fetch_5",
"git-fetch_120",
"git-fetch_126",
"git-fetch_128",
"git-fetch_129",
"git-fetch_143",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
],
[
"git-fetch_2",
"git-fetch_8"
],
[
"git-fetch_3",
"git-fetch_4",
"git-fetch_5",
"git-fetch_6",
"git-fetch_7"
]
]
}
|
11242
|
also fetch tags from the remote upstream repository
|
git fetch --tags
|
[
"git-fetch_2",
"git-fetch_3",
"git-fetch_4",
"git-fetch_5",
"git-fetch_32",
"git-fetch_38",
"git-fetch_77",
"git-fetch_85",
"git-fetch_91",
"git-fetch_98",
"git-fetch_120",
"git-fetch_122",
"git-fetch_126",
"git-fetch_128",
"git-fetch_129",
"git-fetch_134",
"git-fetch_143",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
] |
git-fetch
|
git-fetch
| true |
{
"token": [
"git",
"fetch",
"--tags",
"|main|"
],
"oracle_man": [
[
"git-fetch_2",
"git-fetch_5",
"git-fetch_77",
"git-fetch_85",
"git-fetch_91",
"git-fetch_98",
"git-fetch_120",
"git-fetch_122",
"git-fetch_128",
"git-fetch_129",
"git-fetch_134",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
],
[
"git-fetch_2",
"git-fetch_5",
"git-fetch_120",
"git-fetch_126",
"git-fetch_128",
"git-fetch_129",
"git-fetch_143",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
],
[
"git-fetch_4",
"git-fetch_32",
"git-fetch_38"
],
[
"git-fetch_3",
"git-fetch_4",
"git-fetch_5",
"git-fetch_6",
"git-fetch_7"
]
]
}
|
11243
|
delete local references to remote branches that have been deleted upstream
|
git fetch --prune
|
[
"git-fetch_2",
"git-fetch_3",
"git-fetch_5",
"git-fetch_32",
"git-fetch_34",
"git-fetch_38",
"git-fetch_77",
"git-fetch_85",
"git-fetch_91",
"git-fetch_98",
"git-fetch_120",
"git-fetch_122",
"git-fetch_126",
"git-fetch_128",
"git-fetch_129",
"git-fetch_134",
"git-fetch_138",
"git-fetch_141",
"git-fetch_142",
"git-fetch_143",
"git-fetch_144",
"git-fetch_145",
"git-fetch_146",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
] |
git-fetch
|
git-fetch
| true |
{
"token": [
"git",
"fetch",
"--prune",
"|main|"
],
"oracle_man": [
[
"git-fetch_2",
"git-fetch_5",
"git-fetch_77",
"git-fetch_85",
"git-fetch_91",
"git-fetch_98",
"git-fetch_120",
"git-fetch_122",
"git-fetch_128",
"git-fetch_129",
"git-fetch_134",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
],
[
"git-fetch_2",
"git-fetch_5",
"git-fetch_120",
"git-fetch_126",
"git-fetch_128",
"git-fetch_129",
"git-fetch_143",
"git-fetch_147",
"git-fetch_166",
"git-fetch_169",
"git-fetch_173"
],
[
"git-fetch_32",
"git-fetch_34",
"git-fetch_38",
"git-fetch_134",
"git-fetch_138",
"git-fetch_141",
"git-fetch_142",
"git-fetch_143",
"git-fetch_144",
"git-fetch_145",
"git-fetch_146",
"git-fetch_147"
],
[
"git-fetch_3",
"git-fetch_4",
"git-fetch_5",
"git-fetch_6",
"git-fetch_7"
]
]
}
|
11244
|
list your events for all your calendars over the next 7 days
|
gcalcli agenda
|
[
"gcalcli_3"
] |
gcalcli
|
gcalcli
| true |
{
"token": [
"agenda",
"|main|"
],
"oracle_man": [
[],
[
"gcalcli_3"
]
]
}
|
11245
|
show events starting from or between specific dates (also takes relative dates e.g. "tomorrow")
|
gcalcli agenda {{mm/dd}} [{{mm/dd}}]
|
[
"gcalcli_3"
] |
gcalcli
|
gcalcli
| true |
{
"token": [
"agenda",
"|main|"
],
"oracle_man": [
[],
[
"gcalcli_3"
]
]
}
|
11246
|
list events from a specific calendar
|
gcalcli --calendar {{calendar_name}} agenda
|
[
"gcalcli_3",
"gcalcli_4",
"gcalcli_6"
] |
gcalcli
|
gcalcli
| true |
{
"token": [
"--calendar",
"agenda",
"|main|"
],
"oracle_man": [
[
"gcalcli_4",
"gcalcli_6"
],
[],
[
"gcalcli_3"
]
]
}
|
11247
|
display an ascii calendar of events by week
|
gcalcli calw
|
[
"gcalcli_3"
] |
gcalcli
|
gcalcli
| true |
{
"token": [
"calw",
"|main|"
],
"oracle_man": [
[],
[
"gcalcli_3"
]
]
}
|
11248
|
display an ascii calendar of events for a month
|
gcalcli calm
|
[
"gcalcli_3"
] |
gcalcli
|
gcalcli
| true |
{
"token": [
"calm",
"|main|"
],
"oracle_man": [
[],
[
"gcalcli_3"
]
]
}
|
11249
|
quickadd an event to your calendar
|
gcalcli --calendar {{calendar_name}} quick "{{mm/dd}} {{HH:MM}} {{event_name}}"
|
[
"gcalcli_3",
"gcalcli_4",
"gcalcli_6"
] |
gcalcli
|
gcalcli
| true |
{
"token": [
"--calendar",
"quick",
"|main|"
],
"oracle_man": [
[
"gcalcli_4",
"gcalcli_6"
],
[],
[
"gcalcli_3"
]
]
}
|
11250
|
add an event to calendar. triggers interactive prompt
|
gcalcli --calendar "{{calendar_name}}" add
|
[
"gcalcli_3",
"gcalcli_4",
"gcalcli_6"
] |
gcalcli
|
gcalcli
| true |
{
"token": [
"--calendar",
"add",
"|main|"
],
"oracle_man": [
[
"gcalcli_4",
"gcalcli_6"
],
[],
[
"gcalcli_3"
]
]
}
|
11251
|
remove job number 10
|
atrm {{10}}
|
[
"atrm_3"
] |
atrm
|
atrm
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"atrm_3",
"atrm_4",
"atrm_5",
"atrm_6",
"atrm_7",
"atrm_8",
"atrm_9",
"atrm_10",
"atrm_11",
"atrm_12",
"atrm_13",
"atrm_14",
"atrm_15"
]
]
}
|
11252
|
remove many jobs, separated by spaces
|
atrm {{15}} {{17}} {{22}}
|
[
"atrm_3"
] |
atrm
|
atrm
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"atrm_3",
"atrm_4",
"atrm_5",
"atrm_6",
"atrm_7",
"atrm_8",
"atrm_9",
"atrm_10",
"atrm_11",
"atrm_12",
"atrm_13",
"atrm_14",
"atrm_15"
]
]
}
|
11261
|
run python web app
|
uvicorn {{import.path:app_object}}
|
[
"uvicorn_3"
] |
uvicorn
|
uvicorn
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"uvicorn_3",
"uvicorn_4",
"uvicorn_5"
]
]
}
|
11262
|
listen on port 8080 on localhost
|
uvicorn --host {{localhost}} --port {{8080}} {{import.path:app_object}}
|
[
"uvicorn_2",
"uvicorn_3",
"uvicorn_7",
"uvicorn_8"
] |
uvicorn
|
uvicorn
| true |
{
"token": [
"--host",
"--port",
"|main|"
],
"oracle_man": [
[
"uvicorn_2",
"uvicorn_7"
],
[
"uvicorn_2",
"uvicorn_8"
],
[
"uvicorn_3",
"uvicorn_4",
"uvicorn_5"
]
]
}
|
11263
|
turn on live reload
|
uvicorn --reload {{import.path:app_object}}
|
[
"uvicorn_3"
] |
uvicorn
|
uvicorn
| true |
{
"token": [
"--reload",
"|main|"
],
"oracle_man": [
[],
[
"uvicorn_3",
"uvicorn_4",
"uvicorn_5"
]
]
}
|
11264
|
use 4 worker processes for handling requests
|
uvicorn --workers {{4}} {{import.path:app_object}}
|
[
"uvicorn_3"
] |
uvicorn
|
uvicorn
| true |
{
"token": [
"--workers",
"|main|"
],
"oracle_man": [
[],
[
"uvicorn_3",
"uvicorn_4",
"uvicorn_5"
]
]
}
|
11265
|
run app over https
|
uvicorn --ssl-certfile {{cert.pem}} --ssl-keyfile {{key.pem}} {{import.path:app_object}}
|
[
"uvicorn_3"
] |
uvicorn
|
uvicorn
| true |
{
"token": [
"--ssl-certfile",
"--ssl-keyfile",
"|main|"
],
"oracle_man": [
[],
[],
[
"uvicorn_3",
"uvicorn_4",
"uvicorn_5"
]
]
}
|
11266
|
show only the file name from a path
|
basename {{path/to/file}}
|
[
"basename_3"
] |
basename
|
basename
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"basename_3",
"basename_4",
"basename_5",
"basename_6",
"basename_7",
"basename_8",
"basename_9"
]
]
}
|
11267
|
show only the rightmost directory name from a path
|
basename {{path/to/directory/}}
|
[
"basename_3"
] |
basename
|
basename
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"basename_3",
"basename_4",
"basename_5",
"basename_6",
"basename_7",
"basename_8",
"basename_9"
]
]
}
|
11268
|
show only the file name from a path, with a suffix removed
|
basename {{path/to/file}} {{suffix}}
|
[
"basename_3"
] |
basename
|
basename
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"basename_3",
"basename_4",
"basename_5",
"basename_6",
"basename_7",
"basename_8",
"basename_9"
]
]
}
|
11277
|
bring most recently suspended background job to foreground
|
fg
|
[
"fg_4"
] |
fg
|
fg
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"fg_4",
"fg_5"
]
]
}
|
11278
|
bring a specific job to foreground
|
fg %{{job_id}}
|
[
"fg_4"
] |
fg
|
fg
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"fg_4",
"fg_5"
]
]
}
|
11279
|
enable autostart for the storage pool specified by name or uuid (determine using `virsh poollist`)
|
virsh pool-autostart --pool {{name|uuid}}
|
[
"virsh_4",
"virsh_1283",
"virsh_1284",
"virsh_1375",
"virsh_1397",
"virsh_1401",
"virsh_1405",
"virsh_1408",
"virsh_1411",
"virsh_1414",
"virsh_1421",
"virsh_1424",
"virsh_1429",
"virsh_1432",
"virsh_1447",
"virsh_1450",
"virsh_1452",
"virsh_1455",
"virsh_1459",
"virsh_1461",
"virsh_1469",
"virsh_1472",
"virsh_1478",
"virsh_1481",
"virsh_1483",
"virsh_1487"
] |
virsh
|
virsh-pool-autostart
| true |
{
"token": [
"pool-autostart",
"--pool",
"|main|"
],
"oracle_man": [
[
"virsh_1283",
"virsh_1284"
],
[
"virsh_1375",
"virsh_1397",
"virsh_1401",
"virsh_1405",
"virsh_1408",
"virsh_1411",
"virsh_1414",
"virsh_1421",
"virsh_1424",
"virsh_1429",
"virsh_1432",
"virsh_1447",
"virsh_1450",
"virsh_1452",
"virsh_1455",
"virsh_1459",
"virsh_1461",
"virsh_1469",
"virsh_1472",
"virsh_1478",
"virsh_1481",
"virsh_1483",
"virsh_1487"
],
[
"virsh_4",
"virsh_5",
"virsh_6",
"virsh_7",
"virsh_8",
"virsh_9",
"virsh_10",
"virsh_11",
"virsh_12",
"virsh_13",
"virsh_14",
"virsh_15",
"virsh_16",
"virsh_17",
"virsh_18",
"virsh_19",
"virsh_20",
"virsh_21",
"virsh_22",
"virsh_23",
"virsh_24",
"virsh_25",
"virsh_26",
"virsh_27",
"virsh_28",
"virsh_29",
"virsh_30",
"virsh_31",
"virsh_32",
"virsh_33"
]
]
}
|
11280
|
disable autostart for the storage pool specified by name or uuid
|
virsh pool-autostart --pool {{name|uuid}} --disable
|
[
"virsh_4",
"virsh_192",
"virsh_194",
"virsh_646",
"virsh_648",
"virsh_782",
"virsh_785",
"virsh_949",
"virsh_1141",
"virsh_1142",
"virsh_1145",
"virsh_1146",
"virsh_1283",
"virsh_1284",
"virsh_1375",
"virsh_1397",
"virsh_1401",
"virsh_1405",
"virsh_1408",
"virsh_1411",
"virsh_1414",
"virsh_1421",
"virsh_1424",
"virsh_1429",
"virsh_1432",
"virsh_1447",
"virsh_1450",
"virsh_1452",
"virsh_1455",
"virsh_1459",
"virsh_1461",
"virsh_1469",
"virsh_1472",
"virsh_1478",
"virsh_1481",
"virsh_1483",
"virsh_1487"
] |
virsh
|
virsh-pool-autostart
| true |
{
"token": [
"pool-autostart",
"--pool",
"--disable",
"|main|"
],
"oracle_man": [
[
"virsh_1283",
"virsh_1284"
],
[
"virsh_1375",
"virsh_1397",
"virsh_1401",
"virsh_1405",
"virsh_1408",
"virsh_1411",
"virsh_1414",
"virsh_1421",
"virsh_1424",
"virsh_1429",
"virsh_1432",
"virsh_1447",
"virsh_1450",
"virsh_1452",
"virsh_1455",
"virsh_1459",
"virsh_1461",
"virsh_1469",
"virsh_1472",
"virsh_1478",
"virsh_1481",
"virsh_1483",
"virsh_1487"
],
[
"virsh_192",
"virsh_194",
"virsh_646",
"virsh_648",
"virsh_782",
"virsh_785",
"virsh_949",
"virsh_1141",
"virsh_1142",
"virsh_1145",
"virsh_1146",
"virsh_1284"
],
[
"virsh_4",
"virsh_5",
"virsh_6",
"virsh_7",
"virsh_8",
"virsh_9",
"virsh_10",
"virsh_11",
"virsh_12",
"virsh_13",
"virsh_14",
"virsh_15",
"virsh_16",
"virsh_17",
"virsh_18",
"virsh_19",
"virsh_20",
"virsh_21",
"virsh_22",
"virsh_23",
"virsh_24",
"virsh_25",
"virsh_26",
"virsh_27",
"virsh_28",
"virsh_29",
"virsh_30",
"virsh_31",
"virsh_32",
"virsh_33"
]
]
}
|
11281
|
generate a postscript file from a text file
|
enscript {{path/to/input_file}} --output={{path/to/output_file}}
|
[
"enscript_3",
"enscript_67",
"enscript_69"
] |
enscript
|
enscript
| true |
{
"token": [
"--output",
"|main|"
],
"oracle_man": [
[
"enscript_67",
"enscript_69"
],
[
"enscript_3"
]
]
}
|
11282
|
generate a file in a different language than postscript
|
enscript {{path/to/input_file}} --language={{html|rtf|...}} --output={{path/to/output_file}}
|
[
"enscript_3",
"enscript_67",
"enscript_69",
"enscript_87"
] |
enscript
|
enscript
| true |
{
"token": [
"--language",
"--output",
"|main|"
],
"oracle_man": [
[
"enscript_87"
],
[
"enscript_67",
"enscript_69"
],
[
"enscript_3"
]
]
}
|
11283
|
generate a postscript file with a landscape layout, splitting the page into columns (maximum 9)
|
enscript {{path/to/input_file}} --columns={{num}} --landscape --output={{path/to/output_file}}
|
[
"enscript_3",
"enscript_5",
"enscript_67",
"enscript_69",
"enscript_72"
] |
enscript
|
enscript
| true |
{
"token": [
"--columns",
"--landscape",
"--output",
"|main|"
],
"oracle_man": [
[
"enscript_5"
],
[
"enscript_72"
],
[
"enscript_67",
"enscript_69"
],
[
"enscript_3"
]
]
}
|
11284
|
display available syntax highlighting languages and file formats
|
enscript --help-highlight
|
[
"enscript_3",
"enscript_33",
"enscript_123"
] |
enscript
|
enscript
| true |
{
"token": [
"--help-highlight",
"|main|"
],
"oracle_man": [
[
"enscript_33",
"enscript_123"
],
[
"enscript_3"
]
]
}
|
11285
|
generate a postscript file with syntax highlighting and color for a specified language
|
enscript {{path/to/input_file}} --color=1 --highlight={{language}} --output={{path/to/output_file}}
|
[
"enscript_3",
"enscript_31",
"enscript_45",
"enscript_67",
"enscript_69",
"enscript_123",
"enscript_124"
] |
enscript
|
enscript
| true |
{
"token": [
"--color=1",
"--highlight",
"--output",
"|main|"
],
"oracle_man": [
[],
[
"enscript_31",
"enscript_45",
"enscript_123",
"enscript_124"
],
[
"enscript_67",
"enscript_69"
],
[
"enscript_3"
]
]
}
|
11293
|
start a repl (interactive shell)
|
julia
|
[
"julia_3"
] |
julia
|
julia
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"julia_3",
"julia_4",
"julia_5",
"julia_6",
"julia_7",
"julia_8",
"julia_9",
"julia_10",
"julia_11",
"julia_12",
"julia_13",
"julia_14",
"julia_15",
"julia_16",
"julia_17",
"julia_18",
"julia_19",
"julia_20",
"julia_21",
"julia_22",
"julia_23",
"julia_24",
"julia_25",
"julia_26",
"julia_27",
"julia_28",
"julia_29",
"julia_30",
"julia_31",
"julia_32",
"julia_33",
"julia_34",
"julia_35",
"julia_36",
"julia_37",
"julia_38",
"julia_39",
"julia_40"
]
]
}
|
11294
|
execute a julia program and exit
|
julia {{program.jl}}
|
[
"julia_3"
] |
julia
|
julia
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"julia_3",
"julia_4",
"julia_5",
"julia_6",
"julia_7",
"julia_8",
"julia_9",
"julia_10",
"julia_11",
"julia_12",
"julia_13",
"julia_14",
"julia_15",
"julia_16",
"julia_17",
"julia_18",
"julia_19",
"julia_20",
"julia_21",
"julia_22",
"julia_23",
"julia_24",
"julia_25",
"julia_26",
"julia_27",
"julia_28",
"julia_29",
"julia_30",
"julia_31",
"julia_32",
"julia_33",
"julia_34",
"julia_35",
"julia_36",
"julia_37",
"julia_38",
"julia_39",
"julia_40"
]
]
}
|
11295
|
execute a julia program that takes arguments
|
julia {{program.jl}} {{arguments}}
|
[
"julia_3"
] |
julia
|
julia
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"julia_3",
"julia_4",
"julia_5",
"julia_6",
"julia_7",
"julia_8",
"julia_9",
"julia_10",
"julia_11",
"julia_12",
"julia_13",
"julia_14",
"julia_15",
"julia_16",
"julia_17",
"julia_18",
"julia_19",
"julia_20",
"julia_21",
"julia_22",
"julia_23",
"julia_24",
"julia_25",
"julia_26",
"julia_27",
"julia_28",
"julia_29",
"julia_30",
"julia_31",
"julia_32",
"julia_33",
"julia_34",
"julia_35",
"julia_36",
"julia_37",
"julia_38",
"julia_39",
"julia_40"
]
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.