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 |
---|---|---|---|---|---|---|---|
9872
|
display the url to the elvi's results page for a specific search
|
surfraw -print {{elvi}} "{{search_terms}}"
|
[
"surfraw_3"
] |
surfraw
|
surfraw
| true |
{
"token": [
"-print",
"|main|"
],
"oracle_man": [
[],
[
"surfraw_3",
"surfraw_4",
"surfraw_5",
"surfraw_6",
"surfraw_7",
"surfraw_8",
"surfraw_9",
"surfraw_10",
"surfraw_11",
"surfraw_12",
"surfraw_13",
"surfraw_14",
"surfraw_15",
"surfraw_16",
"surfraw_17",
"surfraw_18"
]
]
}
|
9873
|
search using the alias
|
sr {{elvi}} "{{search_terms}}"
|
[
"surfraw_3",
"surfraw_6",
"surfraw_7",
"surfraw_9",
"surfraw_11",
"surfraw_19",
"surfraw_28",
"surfraw_30"
] |
surfraw
|
surfraw
| true |
{
"token": [
"sr",
"|main|"
],
"oracle_man": [
[
"surfraw_6",
"surfraw_7",
"surfraw_9",
"surfraw_11",
"surfraw_19",
"surfraw_28",
"surfraw_30"
],
[
"surfraw_3",
"surfraw_4",
"surfraw_5",
"surfraw_6",
"surfraw_7",
"surfraw_8",
"surfraw_9",
"surfraw_10",
"surfraw_11",
"surfraw_12",
"surfraw_13",
"surfraw_14",
"surfraw_15",
"surfraw_16",
"surfraw_17",
"surfraw_18"
]
]
}
|
9874
|
open a file in an existing emacs server (using gui if available)
|
emacsclient {{path/to/file}}
|
[
"emacsclient_3"
] |
emacsclient
|
emacsclient
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"emacsclient_3",
"emacsclient_4",
"emacsclient_5",
"emacsclient_6",
"emacsclient_7",
"emacsclient_8"
]
]
}
|
9875
|
open a file in console mode (without an x window)
|
emacsclient --no-window-system {{path/to/file}}
|
[
"emacsclient_3"
] |
emacsclient
|
emacsclient
| true |
{
"token": [
"--no-window-system",
"|main|"
],
"oracle_man": [
[],
[
"emacsclient_3",
"emacsclient_4",
"emacsclient_5",
"emacsclient_6",
"emacsclient_7",
"emacsclient_8"
]
]
}
|
9876
|
open a file in a new emacs window
|
emacsclient --create-frame {{path/to/file}}
|
[
"emacsclient_3",
"emacsclient_11"
] |
emacsclient
|
emacsclient
| true |
{
"token": [
"--create-frame",
"|main|"
],
"oracle_man": [
[
"emacsclient_11"
],
[
"emacsclient_3",
"emacsclient_4",
"emacsclient_5",
"emacsclient_6",
"emacsclient_7",
"emacsclient_8"
]
]
}
|
9877
|
evaluate a command, printing the output to stdout, and then quit
|
emacsclient --eval '({{command}})'
|
[
"emacsclient_3",
"emacsclient_12"
] |
emacsclient
|
emacsclient
| true |
{
"token": [
"--eval",
"|main|"
],
"oracle_man": [
[
"emacsclient_12"
],
[
"emacsclient_3",
"emacsclient_4",
"emacsclient_5",
"emacsclient_6",
"emacsclient_7",
"emacsclient_8"
]
]
}
|
9878
|
specify an alternative editor in case no emacs server is running
|
emacsclient --alternate-editor {{editor}} {{path/to/file}}
|
[
"emacsclient_3",
"emacsclient_16"
] |
emacsclient
|
emacsclient
| true |
{
"token": [
"--alternate-editor",
"|main|"
],
"oracle_man": [
[
"emacsclient_16"
],
[
"emacsclient_3",
"emacsclient_4",
"emacsclient_5",
"emacsclient_6",
"emacsclient_7",
"emacsclient_8"
]
]
}
|
9879
|
stop a running emacs server and all its instances, asking for confirmation on unsaved files
|
emacsclient --eval '(save-buffers-kill-emacs)'
|
[
"emacsclient_3",
"emacsclient_12"
] |
emacsclient
|
emacsclient
| true |
{
"token": [
"--eval",
"(save-buffers-kill-emacs)",
"|main|"
],
"oracle_man": [
[
"emacsclient_12"
],
[],
[
"emacsclient_3",
"emacsclient_4",
"emacsclient_5",
"emacsclient_6",
"emacsclient_7",
"emacsclient_8"
]
]
}
|
9880
|
build an image
|
packer build {{path/to/config.json}}
|
[
"packer_3",
"packer_4",
"packer_5"
] |
packer
|
packer
| true |
{
"token": [
"build",
"|main|"
],
"oracle_man": [
[
"packer_3",
"packer_5"
],
[
"packer_4"
]
]
}
|
9881
|
check the syntax of a packer image config
|
packer validate {{path/to/config.json}}
|
[
"packer_4",
"packer_8"
] |
packer
|
packer
| true |
{
"token": [
"validate",
"|main|"
],
"oracle_man": [
[
"packer_8"
],
[
"packer_4"
]
]
}
|
9896
|
unstage everything
|
git reset
|
[
"git-reset_2",
"git-reset_3",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55",
"git-reset_56"
] |
git-reset
|
git-reset
| true |
{
"token": [
"git",
"reset",
"|main|"
],
"oracle_man": [
[
"git-reset_2",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55"
],
[
"git-reset_2",
"git-reset_4",
"git-reset_7",
"git-reset_9",
"git-reset_49",
"git-reset_55",
"git-reset_56"
],
[
"git-reset_3",
"git-reset_4",
"git-reset_5",
"git-reset_6",
"git-reset_7",
"git-reset_8",
"git-reset_9",
"git-reset_10",
"git-reset_11",
"git-reset_12",
"git-reset_13",
"git-reset_14",
"git-reset_15",
"git-reset_16",
"git-reset_17",
"git-reset_18"
]
]
}
|
9897
|
unstage specific file(s)
|
git reset {{path/to/file(s)}}
|
[
"git-reset_2",
"git-reset_3",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55",
"git-reset_56"
] |
git-reset
|
git-reset
| true |
{
"token": [
"git",
"reset",
"|main|"
],
"oracle_man": [
[
"git-reset_2",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55"
],
[
"git-reset_2",
"git-reset_4",
"git-reset_7",
"git-reset_9",
"git-reset_49",
"git-reset_55",
"git-reset_56"
],
[
"git-reset_3",
"git-reset_4",
"git-reset_5",
"git-reset_6",
"git-reset_7",
"git-reset_8",
"git-reset_9",
"git-reset_10",
"git-reset_11",
"git-reset_12",
"git-reset_13",
"git-reset_14",
"git-reset_15",
"git-reset_16",
"git-reset_17",
"git-reset_18"
]
]
}
|
9898
|
interactively unstage portions of a file
|
git reset --patch {{path/to/file}}
|
[
"git-reset_2",
"git-reset_3",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_8",
"git-reset_9",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55",
"git-reset_56"
] |
git-reset
|
git-reset
| true |
{
"token": [
"git",
"reset",
"--patch",
"|main|"
],
"oracle_man": [
[
"git-reset_2",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55"
],
[
"git-reset_2",
"git-reset_4",
"git-reset_7",
"git-reset_9",
"git-reset_49",
"git-reset_55",
"git-reset_56"
],
[
"git-reset_2",
"git-reset_7",
"git-reset_8"
],
[
"git-reset_3",
"git-reset_4",
"git-reset_5",
"git-reset_6",
"git-reset_7",
"git-reset_8",
"git-reset_9",
"git-reset_10",
"git-reset_11",
"git-reset_12",
"git-reset_13",
"git-reset_14",
"git-reset_15",
"git-reset_16",
"git-reset_17",
"git-reset_18"
]
]
}
|
9899
|
undo the last commit, keeping its changes (and any further uncommitted changes) in the filesystem
|
git reset HEAD~
|
[
"git-reset_2",
"git-reset_3",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55",
"git-reset_56"
] |
git-reset
|
git-reset
| true |
{
"token": [
"git",
"reset",
"HEAD~",
"|main|"
],
"oracle_man": [
[
"git-reset_2",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55"
],
[
"git-reset_2",
"git-reset_4",
"git-reset_7",
"git-reset_9",
"git-reset_49",
"git-reset_55",
"git-reset_56"
],
[],
[
"git-reset_3",
"git-reset_4",
"git-reset_5",
"git-reset_6",
"git-reset_7",
"git-reset_8",
"git-reset_9",
"git-reset_10",
"git-reset_11",
"git-reset_12",
"git-reset_13",
"git-reset_14",
"git-reset_15",
"git-reset_16",
"git-reset_17",
"git-reset_18"
]
]
}
|
9900
|
undo the last two commits, adding their changes to the index, i.e. staged for commit
|
git reset --soft HEAD~2
|
[
"git-reset_2",
"git-reset_3",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_10",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55",
"git-reset_56"
] |
git-reset
|
git-reset
| true |
{
"token": [
"git",
"reset",
"--soft",
"HEAD~2",
"|main|"
],
"oracle_man": [
[
"git-reset_2",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55"
],
[
"git-reset_2",
"git-reset_4",
"git-reset_7",
"git-reset_9",
"git-reset_49",
"git-reset_55",
"git-reset_56"
],
[
"git-reset_2",
"git-reset_10",
"git-reset_29",
"git-reset_45"
],
[],
[
"git-reset_3",
"git-reset_4",
"git-reset_5",
"git-reset_6",
"git-reset_7",
"git-reset_8",
"git-reset_9",
"git-reset_10",
"git-reset_11",
"git-reset_12",
"git-reset_13",
"git-reset_14",
"git-reset_15",
"git-reset_16",
"git-reset_17",
"git-reset_18"
]
]
}
|
9901
|
discard any uncommitted changes, staged or not (for only unstaged changes, use `git checkout`)
|
git reset --hard
|
[
"git-reset_2",
"git-reset_3",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_13",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_40",
"git-reset_42",
"git-reset_43",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55",
"git-reset_56"
] |
git-reset
|
git-reset
| true |
{
"token": [
"git",
"reset",
"--hard",
"|main|"
],
"oracle_man": [
[
"git-reset_2",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55"
],
[
"git-reset_2",
"git-reset_4",
"git-reset_7",
"git-reset_9",
"git-reset_49",
"git-reset_55",
"git-reset_56"
],
[
"git-reset_2",
"git-reset_13",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_40",
"git-reset_43"
],
[
"git-reset_3",
"git-reset_4",
"git-reset_5",
"git-reset_6",
"git-reset_7",
"git-reset_8",
"git-reset_9",
"git-reset_10",
"git-reset_11",
"git-reset_12",
"git-reset_13",
"git-reset_14",
"git-reset_15",
"git-reset_16",
"git-reset_17",
"git-reset_18"
]
]
}
|
9902
|
reset the repository to a given commit, discarding committed, staged and uncommitted changes since then
|
git reset --hard {{commit}}
|
[
"git-reset_2",
"git-reset_3",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_13",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_40",
"git-reset_42",
"git-reset_43",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55",
"git-reset_56"
] |
git-reset
|
git-reset
| true |
{
"token": [
"git",
"reset",
"--hard",
"|main|"
],
"oracle_man": [
[
"git-reset_2",
"git-reset_4",
"git-reset_6",
"git-reset_7",
"git-reset_9",
"git-reset_26",
"git-reset_29",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_42",
"git-reset_45",
"git-reset_49",
"git-reset_52",
"git-reset_55"
],
[
"git-reset_2",
"git-reset_4",
"git-reset_7",
"git-reset_9",
"git-reset_49",
"git-reset_55",
"git-reset_56"
],
[
"git-reset_2",
"git-reset_13",
"git-reset_33",
"git-reset_36",
"git-reset_39",
"git-reset_40",
"git-reset_43"
],
[
"git-reset_3",
"git-reset_4",
"git-reset_5",
"git-reset_6",
"git-reset_7",
"git-reset_8",
"git-reset_9",
"git-reset_10",
"git-reset_11",
"git-reset_12",
"git-reset_13",
"git-reset_14",
"git-reset_15",
"git-reset_16",
"git-reset_17",
"git-reset_18"
]
]
}
|
9907
|
start a daemon with the default settings
|
distccd --daemon
|
[
"distccd_2",
"distccd_3",
"distccd_13",
"distccd_17",
"distccd_45"
] |
distccd
|
distccd
| true |
{
"token": [
"--daemon",
"|main|"
],
"oracle_man": [
[
"distccd_2",
"distccd_13",
"distccd_17",
"distccd_45"
],
[
"distccd_3",
"distccd_4",
"distccd_5",
"distccd_6",
"distccd_7",
"distccd_8"
]
]
}
|
9908
|
start a daemon, accepting connections from ipv4 private network ranges
|
distccd --daemon --allow-private
|
[
"distccd_2",
"distccd_3",
"distccd_13",
"distccd_17",
"distccd_33",
"distccd_45"
] |
distccd
|
distccd
| true |
{
"token": [
"--daemon",
"--allow-private",
"|main|"
],
"oracle_man": [
[
"distccd_2",
"distccd_13",
"distccd_17",
"distccd_45"
],
[
"distccd_33"
],
[
"distccd_3",
"distccd_4",
"distccd_5",
"distccd_6",
"distccd_7",
"distccd_8"
]
]
}
|
9909
|
start a daemon, accepting connections from a specific network address or address range
|
distccd --daemon --allow {{ip_address|network_prefix}}
|
[
"distccd_2",
"distccd_3",
"distccd_6",
"distccd_13",
"distccd_17",
"distccd_32",
"distccd_33",
"distccd_45"
] |
distccd
|
distccd
| true |
{
"token": [
"--daemon",
"--allow",
"|main|"
],
"oracle_man": [
[
"distccd_2",
"distccd_13",
"distccd_17",
"distccd_45"
],
[
"distccd_6",
"distccd_32",
"distccd_33"
],
[
"distccd_3",
"distccd_4",
"distccd_5",
"distccd_6",
"distccd_7",
"distccd_8"
]
]
}
|
9910
|
start a daemon with a lowered priority that can run a maximum of 4 tasks at a time
|
distccd --daemon --jobs {{4}} --nice {{5}}
|
[
"distccd_2",
"distccd_3",
"distccd_13",
"distccd_17",
"distccd_26",
"distccd_27",
"distccd_45"
] |
distccd
|
distccd
| true |
{
"token": [
"--daemon",
"--jobs",
"--nice",
"|main|"
],
"oracle_man": [
[
"distccd_2",
"distccd_13",
"distccd_17",
"distccd_45"
],
[
"distccd_26"
],
[
"distccd_27"
],
[
"distccd_3",
"distccd_4",
"distccd_5",
"distccd_6",
"distccd_7",
"distccd_8"
]
]
}
|
9911
|
start a daemon and register it via mdns/dnssd (zeroconf)
|
distccd --daemon --zeroconf
|
[
"distccd_2",
"distccd_3",
"distccd_13",
"distccd_17",
"distccd_45",
"distccd_47"
] |
distccd
|
distccd
| true |
{
"token": [
"--daemon",
"--zeroconf",
"|main|"
],
"oracle_man": [
[
"distccd_2",
"distccd_13",
"distccd_17",
"distccd_45"
],
[
"distccd_47"
],
[
"distccd_3",
"distccd_4",
"distccd_5",
"distccd_6",
"distccd_7",
"distccd_8"
]
]
}
|
9912
|
view a presentation
|
tpp {{filename}}
|
[
"tpp_3"
] |
tpp
|
tpp
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"tpp_3",
"tpp_4"
]
]
}
|
9913
|
output a presentation
|
tpp -t {{type}} -o {{outputname}} {{filename}}
|
[
"tpp_3"
] |
tpp
|
tpp
| true |
{
"token": [
"-t",
"-o",
"|main|"
],
"oracle_man": [
[],
[],
[
"tpp_3",
"tpp_4"
]
]
}
|
9914
|
go to the given directory
|
cd {{path/to/directory}}
|
[
"cd_5"
] |
cd
|
cd
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"cd_5",
"cd_6",
"cd_7",
"cd_8",
"cd_9",
"cd_10",
"cd_11",
"cd_12",
"cd_13",
"cd_14",
"cd_15",
"cd_16",
"cd_17",
"cd_18",
"cd_19",
"cd_20",
"cd_21"
]
]
}
|
9915
|
go to the home directory of the current user
|
cd
|
[
"cd_5"
] |
cd
|
cd
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"cd_5",
"cd_6",
"cd_7",
"cd_8",
"cd_9",
"cd_10",
"cd_11",
"cd_12",
"cd_13",
"cd_14",
"cd_15",
"cd_16",
"cd_17",
"cd_18",
"cd_19",
"cd_20",
"cd_21"
]
]
}
|
9916
|
go up to the parent of the current directory
|
cd ..
|
[
"cd_5"
] |
cd
|
cd
| true |
{
"token": [
"..",
"|main|"
],
"oracle_man": [
[],
[
"cd_5",
"cd_6",
"cd_7",
"cd_8",
"cd_9",
"cd_10",
"cd_11",
"cd_12",
"cd_13",
"cd_14",
"cd_15",
"cd_16",
"cd_17",
"cd_18",
"cd_19",
"cd_20",
"cd_21"
]
]
}
|
9917
|
go to the previously chosen directory
|
cd -
|
[
"cd_5",
"cd_6",
"cd_7",
"cd_9",
"cd_10",
"cd_15",
"cd_17",
"cd_18",
"cd_24",
"cd_25",
"cd_26",
"cd_35",
"cd_38",
"cd_39",
"cd_45",
"cd_56",
"cd_61"
] |
cd
|
cd
| true |
{
"token": [
"-",
"|main|"
],
"oracle_man": [
[
"cd_6",
"cd_7",
"cd_9",
"cd_10",
"cd_15",
"cd_17",
"cd_18",
"cd_24",
"cd_25",
"cd_26",
"cd_35",
"cd_38",
"cd_39",
"cd_45",
"cd_56",
"cd_61"
],
[
"cd_5",
"cd_6",
"cd_7",
"cd_8",
"cd_9",
"cd_10",
"cd_11",
"cd_12",
"cd_13",
"cd_14",
"cd_15",
"cd_16",
"cd_17",
"cd_18",
"cd_19",
"cd_20",
"cd_21"
]
]
}
|
9918
|
install shell completion for the current shell (supports bash, fish, zsh and powershell)
|
pio system completion install
|
[
"pio_1",
"pio_22",
"pio_33",
"pio_130",
"pio_158",
"pio_160",
"pio_183",
"pio_190",
"pio_192",
"pio_247",
"pio_730",
"pio_741",
"pio_742",
"pio_743",
"pio_744",
"pio_745",
"pio_1183",
"pio_1197",
"pio_1245",
"pio_1248",
"pio_1251",
"pio_1735",
"pio_1737",
"pio_1744",
"pio_1745",
"pio_1762",
"pio_1763",
"pio_1780",
"pio_4100",
"pio_4365",
"pio_4366",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_26221",
"pio_26244",
"pio_26305",
"pio_26329",
"pio_26356",
"pio_26380",
"pio_26406",
"pio_26443",
"pio_26473",
"pio_26496",
"pio_26520",
"pio_26547",
"pio_26573",
"pio_26600",
"pio_26691",
"pio_26716",
"pio_26742",
"pio_26768",
"pio_26796",
"pio_26833",
"pio_27217",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27528",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_27931",
"pio_27936",
"pio_27941",
"pio_28001",
"pio_28006",
"pio_28011",
"pio_28101",
"pio_28106",
"pio_28111",
"pio_28135",
"pio_28141",
"pio_28152",
"pio_28162",
"pio_28171",
"pio_28181",
"pio_28190",
"pio_28352",
"pio_28378",
"pio_28428",
"pio_28738",
"pio_28852",
"pio_28872",
"pio_29001",
"pio_29107"
] |
pio
|
pio-system
| true |
{
"token": [
"system",
"completion",
"install",
"|main|"
],
"oracle_man": [
[
"pio_22",
"pio_33",
"pio_1735",
"pio_1737",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_27217",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_28428",
"pio_28738",
"pio_28852",
"pio_28872",
"pio_29001"
],
[
"pio_1744",
"pio_1745",
"pio_1762",
"pio_1763",
"pio_1780",
"pio_27528",
"pio_28352",
"pio_28378",
"pio_29107"
],
[
"pio_130",
"pio_158",
"pio_160",
"pio_183",
"pio_190",
"pio_192",
"pio_247",
"pio_730",
"pio_741",
"pio_742",
"pio_743",
"pio_744",
"pio_745",
"pio_1183",
"pio_1197",
"pio_1245",
"pio_1248",
"pio_1251",
"pio_4100",
"pio_4365",
"pio_4366",
"pio_26221",
"pio_26244",
"pio_26305",
"pio_26329",
"pio_26356",
"pio_26380",
"pio_26406",
"pio_26443",
"pio_26473",
"pio_26496",
"pio_26520",
"pio_26547",
"pio_26573",
"pio_26600",
"pio_26691",
"pio_26716",
"pio_26742",
"pio_26768",
"pio_26796",
"pio_26833",
"pio_27931",
"pio_27936",
"pio_27941",
"pio_28001",
"pio_28006",
"pio_28011",
"pio_28101",
"pio_28106",
"pio_28111",
"pio_28135",
"pio_28141",
"pio_28152",
"pio_28162",
"pio_28171",
"pio_28181",
"pio_28190"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9919
|
uninstall shell completion for the current shell
|
pio system completion uninstall
|
[
"pio_1",
"pio_22",
"pio_33",
"pio_189",
"pio_196",
"pio_219",
"pio_220",
"pio_1033",
"pio_1039",
"pio_1040",
"pio_1041",
"pio_1324",
"pio_1329",
"pio_1735",
"pio_1737",
"pio_1744",
"pio_1745",
"pio_1762",
"pio_1763",
"pio_1780",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_27217",
"pio_27358",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27528",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_28352",
"pio_28378",
"pio_28420",
"pio_28428",
"pio_28738",
"pio_28852",
"pio_28872",
"pio_29001",
"pio_29107"
] |
pio
|
pio-system
| true |
{
"token": [
"system",
"completion",
"uninstall",
"|main|"
],
"oracle_man": [
[
"pio_22",
"pio_33",
"pio_1735",
"pio_1737",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_27217",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_28428",
"pio_28738",
"pio_28852",
"pio_28872",
"pio_29001"
],
[
"pio_1744",
"pio_1745",
"pio_1762",
"pio_1763",
"pio_1780",
"pio_27528",
"pio_28352",
"pio_28378",
"pio_29107"
],
[
"pio_189",
"pio_196",
"pio_219",
"pio_220",
"pio_1033",
"pio_1039",
"pio_1040",
"pio_1041",
"pio_1324",
"pio_1329",
"pio_27358",
"pio_28420"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9920
|
display systemwide platformio information
|
pio system info
|
[
"pio_1",
"pio_22",
"pio_33",
"pio_1735",
"pio_1737",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_27217",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_28428",
"pio_28738",
"pio_28828",
"pio_28852",
"pio_28872",
"pio_29001"
] |
pio
|
pio-system
| true |
{
"token": [
"system",
"info",
"|main|"
],
"oracle_man": [
[
"pio_22",
"pio_33",
"pio_1735",
"pio_1737",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_27217",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_28428",
"pio_28738",
"pio_28852",
"pio_28872",
"pio_29001"
],
[
"pio_28828"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9921
|
remove unused platformio data
|
pio system prune
|
[
"pio_1",
"pio_22",
"pio_33",
"pio_1735",
"pio_1737",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_27217",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_28428",
"pio_28738",
"pio_28852",
"pio_28872",
"pio_29001"
] |
pio
|
pio-system
| true |
{
"token": [
"system",
"prune",
"|main|"
],
"oracle_man": [
[
"pio_22",
"pio_33",
"pio_1735",
"pio_1737",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_27217",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_28428",
"pio_28738",
"pio_28852",
"pio_28872",
"pio_29001"
],
[],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9922
|
remove only cached data
|
pio system prune --cache
|
[
"pio_1",
"pio_22",
"pio_33",
"pio_1735",
"pio_1737",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_27217",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_28428",
"pio_28738",
"pio_28852",
"pio_28872",
"pio_29001"
] |
pio
|
pio-system
| true |
{
"token": [
"system",
"prune",
"--cache",
"|main|"
],
"oracle_man": [
[
"pio_22",
"pio_33",
"pio_1735",
"pio_1737",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_27217",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_28428",
"pio_28738",
"pio_28852",
"pio_28872",
"pio_29001"
],
[],
[],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9923
|
list unused platformio data that would be removed but do not actually remove it
|
pio system prune --dry-run
|
[
"pio_1",
"pio_22",
"pio_33",
"pio_1074",
"pio_1075",
"pio_1343",
"pio_1344",
"pio_1545",
"pio_1546",
"pio_1735",
"pio_1737",
"pio_1838",
"pio_1839",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_27217",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_28428",
"pio_28648",
"pio_28738",
"pio_28852",
"pio_28872",
"pio_29001",
"pio_29404"
] |
pio
|
pio-system
| true |
{
"token": [
"system",
"prune",
"--dry-run",
"|main|"
],
"oracle_man": [
[
"pio_22",
"pio_33",
"pio_1735",
"pio_1737",
"pio_5118",
"pio_5906",
"pio_5911",
"pio_27217",
"pio_27456",
"pio_27477",
"pio_27521",
"pio_27546",
"pio_27572",
"pio_27625",
"pio_27677",
"pio_27720",
"pio_27754",
"pio_28428",
"pio_28738",
"pio_28852",
"pio_28872",
"pio_29001"
],
[],
[
"pio_1074",
"pio_1075",
"pio_1343",
"pio_1344",
"pio_1545",
"pio_1546",
"pio_1838",
"pio_1839",
"pio_28648",
"pio_29404"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9924
|
convert an stl file to an obj file
|
meshlabserver -i {{input.stl}} -o {{output.obj}}
|
[
"meshlabserver_2",
"meshlabserver_3",
"meshlabserver_9",
"meshlabserver_10",
"meshlabserver_33",
"meshlabserver_34",
"meshlabserver_35"
] |
meshlabserver
|
meshlabserver
| true |
{
"token": [
"-i",
"-o",
"|main|"
],
"oracle_man": [
[
"meshlabserver_2",
"meshlabserver_9",
"meshlabserver_33",
"meshlabserver_34",
"meshlabserver_35"
],
[
"meshlabserver_2",
"meshlabserver_10",
"meshlabserver_33",
"meshlabserver_34"
],
[
"meshlabserver_3",
"meshlabserver_4",
"meshlabserver_5",
"meshlabserver_6",
"meshlabserver_7",
"meshlabserver_8",
"meshlabserver_9",
"meshlabserver_10",
"meshlabserver_11",
"meshlabserver_12",
"meshlabserver_13",
"meshlabserver_14",
"meshlabserver_15",
"meshlabserver_16",
"meshlabserver_17",
"meshlabserver_18",
"meshlabserver_19",
"meshlabserver_20",
"meshlabserver_21",
"meshlabserver_22",
"meshlabserver_23",
"meshlabserver_24",
"meshlabserver_25",
"meshlabserver_26",
"meshlabserver_27",
"meshlabserver_28",
"meshlabserver_29",
"meshlabserver_30",
"meshlabserver_31"
]
]
}
|
9925
|
convert a wrl file to a off file, including the vertex and face normals in the output mesh
|
meshlabserver -i {{input.wrl}} -o {{output.off}} -om vn fn
|
[
"meshlabserver_2",
"meshlabserver_3",
"meshlabserver_9",
"meshlabserver_10",
"meshlabserver_15",
"meshlabserver_19",
"meshlabserver_25",
"meshlabserver_33",
"meshlabserver_34",
"meshlabserver_35"
] |
meshlabserver
|
meshlabserver
| true |
{
"token": [
"-i",
"-o",
"-om",
"vn",
"fn",
"|main|"
],
"oracle_man": [
[
"meshlabserver_2",
"meshlabserver_9",
"meshlabserver_33",
"meshlabserver_34",
"meshlabserver_35"
],
[
"meshlabserver_2",
"meshlabserver_10",
"meshlabserver_33",
"meshlabserver_34"
],
[
"meshlabserver_2",
"meshlabserver_10",
"meshlabserver_15",
"meshlabserver_33",
"meshlabserver_34"
],
[
"meshlabserver_19"
],
[
"meshlabserver_25"
],
[
"meshlabserver_3",
"meshlabserver_4",
"meshlabserver_5",
"meshlabserver_6",
"meshlabserver_7",
"meshlabserver_8",
"meshlabserver_9",
"meshlabserver_10",
"meshlabserver_11",
"meshlabserver_12",
"meshlabserver_13",
"meshlabserver_14",
"meshlabserver_15",
"meshlabserver_16",
"meshlabserver_17",
"meshlabserver_18",
"meshlabserver_19",
"meshlabserver_20",
"meshlabserver_21",
"meshlabserver_22",
"meshlabserver_23",
"meshlabserver_24",
"meshlabserver_25",
"meshlabserver_26",
"meshlabserver_27",
"meshlabserver_28",
"meshlabserver_29",
"meshlabserver_30",
"meshlabserver_31"
]
]
}
|
9926
|
dump a list of all the available processing filters into a file
|
meshlabserver -d {{filename}}
|
[
"meshlabserver_2",
"meshlabserver_3",
"meshlabserver_5"
] |
meshlabserver
|
meshlabserver
| true |
{
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"meshlabserver_2",
"meshlabserver_5"
],
[
"meshlabserver_3",
"meshlabserver_4",
"meshlabserver_5",
"meshlabserver_6",
"meshlabserver_7",
"meshlabserver_8",
"meshlabserver_9",
"meshlabserver_10",
"meshlabserver_11",
"meshlabserver_12",
"meshlabserver_13",
"meshlabserver_14",
"meshlabserver_15",
"meshlabserver_16",
"meshlabserver_17",
"meshlabserver_18",
"meshlabserver_19",
"meshlabserver_20",
"meshlabserver_21",
"meshlabserver_22",
"meshlabserver_23",
"meshlabserver_24",
"meshlabserver_25",
"meshlabserver_26",
"meshlabserver_27",
"meshlabserver_28",
"meshlabserver_29",
"meshlabserver_30",
"meshlabserver_31"
]
]
}
|
9927
|
process a 3d file using a filter script created in the meshlab gui (filters > show current filter script > save script)
|
meshlabserver -i {{input.ply}} -o {{output.ply}} -s {{filter_script.mlx}}
|
[
"meshlabserver_2",
"meshlabserver_3",
"meshlabserver_9",
"meshlabserver_10",
"meshlabserver_15",
"meshlabserver_31",
"meshlabserver_33",
"meshlabserver_34",
"meshlabserver_35"
] |
meshlabserver
|
meshlabserver
| true |
{
"token": [
"-i",
"-o",
"-s",
"|main|"
],
"oracle_man": [
[
"meshlabserver_2",
"meshlabserver_9",
"meshlabserver_33",
"meshlabserver_34",
"meshlabserver_35"
],
[
"meshlabserver_2",
"meshlabserver_10",
"meshlabserver_33",
"meshlabserver_34"
],
[
"meshlabserver_2",
"meshlabserver_15",
"meshlabserver_31",
"meshlabserver_33",
"meshlabserver_34",
"meshlabserver_35"
],
[
"meshlabserver_3",
"meshlabserver_4",
"meshlabserver_5",
"meshlabserver_6",
"meshlabserver_7",
"meshlabserver_8",
"meshlabserver_9",
"meshlabserver_10",
"meshlabserver_11",
"meshlabserver_12",
"meshlabserver_13",
"meshlabserver_14",
"meshlabserver_15",
"meshlabserver_16",
"meshlabserver_17",
"meshlabserver_18",
"meshlabserver_19",
"meshlabserver_20",
"meshlabserver_21",
"meshlabserver_22",
"meshlabserver_23",
"meshlabserver_24",
"meshlabserver_25",
"meshlabserver_26",
"meshlabserver_27",
"meshlabserver_28",
"meshlabserver_29",
"meshlabserver_30",
"meshlabserver_31"
]
]
}
|
9928
|
process a 3d file using a filter script, writing the output of the filters into a log file
|
meshlabserver -i {{input.x3d}} -o {{output.x3d}} -s {{filter_script.mlx}} -l {{logfile}}
|
[
"meshlabserver_2",
"meshlabserver_3",
"meshlabserver_6",
"meshlabserver_9",
"meshlabserver_10",
"meshlabserver_11",
"meshlabserver_15",
"meshlabserver_31",
"meshlabserver_33",
"meshlabserver_34",
"meshlabserver_35"
] |
meshlabserver
|
meshlabserver
| true |
{
"token": [
"-i",
"-o",
"-s",
"-l",
"|main|"
],
"oracle_man": [
[
"meshlabserver_2",
"meshlabserver_9",
"meshlabserver_33",
"meshlabserver_34",
"meshlabserver_35"
],
[
"meshlabserver_2",
"meshlabserver_10",
"meshlabserver_33",
"meshlabserver_34"
],
[
"meshlabserver_2",
"meshlabserver_15",
"meshlabserver_31",
"meshlabserver_33",
"meshlabserver_34",
"meshlabserver_35"
],
[
"meshlabserver_2",
"meshlabserver_6",
"meshlabserver_10",
"meshlabserver_11",
"meshlabserver_34",
"meshlabserver_35"
],
[
"meshlabserver_3",
"meshlabserver_4",
"meshlabserver_5",
"meshlabserver_6",
"meshlabserver_7",
"meshlabserver_8",
"meshlabserver_9",
"meshlabserver_10",
"meshlabserver_11",
"meshlabserver_12",
"meshlabserver_13",
"meshlabserver_14",
"meshlabserver_15",
"meshlabserver_16",
"meshlabserver_17",
"meshlabserver_18",
"meshlabserver_19",
"meshlabserver_20",
"meshlabserver_21",
"meshlabserver_22",
"meshlabserver_23",
"meshlabserver_24",
"meshlabserver_25",
"meshlabserver_26",
"meshlabserver_27",
"meshlabserver_28",
"meshlabserver_29",
"meshlabserver_30",
"meshlabserver_31"
]
]
}
|
9937
|
revert the most recent commit
|
git revert {{HEAD}}
|
[
"git-revert_2",
"git-revert_3",
"git-revert_4",
"git-revert_24",
"git-revert_25"
] |
git-revert
|
git-revert
| true |
{
"token": [
"git",
"revert",
"|main|"
],
"oracle_man": [
[
"git-revert_2",
"git-revert_4",
"git-revert_24",
"git-revert_25"
],
[
"git-revert_2",
"git-revert_4",
"git-revert_24",
"git-revert_25"
],
[
"git-revert_3",
"git-revert_4",
"git-revert_5"
]
]
}
|
9938
|
revert the 5th last commit
|
git revert HEAD~{{4}}
|
[
"git-revert_2",
"git-revert_3",
"git-revert_4",
"git-revert_24",
"git-revert_25"
] |
git-revert
|
git-revert
| true |
{
"token": [
"git",
"revert",
"|main|"
],
"oracle_man": [
[
"git-revert_2",
"git-revert_4",
"git-revert_24",
"git-revert_25"
],
[
"git-revert_2",
"git-revert_4",
"git-revert_24",
"git-revert_25"
],
[
"git-revert_3",
"git-revert_4",
"git-revert_5"
]
]
}
|
9939
|
revert multiple commits
|
git revert {{branch_name~5..branch_name~2}}
|
[
"git-revert_2",
"git-revert_3",
"git-revert_4",
"git-revert_24",
"git-revert_25"
] |
git-revert
|
git-revert
| true |
{
"token": [
"git",
"revert",
"|main|"
],
"oracle_man": [
[
"git-revert_2",
"git-revert_4",
"git-revert_24",
"git-revert_25"
],
[
"git-revert_2",
"git-revert_4",
"git-revert_24",
"git-revert_25"
],
[
"git-revert_3",
"git-revert_4",
"git-revert_5"
]
]
}
|
9940
|
don't create new commits, just change the working tree
|
git revert -n {{0c01a9..9a1743}}
|
[
"git-revert_2",
"git-revert_3",
"git-revert_4",
"git-revert_6",
"git-revert_8",
"git-revert_11",
"git-revert_13",
"git-revert_15",
"git-revert_19",
"git-revert_24",
"git-revert_25"
] |
git-revert
|
git-revert
| true |
{
"token": [
"git",
"revert",
"-n",
"|main|"
],
"oracle_man": [
[
"git-revert_2",
"git-revert_4",
"git-revert_24",
"git-revert_25"
],
[
"git-revert_2",
"git-revert_4",
"git-revert_24",
"git-revert_25"
],
[
"git-revert_2",
"git-revert_6",
"git-revert_8",
"git-revert_11",
"git-revert_13",
"git-revert_15",
"git-revert_19",
"git-revert_25"
],
[
"git-revert_3",
"git-revert_4",
"git-revert_5"
]
]
}
|
9941
|
move a file to an arbitrary location
|
mv {{source}} {{target}}
|
[
"mv_3"
] |
mv
|
mv
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"mv_3",
"mv_4",
"mv_5",
"mv_6",
"mv_7",
"mv_8",
"mv_9",
"mv_10",
"mv_11",
"mv_12",
"mv_13",
"mv_14",
"mv_15",
"mv_16",
"mv_17",
"mv_18",
"mv_19",
"mv_20",
"mv_21",
"mv_22",
"mv_23",
"mv_24"
]
]
}
|
9942
|
move files into another directory, keeping the filenames
|
mv {{source1}} {{source2}} {{source3}} {{target_directory}}
|
[
"mv_3"
] |
mv
|
mv
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"mv_3",
"mv_4",
"mv_5",
"mv_6",
"mv_7",
"mv_8",
"mv_9",
"mv_10",
"mv_11",
"mv_12",
"mv_13",
"mv_14",
"mv_15",
"mv_16",
"mv_17",
"mv_18",
"mv_19",
"mv_20",
"mv_21",
"mv_22",
"mv_23",
"mv_24"
]
]
}
|
9943
|
do not prompt for confirmation before overwriting existing files
|
mv -f {{source}} {{target}}
|
[
"mv_3",
"mv_7",
"mv_10"
] |
mv
|
mv
| true |
{
"token": [
"-f",
"|main|"
],
"oracle_man": [
[
"mv_7",
"mv_10"
],
[
"mv_3",
"mv_4",
"mv_5",
"mv_6",
"mv_7",
"mv_8",
"mv_9",
"mv_10",
"mv_11",
"mv_12",
"mv_13",
"mv_14",
"mv_15",
"mv_16",
"mv_17",
"mv_18",
"mv_19",
"mv_20",
"mv_21",
"mv_22",
"mv_23",
"mv_24"
]
]
}
|
9944
|
prompt for confirmation before overwriting existing files, regardless of file permissions
|
mv -i {{source}} {{target}}
|
[
"mv_3",
"mv_8",
"mv_10"
] |
mv
|
mv
| true |
{
"token": [
"-i",
"|main|"
],
"oracle_man": [
[
"mv_8",
"mv_10"
],
[
"mv_3",
"mv_4",
"mv_5",
"mv_6",
"mv_7",
"mv_8",
"mv_9",
"mv_10",
"mv_11",
"mv_12",
"mv_13",
"mv_14",
"mv_15",
"mv_16",
"mv_17",
"mv_18",
"mv_19",
"mv_20",
"mv_21",
"mv_22",
"mv_23",
"mv_24"
]
]
}
|
9945
|
do not overwrite existing files at the target
|
mv -n {{source}} {{target}}
|
[
"mv_3",
"mv_9",
"mv_10",
"mv_14"
] |
mv
|
mv
| true |
{
"token": [
"-n",
"|main|"
],
"oracle_man": [
[
"mv_9",
"mv_10",
"mv_14"
],
[
"mv_3",
"mv_4",
"mv_5",
"mv_6",
"mv_7",
"mv_8",
"mv_9",
"mv_10",
"mv_11",
"mv_12",
"mv_13",
"mv_14",
"mv_15",
"mv_16",
"mv_17",
"mv_18",
"mv_19",
"mv_20",
"mv_21",
"mv_22",
"mv_23",
"mv_24"
]
]
}
|
9946
|
move files in verbose mode, showing files after they are moved
|
mv -v {{source}} {{target}}
|
[
"mv_3",
"mv_16",
"mv_19"
] |
mv
|
mv
| true |
{
"token": [
"-v",
"|main|"
],
"oracle_man": [
[
"mv_16",
"mv_19"
],
[
"mv_3",
"mv_4",
"mv_5",
"mv_6",
"mv_7",
"mv_8",
"mv_9",
"mv_10",
"mv_11",
"mv_12",
"mv_13",
"mv_14",
"mv_15",
"mv_16",
"mv_17",
"mv_18",
"mv_19",
"mv_20",
"mv_21",
"mv_22",
"mv_23",
"mv_24"
]
]
}
|
9953
|
list all notes and the objects they are attached to
|
git notes list
|
[
"git-notes_2",
"git-notes_3",
"git-notes_4",
"git-notes_8",
"git-notes_9",
"git-notes_10",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
] |
git-notes
|
git-notes
| true |
{
"token": [
"git",
"notes",
"list",
"|main|"
],
"oracle_man": [
[
"git-notes_2",
"git-notes_45"
],
[
"git-notes_2",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
],
[
"git-notes_2",
"git-notes_9"
],
[
"git-notes_3",
"git-notes_4",
"git-notes_5",
"git-notes_6",
"git-notes_7",
"git-notes_8"
]
]
}
|
9954
|
list all notes attached to a given object (defaults to head)
|
git notes list [{{object}}]
|
[
"git-notes_2",
"git-notes_3",
"git-notes_4",
"git-notes_8",
"git-notes_9",
"git-notes_10",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
] |
git-notes
|
git-notes
| true |
{
"token": [
"git",
"notes",
"list",
"|main|"
],
"oracle_man": [
[
"git-notes_2",
"git-notes_45"
],
[
"git-notes_2",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
],
[
"git-notes_2",
"git-notes_9"
],
[
"git-notes_3",
"git-notes_4",
"git-notes_5",
"git-notes_6",
"git-notes_7",
"git-notes_8"
]
]
}
|
9955
|
show the notes attached to a given object (defaults to head)
|
git notes show [{{object}}]
|
[
"git-notes_2",
"git-notes_3",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_17",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
] |
git-notes
|
git-notes
| true |
{
"token": [
"git",
"notes",
"show",
"|main|"
],
"oracle_man": [
[
"git-notes_2",
"git-notes_45"
],
[
"git-notes_2",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
],
[
"git-notes_17"
],
[
"git-notes_3",
"git-notes_4",
"git-notes_5",
"git-notes_6",
"git-notes_7",
"git-notes_8"
]
]
}
|
9956
|
append a note to a specified object (opens the default text editor)
|
git notes append {{object}}
|
[
"git-notes_2",
"git-notes_3",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_15",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
] |
git-notes
|
git-notes
| true |
{
"token": [
"git",
"notes",
"append",
"|main|"
],
"oracle_man": [
[
"git-notes_2",
"git-notes_45"
],
[
"git-notes_2",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
],
[
"git-notes_15"
],
[
"git-notes_3",
"git-notes_4",
"git-notes_5",
"git-notes_6",
"git-notes_7",
"git-notes_8"
]
]
}
|
9957
|
append a note to a specified object, specifying the message
|
git notes append --message="{{message_text}}"
|
[
"git-notes_2",
"git-notes_3",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_15",
"git-notes_24",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
] |
git-notes
|
git-notes
| true |
{
"token": [
"git",
"notes",
"append",
"--message",
"|main|"
],
"oracle_man": [
[
"git-notes_2",
"git-notes_45"
],
[
"git-notes_2",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
],
[
"git-notes_15"
],
[
"git-notes_24"
],
[
"git-notes_3",
"git-notes_4",
"git-notes_5",
"git-notes_6",
"git-notes_7",
"git-notes_8"
]
]
}
|
9958
|
edit an existing note (defaults to head)
|
git notes edit [{{object}}]
|
[
"git-notes_2",
"git-notes_3",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_16",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
] |
git-notes
|
git-notes
| true |
{
"token": [
"git",
"notes",
"edit",
"|main|"
],
"oracle_man": [
[
"git-notes_2",
"git-notes_45"
],
[
"git-notes_2",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
],
[
"git-notes_16"
],
[
"git-notes_3",
"git-notes_4",
"git-notes_5",
"git-notes_6",
"git-notes_7",
"git-notes_8"
]
]
}
|
9959
|
copy a note from one object to another
|
git notes copy {{source_object}} {{target_object}}
|
[
"git-notes_2",
"git-notes_3",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_11",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
] |
git-notes
|
git-notes
| true |
{
"token": [
"git",
"notes",
"copy",
"|main|"
],
"oracle_man": [
[
"git-notes_2",
"git-notes_45"
],
[
"git-notes_2",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
],
[
"git-notes_11"
],
[
"git-notes_3",
"git-notes_4",
"git-notes_5",
"git-notes_6",
"git-notes_7",
"git-notes_8"
]
]
}
|
9960
|
remove all the notes added to a specified object
|
git notes remove {{object}}
|
[
"git-notes_2",
"git-notes_3",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_20",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
] |
git-notes
|
git-notes
| true |
{
"token": [
"git",
"notes",
"remove",
"|main|"
],
"oracle_man": [
[
"git-notes_2",
"git-notes_45"
],
[
"git-notes_2",
"git-notes_4",
"git-notes_8",
"git-notes_10",
"git-notes_38",
"git-notes_45",
"git-notes_51",
"git-notes_53",
"git-notes_54",
"git-notes_55",
"git-notes_57",
"git-notes_59"
],
[
"git-notes_20"
],
[
"git-notes_3",
"git-notes_4",
"git-notes_5",
"git-notes_6",
"git-notes_7",
"git-notes_8"
]
]
}
|
9965
|
start an interactive shell session
|
fish
|
[
"fish_3"
] |
fish
|
fish
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"fish_3",
"fish_4",
"fish_5",
"fish_6",
"fish_7",
"fish_8",
"fish_9",
"fish_10",
"fish_11",
"fish_12",
"fish_13",
"fish_14",
"fish_15",
"fish_16",
"fish_17",
"fish_18",
"fish_19"
]
]
}
|
9966
|
execute a command and then exit
|
fish -c "{{command}}"
|
[
"fish_2",
"fish_3",
"fish_5",
"fish_6",
"fish_16",
"fish_22",
"fish_25"
] |
fish
|
fish
| true |
{
"token": [
"-c",
"|main|"
],
"oracle_man": [
[
"fish_2",
"fish_5",
"fish_6",
"fish_16",
"fish_22",
"fish_25"
],
[
"fish_3",
"fish_4",
"fish_5",
"fish_6",
"fish_7",
"fish_8",
"fish_9",
"fish_10",
"fish_11",
"fish_12",
"fish_13",
"fish_14",
"fish_15",
"fish_16",
"fish_17",
"fish_18",
"fish_19"
]
]
}
|
9967
|
execute a script
|
fish {{path/to/script.fish}}
|
[
"fish_3"
] |
fish
|
fish
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"fish_3",
"fish_4",
"fish_5",
"fish_6",
"fish_7",
"fish_8",
"fish_9",
"fish_10",
"fish_11",
"fish_12",
"fish_13",
"fish_14",
"fish_15",
"fish_16",
"fish_17",
"fish_18",
"fish_19"
]
]
}
|
9968
|
check a script for syntax errors
|
fish --no-execute {{path/to/script.fish}}
|
[
"fish_3",
"fish_11"
] |
fish
|
fish
| true |
{
"token": [
"--no-execute",
"|main|"
],
"oracle_man": [
[
"fish_11"
],
[
"fish_3",
"fish_4",
"fish_5",
"fish_6",
"fish_7",
"fish_8",
"fish_9",
"fish_10",
"fish_11",
"fish_12",
"fish_13",
"fish_14",
"fish_15",
"fish_16",
"fish_17",
"fish_18",
"fish_19"
]
]
}
|
9969
|
start an interactive shell session in private mode, where the shell does not access old history or save new history
|
fish --private
|
[
"fish_3",
"fish_14"
] |
fish
|
fish
| true |
{
"token": [
"--private",
"|main|"
],
"oracle_man": [
[
"fish_14"
],
[
"fish_3",
"fish_4",
"fish_5",
"fish_6",
"fish_7",
"fish_8",
"fish_9",
"fish_10",
"fish_11",
"fish_12",
"fish_13",
"fish_14",
"fish_15",
"fish_16",
"fish_17",
"fish_18",
"fish_19"
]
]
}
|
9970
|
display version information and exit
|
fish --version
|
[
"fish_3",
"fish_17"
] |
fish
|
fish
| true |
{
"token": [
"--version",
"|main|"
],
"oracle_man": [
[
"fish_17"
],
[
"fish_3",
"fish_4",
"fish_5",
"fish_6",
"fish_7",
"fish_8",
"fish_9",
"fish_10",
"fish_11",
"fish_12",
"fish_13",
"fish_14",
"fish_15",
"fish_16",
"fish_17",
"fish_18",
"fish_19"
]
]
}
|
9971
|
set and export environmental variables that persist across shell restarts (from within the shell only)
|
set -Ux {{variable_name}} {{variable_value}}
|
[
"fish_3"
] |
fish
|
fish
| true |
{
"token": [
"set",
"-Ux",
"|main|"
],
"oracle_man": [
[],
[],
[
"fish_3",
"fish_4",
"fish_5",
"fish_6",
"fish_7",
"fish_8",
"fish_9",
"fish_10",
"fish_11",
"fish_12",
"fish_13",
"fish_14",
"fish_15",
"fish_16",
"fish_17",
"fish_18",
"fish_19"
]
]
}
|
9974
|
compile a dvi document
|
tex {{source.tex}}
|
[
"tex_3"
] |
tex
|
tex
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"tex_3",
"tex_4",
"tex_5",
"tex_6",
"tex_7",
"tex_8",
"tex_9",
"tex_10"
]
]
}
|
9975
|
compile a dvi document, specifying an output directory
|
tex -output-directory={{path/to/directory}} {{source.tex}}
|
[
"tex_3",
"tex_30"
] |
tex
|
tex
| true |
{
"token": [
"-output-directory",
"|main|"
],
"oracle_man": [
[
"tex_30"
],
[
"tex_3",
"tex_4",
"tex_5",
"tex_6",
"tex_7",
"tex_8",
"tex_9",
"tex_10"
]
]
}
|
9976
|
compile a dvi document, exiting on each error
|
tex -halt-on-error {{source.tex}}
|
[
"tex_3",
"tex_18"
] |
tex
|
tex
| true |
{
"token": [
"-halt-on-error",
"|main|"
],
"oracle_man": [
[
"tex_18"
],
[
"tex_3",
"tex_4",
"tex_5",
"tex_6",
"tex_7",
"tex_8",
"tex_9",
"tex_10"
]
]
}
|
9977
|
compile a single file
|
rustc {{file.rs}}
|
[
"rustc_3"
] |
rustc
|
rustc
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"rustc_3"
]
]
}
|
9978
|
compile with high optimization
|
rustc -O {{file.rs}}
|
[
"rustc_3",
"rustc_18"
] |
rustc
|
rustc
| true |
{
"token": [
"-O",
"|main|"
],
"oracle_man": [
[
"rustc_18"
],
[
"rustc_3"
]
]
}
|
9979
|
compile with debugging information
|
rustc -g {{file.rs}}
|
[
"rustc_3",
"rustc_17",
"rustc_77"
] |
rustc
|
rustc
| true |
{
"token": [
"-g",
"|main|"
],
"oracle_man": [
[
"rustc_17",
"rustc_77"
],
[
"rustc_3"
]
]
}
|
9980
|
compile with architecturespecific optimizations for the current cpu
|
rustc -C target-cpu=native {{path/to/file.rs}}
|
[
"rustc_3",
"rustc_17",
"rustc_18",
"rustc_34"
] |
rustc
|
rustc
| true |
{
"token": [
"-C",
"target-cpu=native",
"|main|"
],
"oracle_man": [
[
"rustc_17",
"rustc_18",
"rustc_34"
],
[],
[
"rustc_3"
]
]
}
|
9981
|
display architecturespecific optimizations for the current cpu
|
rustc -C target-cpu=native --print cfg
|
[
"rustc_3",
"rustc_16",
"rustc_17",
"rustc_18",
"rustc_34"
] |
rustc
|
rustc
| true |
{
"token": [
"-C",
"target-cpu=native",
"--print",
"cfg",
"|main|"
],
"oracle_man": [
[
"rustc_17",
"rustc_18",
"rustc_34"
],
[],
[
"rustc_16"
],
[],
[
"rustc_3"
]
]
}
|
9982
|
display target list
|
rustc --print target-list
|
[
"rustc_3",
"rustc_16"
] |
rustc
|
rustc
| true |
{
"token": [
"--print",
"target-list",
"|main|"
],
"oracle_man": [
[
"rustc_16"
],
[],
[
"rustc_3"
]
]
}
|
9983
|
compile for a specific target
|
rustc --target {{target_triple}} {{path/to/file.rs}}
|
[
"rustc_3",
"rustc_23"
] |
rustc
|
rustc
| true |
{
"token": [
"--target",
"|main|"
],
"oracle_man": [
[
"rustc_23"
],
[
"rustc_3"
]
]
}
|
9984
|
display the primefactorization of a number
|
factor {{number}}
|
[
"factor_3"
] |
factor
|
factor
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"factor_3",
"factor_4",
"factor_5"
]
]
}
|
9985
|
take the input from stdin if no argument is specified
|
echo {{number}} | factor
|
[
"factor_3"
] |
factor
|
factor
| true |
{
"token": [
"echo",
"|main|"
],
"oracle_man": [
[],
[
"factor_3",
"factor_4",
"factor_5"
]
]
}
|
9986
|
show last 'num' lines in file
|
tail -n {{num}} {{file}}
|
[
"tail_3",
"tail_10"
] |
tail
|
tail
| true |
{
"token": [
"-n",
"|main|"
],
"oracle_man": [
[
"tail_10"
],
[
"tail_3",
"tail_4",
"tail_5",
"tail_6",
"tail_7",
"tail_8",
"tail_9",
"tail_10",
"tail_11",
"tail_12",
"tail_13",
"tail_14",
"tail_15",
"tail_16",
"tail_17",
"tail_18",
"tail_19",
"tail_20",
"tail_21",
"tail_22"
]
]
}
|
9987
|
show all file since line 'num'
|
tail -n +{{num}} {{file}}
|
[
"tail_3",
"tail_10"
] |
tail
|
tail
| true |
{
"token": [
"-n",
"|main|"
],
"oracle_man": [
[
"tail_10"
],
[
"tail_3",
"tail_4",
"tail_5",
"tail_6",
"tail_7",
"tail_8",
"tail_9",
"tail_10",
"tail_11",
"tail_12",
"tail_13",
"tail_14",
"tail_15",
"tail_16",
"tail_17",
"tail_18",
"tail_19",
"tail_20",
"tail_21",
"tail_22"
]
]
}
|
9988
|
show last 'num' bytes in file
|
tail -c {{num}} {{file}}
|
[
"tail_3",
"tail_6"
] |
tail
|
tail
| true |
{
"token": [
"-c",
"|main|"
],
"oracle_man": [
[
"tail_6"
],
[
"tail_3",
"tail_4",
"tail_5",
"tail_6",
"tail_7",
"tail_8",
"tail_9",
"tail_10",
"tail_11",
"tail_12",
"tail_13",
"tail_14",
"tail_15",
"tail_16",
"tail_17",
"tail_18",
"tail_19",
"tail_20",
"tail_21",
"tail_22"
]
]
}
|
9989
|
keep reading file until `ctrl + c`
|
tail -f {{file}}
|
[
"tail_3",
"tail_7",
"tail_9",
"tail_11",
"tail_13",
"tail_16",
"tail_22"
] |
tail
|
tail
| true |
{
"token": [
"-f",
"|main|"
],
"oracle_man": [
[
"tail_7",
"tail_9",
"tail_11",
"tail_13",
"tail_16",
"tail_22"
],
[
"tail_3",
"tail_4",
"tail_5",
"tail_6",
"tail_7",
"tail_8",
"tail_9",
"tail_10",
"tail_11",
"tail_12",
"tail_13",
"tail_14",
"tail_15",
"tail_16",
"tail_17",
"tail_18",
"tail_19",
"tail_20",
"tail_21",
"tail_22"
]
]
}
|
9990
|
keep reading file until `ctrl + c`, even if the file is rotated
|
tail -F {{file}}
|
[
"tail_3",
"tail_9"
] |
tail
|
tail
| true |
{
"token": [
"-F",
"|main|"
],
"oracle_man": [
[
"tail_9"
],
[
"tail_3",
"tail_4",
"tail_5",
"tail_6",
"tail_7",
"tail_8",
"tail_9",
"tail_10",
"tail_11",
"tail_12",
"tail_13",
"tail_14",
"tail_15",
"tail_16",
"tail_17",
"tail_18",
"tail_19",
"tail_20",
"tail_21",
"tail_22"
]
]
}
|
9991
|
show last 'num' lines in 'file' and refresh every 'n' seconds
|
tail -n {{num}} -s {{n}} -f {{file}}
|
[
"tail_3",
"tail_7",
"tail_9",
"tail_10",
"tail_11",
"tail_13",
"tail_14",
"tail_16",
"tail_22"
] |
tail
|
tail
| true |
{
"token": [
"-n",
"-s",
"-f",
"|main|"
],
"oracle_man": [
[
"tail_10"
],
[
"tail_11",
"tail_14",
"tail_16"
],
[
"tail_7",
"tail_9",
"tail_11",
"tail_13",
"tail_16",
"tail_22"
],
[
"tail_3",
"tail_4",
"tail_5",
"tail_6",
"tail_7",
"tail_8",
"tail_9",
"tail_10",
"tail_11",
"tail_12",
"tail_13",
"tail_14",
"tail_15",
"tail_16",
"tail_17",
"tail_18",
"tail_19",
"tail_20",
"tail_21",
"tail_22"
]
]
}
|
9992
|
create a unique name for the current commit (the name contains the most recent annotated tag, the number of additional commits, and the abbreviated commit hash)
|
git describe
|
[
"git-describe_2",
"git-describe_3",
"git-describe_21",
"git-describe_24",
"git-describe_25",
"git-describe_27",
"git-describe_28",
"git-describe_30"
] |
git-describe
|
git-describe
| true |
{
"token": [
"git",
"describe",
"|main|"
],
"oracle_man": [
[
"git-describe_2",
"git-describe_21",
"git-describe_24",
"git-describe_25",
"git-describe_27",
"git-describe_28",
"git-describe_30"
],
[
"git-describe_2"
],
[
"git-describe_3",
"git-describe_4",
"git-describe_5"
]
]
}
|
9993
|
create a name with 4 digits for the abbreviated commit hash
|
git describe --abbrev={{4}}
|
[
"git-describe_2",
"git-describe_3",
"git-describe_11",
"git-describe_21",
"git-describe_24",
"git-describe_25",
"git-describe_27",
"git-describe_28",
"git-describe_29",
"git-describe_30"
] |
git-describe
|
git-describe
| true |
{
"token": [
"git",
"describe",
"--abbrev",
"|main|"
],
"oracle_man": [
[
"git-describe_2",
"git-describe_21",
"git-describe_24",
"git-describe_25",
"git-describe_27",
"git-describe_28",
"git-describe_30"
],
[
"git-describe_2"
],
[
"git-describe_2",
"git-describe_11",
"git-describe_27",
"git-describe_28",
"git-describe_29",
"git-describe_30"
],
[
"git-describe_3",
"git-describe_4",
"git-describe_5"
]
]
}
|
9994
|
generate a name with the tag reference path
|
git describe --all
|
[
"git-describe_2",
"git-describe_3",
"git-describe_4",
"git-describe_8",
"git-describe_16",
"git-describe_17",
"git-describe_21",
"git-describe_24",
"git-describe_25",
"git-describe_26",
"git-describe_27",
"git-describe_28",
"git-describe_30"
] |
git-describe
|
git-describe
| true |
{
"token": [
"git",
"describe",
"--all",
"|main|"
],
"oracle_man": [
[
"git-describe_2",
"git-describe_21",
"git-describe_24",
"git-describe_25",
"git-describe_27",
"git-describe_28",
"git-describe_30"
],
[
"git-describe_2"
],
[
"git-describe_2",
"git-describe_4",
"git-describe_8",
"git-describe_16",
"git-describe_17",
"git-describe_26",
"git-describe_27",
"git-describe_28"
],
[
"git-describe_3",
"git-describe_4",
"git-describe_5"
]
]
}
|
9995
|
describe a git tag
|
git describe {{v1.0.0}}
|
[
"git-describe_2",
"git-describe_3",
"git-describe_21",
"git-describe_24",
"git-describe_25",
"git-describe_27",
"git-describe_28",
"git-describe_30"
] |
git-describe
|
git-describe
| true |
{
"token": [
"git",
"describe",
"|main|"
],
"oracle_man": [
[
"git-describe_2",
"git-describe_21",
"git-describe_24",
"git-describe_25",
"git-describe_27",
"git-describe_28",
"git-describe_30"
],
[
"git-describe_2"
],
[
"git-describe_3",
"git-describe_4",
"git-describe_5"
]
]
}
|
9996
|
create a name for the last commit of a given branch
|
git describe {{branch_name}}
|
[
"git-describe_2",
"git-describe_3",
"git-describe_21",
"git-describe_24",
"git-describe_25",
"git-describe_27",
"git-describe_28",
"git-describe_30"
] |
git-describe
|
git-describe
| true |
{
"token": [
"git",
"describe",
"|main|"
],
"oracle_man": [
[
"git-describe_2",
"git-describe_21",
"git-describe_24",
"git-describe_25",
"git-describe_27",
"git-describe_28",
"git-describe_30"
],
[
"git-describe_2"
],
[
"git-describe_3",
"git-describe_4",
"git-describe_5"
]
]
}
|
9997
|
list the name, state, and whether autostart is enabled or disabled for active storage pools
|
virsh pool-list
|
[
"virsh_4",
"virsh_1339",
"virsh_1340"
] |
virsh
|
virsh-pool-list
| true |
{
"token": [
"pool-list",
"|main|"
],
"oracle_man": [
[
"virsh_1339",
"virsh_1340"
],
[
"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"
]
]
}
|
9998
|
list information for active and inactive or just inactive storage pools
|
virsh pool-list --{{all|inactive}}
|
[
"virsh_4",
"virsh_1339",
"virsh_1340"
] |
virsh
|
virsh-pool-list
| true |
{
"token": [
"pool-list",
"|main|"
],
"oracle_man": [
[
"virsh_1339",
"virsh_1340"
],
[
"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"
]
]
}
|
9999
|
list extended information about persistence, capacity, allocation, and available space for active storage pools
|
virsh pool-list --details
|
[
"virsh_4",
"virsh_288",
"virsh_289",
"virsh_1339",
"virsh_1340",
"virsh_1342",
"virsh_1344",
"virsh_1459",
"virsh_1462"
] |
virsh
|
virsh-pool-list
| true |
{
"token": [
"pool-list",
"--details",
"|main|"
],
"oracle_man": [
[
"virsh_1339",
"virsh_1340"
],
[
"virsh_288",
"virsh_289",
"virsh_1340",
"virsh_1342",
"virsh_1344",
"virsh_1459",
"virsh_1462"
],
[
"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"
]
]
}
|
10000
|
list information for active storage pools with either autostart enabled or disabled
|
virsh pool-list --{{autostart|no-autostart}}
|
[
"virsh_4",
"virsh_1339",
"virsh_1340"
] |
virsh
|
virsh-pool-list
| true |
{
"token": [
"pool-list",
"|main|"
],
"oracle_man": [
[
"virsh_1339",
"virsh_1340"
],
[
"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"
]
]
}
|
10001
|
list information for active storage pools that are either persistent or transient
|
virsh pool-list --{{persistent|transient}}
|
[
"virsh_4",
"virsh_1339",
"virsh_1340"
] |
virsh
|
virsh-pool-list
| true |
{
"token": [
"pool-list",
"|main|"
],
"oracle_man": [
[
"virsh_1339",
"virsh_1340"
],
[
"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"
]
]
}
|
10002
|
list the name and uuid of active storage pools
|
virsh pool-list --name --uuid
|
[
"virsh_4",
"virsh_124",
"virsh_157",
"virsh_1176",
"virsh_1178",
"virsh_1205",
"virsh_1207",
"virsh_1312",
"virsh_1339",
"virsh_1340",
"virsh_1342",
"virsh_1464",
"virsh_1467",
"virsh_1550",
"virsh_1551",
"virsh_1565",
"virsh_1568",
"virsh_1620",
"virsh_1623"
] |
virsh
|
virsh-pool-list
| true |
{
"token": [
"pool-list",
"--name",
"--uuid",
"|main|"
],
"oracle_man": [
[
"virsh_1339",
"virsh_1340"
],
[
"virsh_124",
"virsh_157",
"virsh_1176",
"virsh_1178",
"virsh_1312",
"virsh_1340",
"virsh_1342",
"virsh_1550",
"virsh_1551",
"virsh_1565",
"virsh_1568",
"virsh_1620",
"virsh_1623"
],
[
"virsh_124",
"virsh_157",
"virsh_1176",
"virsh_1178",
"virsh_1205",
"virsh_1207",
"virsh_1340",
"virsh_1342",
"virsh_1464",
"virsh_1467"
],
[
"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"
]
]
}
|
10003
|
format an xml document, indenting with tabs
|
xml format --indent-tab {{path/to/input.xml|URI}} > {{path/to/output.xml}}
|
[
"xml-format_3"
] |
xml-format
|
xml-format
| true |
{
"token": [
"xml",
"format",
"--indent-tab",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"xml-format_3",
"xml-format_4",
"xml-format_5",
"xml-format_6",
"xml-format_7",
"xml-format_8",
"xml-format_9",
"xml-format_10",
"xml-format_11",
"xml-format_12",
"xml-format_13",
"xml-format_14",
"xml-format_15",
"xml-format_16",
"xml-format_17",
"xml-format_18",
"xml-format_19"
]
]
}
|
10004
|
format an html document, indenting with 4 spaces
|
xml format --html --indent-spaces {{4}} {{path/to/input.html|URI}} > {{path/to/output.html}}
|
[
"xml-format_3"
] |
xml-format
|
xml-format
| true |
{
"token": [
"xml",
"format",
"--html",
"--indent-spaces",
"|main|"
],
"oracle_man": [
[],
[],
[],
[],
[
"xml-format_3",
"xml-format_4",
"xml-format_5",
"xml-format_6",
"xml-format_7",
"xml-format_8",
"xml-format_9",
"xml-format_10",
"xml-format_11",
"xml-format_12",
"xml-format_13",
"xml-format_14",
"xml-format_15",
"xml-format_16",
"xml-format_17",
"xml-format_18",
"xml-format_19"
]
]
}
|
10005
|
recover parsable parts of a malformed xml document, without indenting
|
xml format --recover --noindent {{path/to/malformed.xml|URI}} > {{path/to/recovered.xml}}
|
[
"xml-format_3"
] |
xml-format
|
xml-format
| true |
{
"token": [
"xml",
"format",
"--recover",
"--noindent",
"|main|"
],
"oracle_man": [
[],
[],
[],
[],
[
"xml-format_3",
"xml-format_4",
"xml-format_5",
"xml-format_6",
"xml-format_7",
"xml-format_8",
"xml-format_9",
"xml-format_10",
"xml-format_11",
"xml-format_12",
"xml-format_13",
"xml-format_14",
"xml-format_15",
"xml-format_16",
"xml-format_17",
"xml-format_18",
"xml-format_19"
]
]
}
|
10006
|
format an xml document from stdin, removing the `doctype` declaration
|
cat {{path\to\input.xml}} | xml format --dropdtd > {{path/to/output.xml}}
|
[
"xml-format_3"
] |
xml-format
|
xml-format
| true |
{
"token": [
"cat",
"xml",
"format",
"--dropdtd",
"|main|"
],
"oracle_man": [
[],
[],
[],
[],
[
"xml-format_3",
"xml-format_4",
"xml-format_5",
"xml-format_6",
"xml-format_7",
"xml-format_8",
"xml-format_9",
"xml-format_10",
"xml-format_11",
"xml-format_12",
"xml-format_13",
"xml-format_14",
"xml-format_15",
"xml-format_16",
"xml-format_17",
"xml-format_18",
"xml-format_19"
]
]
}
|
10007
|
format an xml document, omitting the xml declaration
|
xml format --omit-decl {{path\to\input.xml|URI}} > {{path/to/output.xml}}
|
[
"xml-format_3"
] |
xml-format
|
xml-format
| true |
{
"token": [
"xml",
"format",
"--omit-decl",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"xml-format_3",
"xml-format_4",
"xml-format_5",
"xml-format_6",
"xml-format_7",
"xml-format_8",
"xml-format_9",
"xml-format_10",
"xml-format_11",
"xml-format_12",
"xml-format_13",
"xml-format_14",
"xml-format_15",
"xml-format_16",
"xml-format_17",
"xml-format_18",
"xml-format_19"
]
]
}
|
10008
|
display help for the `format` subcommand
|
xml format --help
|
[
"xml-format_3"
] |
xml-format
|
xml-format
| true |
{
"token": [
"xml",
"format",
"--help",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"xml-format_3",
"xml-format_4",
"xml-format_5",
"xml-format_6",
"xml-format_7",
"xml-format_8",
"xml-format_9",
"xml-format_10",
"xml-format_11",
"xml-format_12",
"xml-format_13",
"xml-format_14",
"xml-format_15",
"xml-format_16",
"xml-format_17",
"xml-format_18",
"xml-format_19"
]
]
}
|
10009
|
remove all exif metadata from the given files
|
exiftool -All= {{file1 file2 ...}}
|
[
"exiftool_8",
"exiftool_39"
] |
exiftool
|
exiftool
| true |
{
"token": [
"-All=",
"|main|"
],
"oracle_man": [
[
"exiftool_39"
],
[
"exiftool_8",
"exiftool_9",
"exiftool_10",
"exiftool_11",
"exiftool_12",
"exiftool_13"
]
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.