question_id
stringlengths
1
5
nl
stringlengths
4
218
cmd
stringlengths
1
231
oracle_man
sequence
cmd_name
stringlengths
1
24
tldr_cmd_name
stringlengths
1
24
manual_exist
bool
1 class
matching_info
sequence
7525
copy files to the destination, setting their `mode`
install -m {{+x}} {{path/to/source}} {{path/to/destination}}
[ "install_3", "install_13" ]
install
install
true
{ "token": [ "-m", "|main|" ], "oracle_man": [ [ "install_13" ], [ "install_3", "install_4", "install_5", "install_6", "install_7", "install_8", "install_9", "install_10", "install_11", "install_12", "install_13", "install_14", "install_15", "install_16", "install_17", "install_18", "install_19", "install_20", "install_21", "install_22", "install_23", "install_24", "install_25", "install_26", "install_27", "install_28", "install_29", "install_30", "install_31" ] ] }
7526
copy files and apply access/modification times of source to the destination
install -p {{path/to/source}} {{path/to/destination}}
[ "install_3", "install_15", "install_17", "install_22" ]
install
install
true
{ "token": [ "-p", "|main|" ], "oracle_man": [ [ "install_15", "install_17", "install_22" ], [ "install_3", "install_4", "install_5", "install_6", "install_7", "install_8", "install_9", "install_10", "install_11", "install_12", "install_13", "install_14", "install_15", "install_16", "install_17", "install_18", "install_19", "install_20", "install_21", "install_22", "install_23", "install_24", "install_25", "install_26", "install_27", "install_28", "install_29", "install_30", "install_31" ] ] }
7527
repeatedly output "message"
yes {{message}}
[ "yes_3" ]
yes
yes
true
{ "token": [ "|main|" ], "oracle_man": [ [ "yes_3", "yes_4", "yes_5" ] ] }
7528
repeatedly output "y"
yes
[ "yes_3" ]
yes
yes
true
{ "token": [ "|main|" ], "oracle_man": [ [ "yes_3", "yes_4", "yes_5" ] ] }
7529
accept everything prompted by the `aptget` command
yes | sudo apt-get install {{program}}
[ "yes_3" ]
yes
yes
true
{ "token": [ "apt-get", "install", "|main|" ], "oracle_man": [ [], [], [ "yes_3", "yes_4", "yes_5" ] ] }
7536
show details of pods in a namespace
kubectl describe pods -n {{namespace}}
[ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_4", "kubectl-describe_6", "kubectl-describe_8", "kubectl-describe_9", "kubectl-describe_32", "kubectl-describe_34", "kubectl-describe_61", "kubectl-describe_79", "kubectl-describe_88", "kubectl-describe_91", "kubectl-describe_92", "kubectl-describe_93" ]
kubectl-describe
kubectl-describe
true
{ "token": [ "kubectl", "describe", "pods", "-n", "|main|" ], "oracle_man": [ [ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_6", "kubectl-describe_8" ], [ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_6" ], [ "kubectl-describe_91", "kubectl-describe_92", "kubectl-describe_93" ], [ "kubectl-describe_9", "kubectl-describe_32", "kubectl-describe_34", "kubectl-describe_61", "kubectl-describe_79", "kubectl-describe_88" ], [ "kubectl-describe_4", "kubectl-describe_5", "kubectl-describe_6", "kubectl-describe_7", "kubectl-describe_8" ] ] }
7537
show details of nodes in a namespace
kubectl describe nodes -n {{namespace}}
[ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_4", "kubectl-describe_6", "kubectl-describe_8", "kubectl-describe_9", "kubectl-describe_32", "kubectl-describe_34", "kubectl-describe_61", "kubectl-describe_79", "kubectl-describe_88" ]
kubectl-describe
kubectl-describe
true
{ "token": [ "kubectl", "describe", "nodes", "-n", "|main|" ], "oracle_man": [ [ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_6", "kubectl-describe_8" ], [ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_6" ], [], [ "kubectl-describe_9", "kubectl-describe_32", "kubectl-describe_34", "kubectl-describe_61", "kubectl-describe_79", "kubectl-describe_88" ], [ "kubectl-describe_4", "kubectl-describe_5", "kubectl-describe_6", "kubectl-describe_7", "kubectl-describe_8" ] ] }
7538
show the details of a specific pod in a namespace
kubectl describe pods {{pod_name}} -n {{namespace}}
[ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_4", "kubectl-describe_6", "kubectl-describe_8", "kubectl-describe_9", "kubectl-describe_32", "kubectl-describe_34", "kubectl-describe_61", "kubectl-describe_79", "kubectl-describe_88", "kubectl-describe_91", "kubectl-describe_92", "kubectl-describe_93" ]
kubectl-describe
kubectl-describe
true
{ "token": [ "kubectl", "describe", "pods", "-n", "|main|" ], "oracle_man": [ [ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_6", "kubectl-describe_8" ], [ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_6" ], [ "kubectl-describe_91", "kubectl-describe_92", "kubectl-describe_93" ], [ "kubectl-describe_9", "kubectl-describe_32", "kubectl-describe_34", "kubectl-describe_61", "kubectl-describe_79", "kubectl-describe_88" ], [ "kubectl-describe_4", "kubectl-describe_5", "kubectl-describe_6", "kubectl-describe_7", "kubectl-describe_8" ] ] }
7539
show the details of a specific node in a namespace
kubectl describe nodes {{node_name}} -n {{namespace}}
[ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_4", "kubectl-describe_6", "kubectl-describe_8", "kubectl-describe_9", "kubectl-describe_32", "kubectl-describe_34", "kubectl-describe_61", "kubectl-describe_79", "kubectl-describe_88" ]
kubectl-describe
kubectl-describe
true
{ "token": [ "kubectl", "describe", "nodes", "-n", "|main|" ], "oracle_man": [ [ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_6", "kubectl-describe_8" ], [ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_6" ], [], [ "kubectl-describe_9", "kubectl-describe_32", "kubectl-describe_34", "kubectl-describe_61", "kubectl-describe_79", "kubectl-describe_88" ], [ "kubectl-describe_4", "kubectl-describe_5", "kubectl-describe_6", "kubectl-describe_7", "kubectl-describe_8" ] ] }
7540
show details of kubernetes objects defined in a yaml manifest
kubectl describe -f {{path/to/manifest}}.yaml
[ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_4", "kubectl-describe_6", "kubectl-describe_8", "kubectl-describe_11", "kubectl-describe_12", "kubectl-describe_13", "kubectl-describe_22", "kubectl-describe_55", "kubectl-describe_56", "kubectl-describe_57", "kubectl-describe_59", "kubectl-describe_86", "kubectl-describe_90" ]
kubectl-describe
kubectl-describe
true
{ "token": [ "kubectl", "describe", "-f", "|main|" ], "oracle_man": [ [ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_6", "kubectl-describe_8" ], [ "kubectl-describe_2", "kubectl-describe_3", "kubectl-describe_6" ], [ "kubectl-describe_11", "kubectl-describe_12", "kubectl-describe_13", "kubectl-describe_22", "kubectl-describe_55", "kubectl-describe_56", "kubectl-describe_57", "kubectl-describe_59", "kubectl-describe_86", "kubectl-describe_90" ], [ "kubectl-describe_4", "kubectl-describe_5", "kubectl-describe_6", "kubectl-describe_7", "kubectl-describe_8" ] ] }
7541
save an image by redirecting stdout to a tar archive
docker save {{image}}:{{tag}} > {{path/to/file.tar}}
[ "docker-save_2", "docker-save_3" ]
docker-save
docker-save
true
{ "token": [ "docker", "save", "|main|" ], "oracle_man": [ [ "docker-save_2", "docker-save_3" ], [ "docker-save_2" ], [ "docker-save_3" ] ] }
7542
save an image to a tar archive
docker save --output {{path/to/file.tar}} {{image}}:{{tag}}
[ "docker-save_2", "docker-save_3", "docker-save_5" ]
docker-save
docker-save
true
{ "token": [ "docker", "save", "--output", "|main|" ], "oracle_man": [ [ "docker-save_2", "docker-save_3" ], [ "docker-save_2" ], [ "docker-save_5" ], [ "docker-save_3" ] ] }
7543
save all tags of the image
docker save --output {{path/to/file.tar}} {{image_name}}
[ "docker-save_2", "docker-save_3", "docker-save_5" ]
docker-save
docker-save
true
{ "token": [ "docker", "save", "--output", "|main|" ], "oracle_man": [ [ "docker-save_2", "docker-save_3" ], [ "docker-save_2" ], [ "docker-save_5" ], [ "docker-save_3" ] ] }
7544
cherrypick particular tags of an image to save
docker save --output {{path/to/file.tar}} {{image_name:tag1 image_name:tag2 ...}}
[ "docker-save_2", "docker-save_3", "docker-save_5" ]
docker-save
docker-save
true
{ "token": [ "docker", "save", "--output", "|main|" ], "oracle_man": [ [ "docker-save_2", "docker-save_3" ], [ "docker-save_2" ], [ "docker-save_5" ], [ "docker-save_3" ] ] }
7560
convert a string to a qr code and save to an output file
qrencode -o {{path/to/output_file.png}} {{string}}
[ "qrencode_2", "qrencode_3", "qrencode_6", "qrencode_30", "qrencode_31", "qrencode_32" ]
qrencode
qrencode
true
{ "token": [ "-o", "|main|" ], "oracle_man": [ [ "qrencode_2", "qrencode_6", "qrencode_30", "qrencode_31", "qrencode_32" ], [ "qrencode_3", "qrencode_4" ] ] }
7561
convert an input file to a qr code and save to an output file
qrencode -o {{path/to/output_file.png}} -r {{path/to/input_file}}
[ "qrencode_2", "qrencode_3", "qrencode_6", "qrencode_7", "qrencode_20", "qrencode_30", "qrencode_31", "qrencode_32" ]
qrencode
qrencode
true
{ "token": [ "-o", "-r", "|main|" ], "oracle_man": [ [ "qrencode_2", "qrencode_6", "qrencode_30", "qrencode_31", "qrencode_32" ], [ "qrencode_7", "qrencode_20", "qrencode_32" ], [ "qrencode_3", "qrencode_4" ] ] }
7562
convert a string to a qr code and print it in terminal
qrencode -t ansiutf8 {{string}}
[ "qrencode_3", "qrencode_13" ]
qrencode
qrencode
true
{ "token": [ "-t", "ansiutf8", "|main|" ], "oracle_man": [ [ "qrencode_13" ], [], [ "qrencode_3", "qrencode_4" ] ] }
7563
convert input from pipe to a qr code and print it in terminal
echo {{string}} | qrencode -t ansiutf8
[ "qrencode_3", "qrencode_13" ]
qrencode
qrencode
true
{ "token": [ "echo", "-t", "ansiutf8", "|main|" ], "oracle_man": [ [], [ "qrencode_13" ], [], [ "qrencode_3", "qrencode_4" ] ] }
7579
interactively select a run to see information about the jobs
gh run view
[ "gh-run_0", "gh-run_2", "gh-run_3" ]
gh-run
gh-run
true
{ "token": [ "gh", "run", "view", "|main|" ], "oracle_man": [ [ "gh-run_0", "gh-run_2" ], [ "gh-run_2" ], [ "gh-run_3" ], [ "gh-run_3" ] ] }
7580
display information about a specific run
gh run view {{workflow_run_number}}
[ "gh-run_0", "gh-run_2", "gh-run_3" ]
gh-run
gh-run
true
{ "token": [ "gh", "run", "view", "|main|" ], "oracle_man": [ [ "gh-run_0", "gh-run_2" ], [ "gh-run_2" ], [ "gh-run_3" ], [ "gh-run_3" ] ] }
7581
display information about the steps of a job
gh run view --job={{job_number}}
[ "gh-run_0", "gh-run_2", "gh-run_3" ]
gh-run
gh-run
true
{ "token": [ "gh", "run", "view", "--job", "|main|" ], "oracle_man": [ [ "gh-run_0", "gh-run_2" ], [ "gh-run_2" ], [ "gh-run_3" ], [], [ "gh-run_3" ] ] }
7582
display the log of a job
gh run view --job={{job_number}} --log
[ "gh-run_0", "gh-run_2", "gh-run_3" ]
gh-run
gh-run
true
{ "token": [ "gh", "run", "view", "--job", "--log", "|main|" ], "oracle_man": [ [ "gh-run_0", "gh-run_2" ], [ "gh-run_2" ], [ "gh-run_3" ], [], [], [ "gh-run_3" ] ] }
7583
check a specific workflow and exit with a nonzero status if the run failed
gh run view {{workflow_run_number}} --exit-status && {{echo "run pending or passed"}}
[ "gh-run_0", "gh-run_2", "gh-run_3" ]
gh-run
gh-run
true
{ "token": [ "gh", "run", "view", "--exit-status", "&&", "|main|" ], "oracle_man": [ [ "gh-run_0", "gh-run_2" ], [ "gh-run_2" ], [ "gh-run_3" ], [], [], [ "gh-run_3" ] ] }
7584
interactively select an active run and wait until it's done
gh run watch
[ "gh-run_0", "gh-run_2", "gh-run_3" ]
gh-run
gh-run
true
{ "token": [ "gh", "run", "watch", "|main|" ], "oracle_man": [ [ "gh-run_0", "gh-run_2" ], [ "gh-run_2" ], [], [ "gh-run_3" ] ] }
7585
display the jobs for a run and wait until it's done
gh run watch {{workflow_run_number}}
[ "gh-run_0", "gh-run_2", "gh-run_3" ]
gh-run
gh-run
true
{ "token": [ "gh", "run", "watch", "|main|" ], "oracle_man": [ [ "gh-run_0", "gh-run_2" ], [ "gh-run_2" ], [], [ "gh-run_3" ] ] }
7586
rerun a specific workflow
gh run rerun {{workflow_run_number}}
[ "gh-run_0", "gh-run_2", "gh-run_3" ]
gh-run
gh-run
true
{ "token": [ "gh", "run", "rerun", "|main|" ], "oracle_man": [ [ "gh-run_0", "gh-run_2" ], [ "gh-run_2" ], [], [ "gh-run_3" ] ] }
7587
render a `png` image with a filename based on the input filename and output format (uppercase o)
osage -T {{png}} -O {{path/to/input.gv}}
[ "osage_2", "osage_3", "osage_6", "osage_7", "osage_8", "osage_27", "osage_83", "osage_84" ]
osage
osage
true
{ "token": [ "-T", "-O", "|main|" ], "oracle_man": [ [ "osage_2", "osage_6", "osage_7", "osage_8", "osage_27", "osage_83", "osage_84" ], [ "osage_2", "osage_84" ], [ "osage_3", "osage_4", "osage_5" ] ] }
7588
render a `svg` image with the specified output filename (lowercase o)
osage -T {{svg}} -o {{path/to/image.svg}} {{path/to/input.gv}}
[ "osage_2", "osage_3", "osage_6", "osage_7", "osage_8", "osage_27", "osage_83", "osage_84", "osage_85" ]
osage
osage
true
{ "token": [ "-T", "-o", "|main|" ], "oracle_man": [ [ "osage_2", "osage_6", "osage_7", "osage_8", "osage_27", "osage_83", "osage_84" ], [ "osage_2", "osage_85" ], [ "osage_3", "osage_4", "osage_5" ] ] }
7589
render the output in `ps`, `pdf`, `svg`, `fig`, `png`, `gif`, `jpg`, `json`, or `dot` format
osage -T {{format}} -O {{path/to/input.gv}}
[ "osage_2", "osage_3", "osage_6", "osage_7", "osage_8", "osage_27", "osage_83", "osage_84" ]
osage
osage
true
{ "token": [ "-T", "-O", "|main|" ], "oracle_man": [ [ "osage_2", "osage_6", "osage_7", "osage_8", "osage_27", "osage_83", "osage_84" ], [ "osage_2", "osage_84" ], [ "osage_3", "osage_4", "osage_5" ] ] }
7590
render a `gif` image using stdin and stdout
echo "{{digraph {this -> that} }}" | osage -T {{gif}} > {{path/to/image.gif}}
[ "osage_2", "osage_3", "osage_6", "osage_7", "osage_8", "osage_27", "osage_83", "osage_84" ]
osage
osage
true
{ "token": [ "echo", "-T", "|main|" ], "oracle_man": [ [], [ "osage_2", "osage_6", "osage_7", "osage_8", "osage_27", "osage_83", "osage_84" ], [ "osage_3", "osage_4", "osage_5" ] ] }
7591
display help
osage -?
[ "osage_3", "osage_95" ]
osage
osage
true
{ "token": [ "-?", "|main|" ], "oracle_man": [ [ "osage_95" ], [ "osage_3", "osage_4", "osage_5" ] ] }
7592
open a file
micro {{file}}
[ "micro_3" ]
micro
micro
true
{ "token": [ "|main|" ], "oracle_man": [ [ "micro_3", "micro_4", "micro_5" ] ] }
7593
cut the entire line
Ctrl + K
[ "micro_3" ]
micro
micro
true
{ "token": [ "Ctrl", "+", "K", "|main|" ], "oracle_man": [ [], [], [], [ "micro_3", "micro_4", "micro_5" ] ] }
7594
search for a pattern in the file (press `ctrl + n`/`ctrl + p` to go to next/previous match)
Ctrl + F "{{pattern}}" <Enter>
[ "micro_3" ]
micro
micro
true
{ "token": [ "Ctrl", "+", "F", "Enter", "|main|" ], "oracle_man": [ [], [], [], [], [ "micro_3", "micro_4", "micro_5" ] ] }
7595
execute a command
Ctrl + E {{command}} <Enter>
[ "micro_3" ]
micro
micro
true
{ "token": [ "Ctrl", "+", "E", "Enter", "|main|" ], "oracle_man": [ [], [], [], [], [ "micro_3", "micro_4", "micro_5" ] ] }
7596
perform a substitution in the whole file
Ctrl + E replaceall "{{pattern}}" "{{replacement}}" <Enter>
[ "micro_3" ]
micro
micro
true
{ "token": [ "Ctrl", "+", "E", "replaceall", "Enter", "|main|" ], "oracle_man": [ [], [], [], [], [], [ "micro_3", "micro_4", "micro_5" ] ] }
7597
quit
Ctrl + Q
[ "micro_3" ]
micro
micro
true
{ "token": [ "Ctrl", "+", "Q", "|main|" ], "oracle_man": [ [], [], [], [ "micro_3", "micro_4", "micro_5" ] ] }
7603
send a get request
xh {{httpbin.org/get}}
[ "xh_3" ]
xh
xh
true
{ "token": [ "|main|" ], "oracle_man": [ [ "xh_3", "xh_4" ] ] }
7604
send a post request with a json body (keyvalue pairs are added to a toplevel json object e.g. `{"name" "john", "age" 25}`)
xh post {{httpbin.org/post}} {{name=john}} {{age:=25}}
[ "xh_3" ]
xh
xh
true
{ "token": [ "post", "|main|" ], "oracle_man": [ [], [ "xh_3", "xh_4" ] ] }
7605
send a get request with query parameters (e.g. `first_param=5&second_param=true`)
xh get {{httpbin.org/get}} {{first_param==5}} {{second_param==true}}
[ "xh_3" ]
xh
xh
true
{ "token": [ "get", "|main|" ], "oracle_man": [ [], [ "xh_3", "xh_4" ] ] }
7606
send a get request with a custom header
xh get {{httpbin.org/get}} {{header-name:header-value}}
[ "xh_3" ]
xh
xh
true
{ "token": [ "get", "|main|" ], "oracle_man": [ [], [ "xh_3", "xh_4" ] ] }
7607
make a get request and save the response body to a file
xh --download {{httpbin.org/json}} --output {{path/to/file}}
[ "xh_3", "xh_44", "xh_47", "xh_89" ]
xh
xh
true
{ "token": [ "--download", "--output", "|main|" ], "oracle_man": [ [ "xh_44", "xh_47" ], [ "xh_47", "xh_89" ], [ "xh_3", "xh_4" ] ] }
7608
display the current mask in octal notation
umask
[ "umask_4" ]
umask
umask
true
{ "token": [ "|main|" ], "oracle_man": [ [ "umask_4", "umask_5", "umask_6", "umask_7" ] ] }
7609
display the current mask in symbolic (humanreadable) mode
umask -S
[ "umask_3", "umask_4", "umask_10", "umask_30", "umask_51" ]
umask
umask
true
{ "token": [ "-S", "|main|" ], "oracle_man": [ [ "umask_3", "umask_10", "umask_30", "umask_51" ], [ "umask_4", "umask_5", "umask_6", "umask_7" ] ] }
7610
change the mask symbolically to allow read permission for all users (the rest of the mask bits are unchanged)
umask {{a+r}}
[ "umask_4" ]
umask
umask
true
{ "token": [ "|main|" ], "oracle_man": [ [ "umask_4", "umask_5", "umask_6", "umask_7" ] ] }
7611
set the mask (using octal) to restrict no permissions for the file's owner, and restrict all permissions for everyone else
umask {{077}}
[ "umask_4" ]
umask
umask
true
{ "token": [ "|main|" ], "oracle_man": [ [ "umask_4", "umask_5", "umask_6", "umask_7" ] ] }
7615
convert a graph from `gxl` to `gv` format
gxl2gv -o {{output.gv}} {{input.gxl}}
[ "gxl2gv_2", "gxl2gv_3", "gxl2gv_9" ]
gxl2gv
gxl2gv
true
{ "token": [ "-o", "|main|" ], "oracle_man": [ [ "gxl2gv_2", "gxl2gv_9" ], [ "gxl2gv_3", "gxl2gv_4" ] ] }
7616
convert a graph using stdin and stdout
cat {{input.gxl}} | gxl2gv > {{output.gv}}
[ "gxl2gv_3" ]
gxl2gv
gxl2gv
true
{ "token": [ "cat", "|main|" ], "oracle_man": [ [], [ "gxl2gv_3", "gxl2gv_4" ] ] }
7617
display help
gxl2gv -?
[ "gxl2gv_3", "gxl2gv_8" ]
gxl2gv
gxl2gv
true
{ "token": [ "-?", "|main|" ], "oracle_man": [ [ "gxl2gv_8" ], [ "gxl2gv_3", "gxl2gv_4" ] ] }
7618
read 4096 bytes from the device starting from 0x8000000
st-flash read {{firmware}}.bin {{0x8000000}} {{4096}}
[ "st-flash_2", "st-flash_3", "st-flash_7", "st-flash_19" ]
st-flash
st-flash
true
{ "token": [ "read", "|main|" ], "oracle_man": [ [ "st-flash_2", "st-flash_7", "st-flash_19" ], [ "st-flash_3", "st-flash_4", "st-flash_5" ] ] }
7619
write firmware to device starting from 0x8000000
st-flash write {{firmware}}.bin {{0x8000000}}
[ "st-flash_3", "st-flash_6", "st-flash_17" ]
st-flash
st-flash
true
{ "token": [ "write", "|main|" ], "oracle_man": [ [ "st-flash_6", "st-flash_17" ], [ "st-flash_3", "st-flash_4", "st-flash_5" ] ] }
7620
erase firmware from device
st-flash erase
[ "st-flash_3", "st-flash_8", "st-flash_21" ]
st-flash
st-flash
true
{ "token": [ "erase", "|main|" ], "oracle_man": [ [ "st-flash_8", "st-flash_21" ], [ "st-flash_3", "st-flash_4", "st-flash_5" ] ] }
7621
list all available serial ports
pio device list
[ "pio_1", "pio_232", "pio_536", "pio_537", "pio_542", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_631", "pio_636", "pio_643", "pio_646", "pio_821", "pio_828", "pio_829", "pio_830", "pio_1126", "pio_1129", "pio_1253", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1397", "pio_1400", "pio_1406", "pio_1457", "pio_1461", "pio_1595", "pio_1641", "pio_1951", "pio_2665", "pio_2668", "pio_2713", "pio_2753", "pio_2754", "pio_2792", "pio_3038", "pio_3489", "pio_3583", "pio_3587", "pio_3591", "pio_3611", "pio_3759", "pio_3853", "pio_3914", "pio_3964", "pio_4155", "pio_4395", "pio_4433", "pio_4468", "pio_4509", "pio_4535", "pio_4559", "pio_4595", "pio_4618", "pio_4658", "pio_4684", "pio_4703", "pio_4773", "pio_4833", "pio_4869", "pio_4915", "pio_4986", "pio_5020", "pio_5059", "pio_5100", "pio_5186", "pio_5262", "pio_5348", "pio_5382", "pio_5417", "pio_5453", "pio_5486", "pio_5545", "pio_5691", "pio_5719", "pio_5828", "pio_5844", "pio_5864", "pio_5889", "pio_5968", "pio_6034", "pio_6055", "pio_6067", "pio_6087", "pio_6113", "pio_6146", "pio_6183", "pio_6232", "pio_6301", "pio_6324", "pio_25952", "pio_26046", "pio_26066", "pio_26088", "pio_26107", "pio_26815", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_28503", "pio_28504", "pio_28738", "pio_28779", "pio_28780", "pio_29104", "pio_29133", "pio_29346" ]
pio
pio-device
true
{ "token": [ "device", "list", "|main|" ], "oracle_man": [ [ "pio_536", "pio_537", "pio_542", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_636", "pio_643", "pio_646", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1406", "pio_1457", "pio_1461", "pio_1595", "pio_1641", "pio_1951", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_28503", "pio_28504", "pio_28738", "pio_29346" ], [ "pio_232", "pio_537", "pio_553", "pio_556", "pio_559", "pio_631", "pio_821", "pio_828", "pio_829", "pio_830", "pio_1126", "pio_1129", "pio_1253", "pio_1397", "pio_1400", "pio_2665", "pio_2668", "pio_2713", "pio_2753", "pio_2754", "pio_2792", "pio_3038", "pio_3489", "pio_3583", "pio_3587", "pio_3591", "pio_3611", "pio_3759", "pio_3853", "pio_3914", "pio_3964", "pio_4155", "pio_4395", "pio_4433", "pio_4468", "pio_4509", "pio_4535", "pio_4559", "pio_4595", "pio_4618", "pio_4658", "pio_4684", "pio_4703", "pio_4773", "pio_4833", "pio_4869", "pio_4915", "pio_4986", "pio_5020", "pio_5059", "pio_5100", "pio_5186", "pio_5262", "pio_5348", "pio_5382", "pio_5417", "pio_5453", "pio_5486", "pio_5545", "pio_5691", "pio_5719", "pio_5828", "pio_5844", "pio_5864", "pio_5889", "pio_5968", "pio_6034", "pio_6055", "pio_6067", "pio_6087", "pio_6113", "pio_6146", "pio_6183", "pio_6232", "pio_6301", "pio_6324", "pio_25952", "pio_26046", "pio_26066", "pio_26088", "pio_26107", "pio_26815", "pio_28779", "pio_28780", "pio_29104", "pio_29133" ], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
7622
list all available logical devices
pio device list --logical
[ "pio_1", "pio_232", "pio_536", "pio_537", "pio_542", "pio_546", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_631", "pio_636", "pio_643", "pio_646", "pio_821", "pio_828", "pio_829", "pio_830", "pio_1126", "pio_1129", "pio_1253", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1397", "pio_1400", "pio_1406", "pio_1457", "pio_1461", "pio_1595", "pio_1641", "pio_1951", "pio_2665", "pio_2668", "pio_2713", "pio_2753", "pio_2754", "pio_2792", "pio_3038", "pio_3489", "pio_3583", "pio_3587", "pio_3591", "pio_3611", "pio_3759", "pio_3853", "pio_3914", "pio_3964", "pio_4155", "pio_4395", "pio_4433", "pio_4468", "pio_4509", "pio_4535", "pio_4559", "pio_4595", "pio_4618", "pio_4658", "pio_4684", "pio_4703", "pio_4773", "pio_4833", "pio_4869", "pio_4915", "pio_4986", "pio_5020", "pio_5059", "pio_5100", "pio_5186", "pio_5262", "pio_5348", "pio_5382", "pio_5417", "pio_5453", "pio_5486", "pio_5545", "pio_5691", "pio_5719", "pio_5828", "pio_5844", "pio_5864", "pio_5889", "pio_5968", "pio_6034", "pio_6055", "pio_6067", "pio_6087", "pio_6113", "pio_6146", "pio_6183", "pio_6232", "pio_6301", "pio_6324", "pio_25952", "pio_26046", "pio_26066", "pio_26088", "pio_26107", "pio_26815", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_28503", "pio_28504", "pio_28738", "pio_28779", "pio_28780", "pio_29104", "pio_29133", "pio_29346" ]
pio
pio-device
true
{ "token": [ "device", "list", "--logical", "|main|" ], "oracle_man": [ [ "pio_536", "pio_537", "pio_542", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_636", "pio_643", "pio_646", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1406", "pio_1457", "pio_1461", "pio_1595", "pio_1641", "pio_1951", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_28503", "pio_28504", "pio_28738", "pio_29346" ], [ "pio_232", "pio_537", "pio_553", "pio_556", "pio_559", "pio_631", "pio_821", "pio_828", "pio_829", "pio_830", "pio_1126", "pio_1129", "pio_1253", "pio_1397", "pio_1400", "pio_2665", "pio_2668", "pio_2713", "pio_2753", "pio_2754", "pio_2792", "pio_3038", "pio_3489", "pio_3583", "pio_3587", "pio_3591", "pio_3611", "pio_3759", "pio_3853", "pio_3914", "pio_3964", "pio_4155", "pio_4395", "pio_4433", "pio_4468", "pio_4509", "pio_4535", "pio_4559", "pio_4595", "pio_4618", "pio_4658", "pio_4684", "pio_4703", "pio_4773", "pio_4833", "pio_4869", "pio_4915", "pio_4986", "pio_5020", "pio_5059", "pio_5100", "pio_5186", "pio_5262", "pio_5348", "pio_5382", "pio_5417", "pio_5453", "pio_5486", "pio_5545", "pio_5691", "pio_5719", "pio_5828", "pio_5844", "pio_5864", "pio_5889", "pio_5968", "pio_6034", "pio_6055", "pio_6067", "pio_6087", "pio_6113", "pio_6146", "pio_6183", "pio_6232", "pio_6301", "pio_6324", "pio_25952", "pio_26046", "pio_26066", "pio_26088", "pio_26107", "pio_26815", "pio_28779", "pio_28780", "pio_29104", "pio_29133" ], [ "pio_546", "pio_559", "pio_28780" ], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
7623
start an interactive device monitor
pio device monitor
[ "pio_1", "pio_536", "pio_537", "pio_542", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_578", "pio_636", "pio_643", "pio_646", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1406", "pio_1410", "pio_1457", "pio_1461", "pio_1595", "pio_1598", "pio_1641", "pio_1951", "pio_2860", "pio_2861", "pio_2862", "pio_2863", "pio_2864", "pio_2865", "pio_2867", "pio_2872", "pio_2874", "pio_2875", "pio_2876", "pio_2878", "pio_2879", "pio_2884", "pio_2885", "pio_2886", "pio_2887", "pio_2888", "pio_2893", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_27306", "pio_27860", "pio_27861", "pio_27862", "pio_27863", "pio_27864", "pio_28503", "pio_28504", "pio_28538", "pio_28613", "pio_28726", "pio_28738", "pio_28791", "pio_28806", "pio_29346" ]
pio
pio-device
true
{ "token": [ "device", "monitor", "|main|" ], "oracle_man": [ [ "pio_536", "pio_537", "pio_542", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_636", "pio_643", "pio_646", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1406", "pio_1457", "pio_1461", "pio_1595", "pio_1641", "pio_1951", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_28503", "pio_28504", "pio_28738", "pio_29346" ], [ "pio_567", "pio_578", "pio_636", "pio_643", "pio_646", "pio_1410", "pio_1598", "pio_2860", "pio_2861", "pio_2862", "pio_2863", "pio_2864", "pio_2865", "pio_2867", "pio_2872", "pio_2874", "pio_2875", "pio_2876", "pio_2878", "pio_2879", "pio_2884", "pio_2885", "pio_2886", "pio_2887", "pio_2888", "pio_2893", "pio_27306", "pio_27860", "pio_27861", "pio_27862", "pio_27863", "pio_27864", "pio_28504", "pio_28538", "pio_28613", "pio_28726", "pio_28791", "pio_28806" ], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
7624
start an interactive device monitor and listen to a specific port
pio device monitor --port {{/dev/ttyUSBX}}
[ "pio_1", "pio_536", "pio_537", "pio_542", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_578", "pio_582", "pio_636", "pio_643", "pio_644", "pio_646", "pio_656", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1406", "pio_1410", "pio_1414", "pio_1457", "pio_1459", "pio_1461", "pio_1595", "pio_1598", "pio_1641", "pio_1951", "pio_2860", "pio_2861", "pio_2862", "pio_2863", "pio_2864", "pio_2865", "pio_2867", "pio_2868", "pio_2872", "pio_2874", "pio_2875", "pio_2876", "pio_2878", "pio_2879", "pio_2884", "pio_2885", "pio_2886", "pio_2887", "pio_2888", "pio_2893", "pio_4084", "pio_4086", "pio_4094", "pio_4350", "pio_4352", "pio_4360", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_27306", "pio_27860", "pio_27861", "pio_27862", "pio_27863", "pio_27864", "pio_28503", "pio_28504", "pio_28538", "pio_28613", "pio_28726", "pio_28738", "pio_28791", "pio_28806", "pio_29346" ]
pio
pio-device
true
{ "token": [ "device", "monitor", "--port", "|main|" ], "oracle_man": [ [ "pio_536", "pio_537", "pio_542", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_636", "pio_643", "pio_646", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1406", "pio_1457", "pio_1461", "pio_1595", "pio_1641", "pio_1951", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_28503", "pio_28504", "pio_28738", "pio_29346" ], [ "pio_567", "pio_578", "pio_636", "pio_643", "pio_646", "pio_1410", "pio_1598", "pio_2860", "pio_2861", "pio_2862", "pio_2863", "pio_2864", "pio_2865", "pio_2867", "pio_2872", "pio_2874", "pio_2875", "pio_2876", "pio_2878", "pio_2879", "pio_2884", "pio_2885", "pio_2886", "pio_2887", "pio_2888", "pio_2893", "pio_27306", "pio_27860", "pio_27861", "pio_27862", "pio_27863", "pio_27864", "pio_28504", "pio_28538", "pio_28613", "pio_28726", "pio_28791", "pio_28806" ], [ "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" ] ] }
7625
start an interactive device monitor and set a specific baud rate (defaults to 9600)
pio device monitor --baud {{57600}}
[ "pio_1", "pio_536", "pio_537", "pio_542", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_578", "pio_592", "pio_636", "pio_643", "pio_644", "pio_646", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1406", "pio_1410", "pio_1416", "pio_1457", "pio_1459", "pio_1461", "pio_1595", "pio_1598", "pio_1641", "pio_1951", "pio_2860", "pio_2861", "pio_2862", "pio_2863", "pio_2864", "pio_2865", "pio_2867", "pio_2872", "pio_2874", "pio_2875", "pio_2876", "pio_2878", "pio_2879", "pio_2884", "pio_2885", "pio_2886", "pio_2887", "pio_2888", "pio_2893", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_27306", "pio_27860", "pio_27861", "pio_27862", "pio_27863", "pio_27864", "pio_28503", "pio_28504", "pio_28538", "pio_28613", "pio_28726", "pio_28738", "pio_28791", "pio_28806", "pio_29346" ]
pio
pio-device
true
{ "token": [ "device", "monitor", "--baud", "|main|" ], "oracle_man": [ [ "pio_536", "pio_537", "pio_542", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_636", "pio_643", "pio_646", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1406", "pio_1457", "pio_1461", "pio_1595", "pio_1641", "pio_1951", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_28503", "pio_28504", "pio_28738", "pio_29346" ], [ "pio_567", "pio_578", "pio_636", "pio_643", "pio_646", "pio_1410", "pio_1598", "pio_2860", "pio_2861", "pio_2862", "pio_2863", "pio_2864", "pio_2865", "pio_2867", "pio_2872", "pio_2874", "pio_2875", "pio_2876", "pio_2878", "pio_2879", "pio_2884", "pio_2885", "pio_2886", "pio_2887", "pio_2888", "pio_2893", "pio_27306", "pio_27860", "pio_27861", "pio_27862", "pio_27863", "pio_27864", "pio_28504", "pio_28538", "pio_28613", "pio_28726", "pio_28791", "pio_28806" ], [ "pio_592", "pio_644", "pio_1416", "pio_1459", "pio_2876" ], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
7626
start an interactive device monitor and set a specific eol character (defaults to `crlf`)
pio device monitor --eol {{CRLF|CR|LF}}
[ "pio_1", "pio_536", "pio_537", "pio_542", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_578", "pio_613", "pio_636", "pio_643", "pio_644", "pio_646", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1406", "pio_1410", "pio_1440", "pio_1457", "pio_1459", "pio_1461", "pio_1595", "pio_1598", "pio_1641", "pio_1951", "pio_2860", "pio_2861", "pio_2862", "pio_2863", "pio_2864", "pio_2865", "pio_2867", "pio_2872", "pio_2874", "pio_2875", "pio_2876", "pio_2878", "pio_2879", "pio_2884", "pio_2885", "pio_2886", "pio_2887", "pio_2888", "pio_2893", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_27306", "pio_27860", "pio_27861", "pio_27862", "pio_27863", "pio_27864", "pio_28503", "pio_28504", "pio_28538", "pio_28613", "pio_28726", "pio_28738", "pio_28791", "pio_28806", "pio_29346" ]
pio
pio-device
true
{ "token": [ "device", "monitor", "--eol", "|main|" ], "oracle_man": [ [ "pio_536", "pio_537", "pio_542", "pio_553", "pio_556", "pio_559", "pio_567", "pio_575", "pio_636", "pio_643", "pio_646", "pio_1382", "pio_1384", "pio_1389", "pio_1394", "pio_1406", "pio_1457", "pio_1461", "pio_1595", "pio_1641", "pio_1951", "pio_27082", "pio_27083", "pio_27150", "pio_27151", "pio_27162", "pio_27170", "pio_27205", "pio_27206", "pio_28503", "pio_28504", "pio_28738", "pio_29346" ], [ "pio_567", "pio_578", "pio_636", "pio_643", "pio_646", "pio_1410", "pio_1598", "pio_2860", "pio_2861", "pio_2862", "pio_2863", "pio_2864", "pio_2865", "pio_2867", "pio_2872", "pio_2874", "pio_2875", "pio_2876", "pio_2878", "pio_2879", "pio_2884", "pio_2885", "pio_2886", "pio_2887", "pio_2888", "pio_2893", "pio_27306", "pio_27860", "pio_27861", "pio_27862", "pio_27863", "pio_27864", "pio_28504", "pio_28538", "pio_28613", "pio_28726", "pio_28791", "pio_28806" ], [ "pio_613", "pio_644", "pio_1440", "pio_1459" ], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
7627
go to the menu of the interactive device monitor
Ctrl + T
[ "pio_1", "pio_579", "pio_580", "pio_581", "pio_1411", "pio_1412", "pio_1413" ]
pio
pio-device
true
{ "token": [ "Ctrl", "+", "T", "|main|" ], "oracle_man": [ [ "pio_579", "pio_580", "pio_581", "pio_1411", "pio_1412", "pio_1413" ], [], [ "pio_580", "pio_581", "pio_1412", "pio_1413" ], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
7637
search a single directory
fdupes {{directory}}
[ "fdupes_3" ]
fdupes
fdupes
true
{ "token": [ "|main|" ], "oracle_man": [ [ "fdupes_3" ] ] }
7638
search multiple directories
fdupes {{directory1}} {{directory2}}
[ "fdupes_3" ]
fdupes
fdupes
true
{ "token": [ "|main|" ], "oracle_man": [ [ "fdupes_3" ] ] }
7639
search a directory recursively
fdupes -r {{directory}}
[ "fdupes_3", "fdupes_4", "fdupes_5", "fdupes_24", "fdupes_28", "fdupes_29" ]
fdupes
fdupes
true
{ "token": [ "-r", "|main|" ], "oracle_man": [ [ "fdupes_4", "fdupes_5", "fdupes_24", "fdupes_28", "fdupes_29" ], [ "fdupes_3" ] ] }
7640
search multiple directories, one recursively
fdupes {{directory1}} -R {{directory2}}
[ "fdupes_3", "fdupes_5" ]
fdupes
fdupes
true
{ "token": [ "-R", "|main|" ], "oracle_man": [ [ "fdupes_5" ], [ "fdupes_3" ] ] }
7641
search recursively for duplicates and display interactive prompt to pick which ones to keep, deleting the others
fdupes -rd {{directory}}
[ "fdupes_3", "fdupes_7", "fdupes_18", "fdupes_19", "fdupes_20", "fdupes_30" ]
fdupes
fdupes
true
{ "token": [ "-rd", "|main|" ], "oracle_man": [ [ "fdupes_7", "fdupes_18", "fdupes_19", "fdupes_20", "fdupes_30" ], [ "fdupes_3" ] ] }
7642
search recursively and delete duplicates without prompting
fdupes -rdN {{directory}}
[ "fdupes_3", "fdupes_20" ]
fdupes
fdupes
true
{ "token": [ "-rdN", "|main|" ], "oracle_man": [ [ "fdupes_20" ], [ "fdupes_3" ] ] }
7643
create a virtual machine with 1 gib ram and 12 gib storage and start debian installation
virt-install --name {{vm_name}} --memory {{1024}} --disk path={{path/to/image.qcow2}},size={{12}} --cdrom {{path/to/debian.iso}}
[ "virt-install_3", "virt-install_7", "virt-install_8", "virt-install_17", "virt-install_19", "virt-install_23", "virt-install_24", "virt-install_26", "virt-install_135", "virt-install_141", "virt-install_142", "virt-install_154", "virt-install_159", "virt-install_171", "virt-install_172", "virt-install_174", "virt-install_175", "virt-install_180", "virt-install_199", "virt-install_228", "virt-install_230", "virt-install_232", "virt-install_234", "virt-install_236", "virt-install_266", "virt-install_325", "virt-install_371", "virt-install_372", "virt-install_385", "virt-install_470", "virt-install_472", "virt-install_474", "virt-install_476", "virt-install_479" ]
virt-install
virt-install
true
{ "token": [ "--name", "--memory", "--disk", "path", "--cdrom", "|main|" ], "oracle_man": [ [ "virt-install_17", "virt-install_174", "virt-install_470", "virt-install_476", "virt-install_479" ], [ "virt-install_8", "virt-install_19", "virt-install_23", "virt-install_24", "virt-install_26", "virt-install_470", "virt-install_472", "virt-install_474", "virt-install_476", "virt-install_479" ], [ "virt-install_7", "virt-install_8", "virt-install_154", "virt-install_159", "virt-install_174", "virt-install_228", "virt-install_230", "virt-install_232", "virt-install_234", "virt-install_266", "virt-install_470", "virt-install_474", "virt-install_476", "virt-install_479" ], [ "virt-install_141", "virt-install_142", "virt-install_180", "virt-install_236", "virt-install_371", "virt-install_372", "virt-install_385" ], [ "virt-install_135", "virt-install_171", "virt-install_172", "virt-install_175", "virt-install_180", "virt-install_199", "virt-install_325", "virt-install_470" ], [ "virt-install_3", "virt-install_4", "virt-install_5", "virt-install_6", "virt-install_7", "virt-install_8" ] ] }
7644
display the current month's calendar
ical
[ "ical_3" ]
ical
ical
true
{ "token": [ "|main|" ], "oracle_man": [ [ "ical_3", "ical_4", "ical_5" ] ] }
7645
convert a gregorian date to a hijri date
ical --gregorian {{yyyymmdd}}
[ "ical_2", "ical_3", "ical_8" ]
ical
ical
true
{ "token": [ "--gregorian", "|main|" ], "oracle_man": [ [ "ical_2", "ical_8" ], [ "ical_3", "ical_4", "ical_5" ] ] }
7646
convert a hirji date to a gregorian date
ical --hijri {{yyyymmdd}}
[ "ical_2", "ical_3", "ical_9" ]
ical
ical
true
{ "token": [ "--hijri", "|main|" ], "oracle_man": [ [ "ical_2", "ical_9" ], [ "ical_3", "ical_4", "ical_5" ] ] }
7670
apply a commit to the current branch
git cherry-pick {{commit}}
[ "git-cherry-pick_2", "git-cherry-pick_3", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_38", "git-cherry-pick_40" ]
git-cherry-pick
git-cherry-pick
true
{ "token": [ "git", "cherry-pick", "|main|" ], "oracle_man": [ [ "git-cherry-pick_2", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_38", "git-cherry-pick_40" ], [ "git-cherry-pick_2", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_40" ], [ "git-cherry-pick_3", "git-cherry-pick_4", "git-cherry-pick_5", "git-cherry-pick_6", "git-cherry-pick_7", "git-cherry-pick_8", "git-cherry-pick_9", "git-cherry-pick_10" ] ] }
7671
apply a range of commits to the current branch (see also `git rebase onto`)
git cherry-pick {{start_commit}}~..{{end_commit}}
[ "git-cherry-pick_2", "git-cherry-pick_3", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_38", "git-cherry-pick_40" ]
git-cherry-pick
git-cherry-pick
true
{ "token": [ "git", "cherry-pick", "|main|" ], "oracle_man": [ [ "git-cherry-pick_2", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_38", "git-cherry-pick_40" ], [ "git-cherry-pick_2", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_40" ], [ "git-cherry-pick_3", "git-cherry-pick_4", "git-cherry-pick_5", "git-cherry-pick_6", "git-cherry-pick_7", "git-cherry-pick_8", "git-cherry-pick_9", "git-cherry-pick_10" ] ] }
7672
apply multiple (nonsequential) commits to the current branch
git cherry-pick {{commit_1}} {{commit_2}}
[ "git-cherry-pick_2", "git-cherry-pick_3", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_38", "git-cherry-pick_40" ]
git-cherry-pick
git-cherry-pick
true
{ "token": [ "git", "cherry-pick", "|main|" ], "oracle_man": [ [ "git-cherry-pick_2", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_38", "git-cherry-pick_40" ], [ "git-cherry-pick_2", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_40" ], [ "git-cherry-pick_3", "git-cherry-pick_4", "git-cherry-pick_5", "git-cherry-pick_6", "git-cherry-pick_7", "git-cherry-pick_8", "git-cherry-pick_9", "git-cherry-pick_10" ] ] }
7673
add the changes of a commit to the working directory, without creating a commit
git cherry-pick -n {{commit}}
[ "git-cherry-pick_2", "git-cherry-pick_3", "git-cherry-pick_11", "git-cherry-pick_16", "git-cherry-pick_17", "git-cherry-pick_20", "git-cherry-pick_27", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_38", "git-cherry-pick_40" ]
git-cherry-pick
git-cherry-pick
true
{ "token": [ "git", "cherry-pick", "-n", "|main|" ], "oracle_man": [ [ "git-cherry-pick_2", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_38", "git-cherry-pick_40" ], [ "git-cherry-pick_2", "git-cherry-pick_32", "git-cherry-pick_33", "git-cherry-pick_34", "git-cherry-pick_35", "git-cherry-pick_36", "git-cherry-pick_37", "git-cherry-pick_40" ], [ "git-cherry-pick_2", "git-cherry-pick_11", "git-cherry-pick_16", "git-cherry-pick_17", "git-cherry-pick_20", "git-cherry-pick_27", "git-cherry-pick_36", "git-cherry-pick_38" ], [ "git-cherry-pick_3", "git-cherry-pick_4", "git-cherry-pick_5", "git-cherry-pick_6", "git-cherry-pick_7", "git-cherry-pick_8", "git-cherry-pick_9", "git-cherry-pick_10" ] ] }
7691
convert pages 110 into 10 pngs
mutool convert -o {{image%d.png}} {{file.pdf}} {{1-10}}
[ "mutool_3", "mutool_9", "mutool_58", "mutool_60", "mutool_86", "mutool_100", "mutool_101", "mutool_108", "mutool_113" ]
mutool
mutool
true
{ "token": [ "convert", "-o", "|main|" ], "oracle_man": [ [ "mutool_100", "mutool_101" ], [ "mutool_9", "mutool_58", "mutool_60", "mutool_86", "mutool_108", "mutool_113" ], [ "mutool_3" ] ] }
7692
convert pages 2, 3 and 5 of a pdf into text in the standard output
mutool draw -F {{txt}} {{file.pdf}} {{2,3,5}}
[ "mutool_3", "mutool_4", "mutool_5", "mutool_10", "mutool_51", "mutool_109" ]
mutool
mutool
true
{ "token": [ "draw", "-F", "|main|" ], "oracle_man": [ [ "mutool_4", "mutool_5" ], [ "mutool_10", "mutool_51", "mutool_109" ], [ "mutool_3" ] ] }
7693
concatenate two pdfs
mutool merge -o {{output.pdf}} {{input1.pdf}} {{input2.pdf}}
[ "mutool_3", "mutool_9", "mutool_58", "mutool_60", "mutool_86", "mutool_108", "mutool_111", "mutool_112", "mutool_113" ]
mutool
mutool
true
{ "token": [ "merge", "-o", "|main|" ], "oracle_man": [ [ "mutool_111", "mutool_112" ], [ "mutool_9", "mutool_58", "mutool_60", "mutool_86", "mutool_108", "mutool_113" ], [ "mutool_3" ] ] }
7694
query information about all content embedded in a pdf
mutool info {{input.pdf}}
[ "mutool_3", "mutool_48", "mutool_49" ]
mutool
mutool
true
{ "token": [ "info", "|main|" ], "oracle_man": [ [ "mutool_48", "mutool_49" ], [ "mutool_3" ] ] }
7695
extract all images, fonts and resources embedded in a pdf out into the current directory
mutool extract {{input.pdf}}
[ "mutool_3", "mutool_44", "mutool_45" ]
mutool
mutool
true
{ "token": [ "extract", "|main|" ], "oracle_man": [ [ "mutool_44", "mutool_45" ], [ "mutool_3" ] ] }
7696
print the outline (table of contents) of a pdf
mutool show {{input.pdf}} outline
[ "mutool_3", "mutool_83", "mutool_84", "mutool_95" ]
mutool
mutool
true
{ "token": [ "show", "outline", "|main|" ], "oracle_man": [ [ "mutool_83", "mutool_84" ], [ "mutool_95" ], [ "mutool_3" ] ] }
7713
enable module "foo"
drush en {{foo}}
[ "drush_3", "drush_27" ]
drush
drush
true
{ "token": [ "en", "|main|" ], "oracle_man": [ [ "drush_27" ], [ "drush_3", "drush_4" ] ] }
7714
uninstall module "foo"
drush pmu {{foo}}
[ "drush_3" ]
drush
drush
true
{ "token": [ "pmu", "|main|" ], "oracle_man": [ [], [ "drush_3", "drush_4" ] ] }
7715
clear all caches
drush cr
[ "drush_3" ]
drush
drush
true
{ "token": [ "cr", "|main|" ], "oracle_man": [ [], [ "drush_3", "drush_4" ] ] }
7716
clear css and javascript caches
drush cc css-js
[ "drush_3", "drush_18" ]
drush
drush
true
{ "token": [ "cc", "css-js", "|main|" ], "oracle_man": [ [ "drush_18" ], [], [ "drush_3", "drush_4" ] ] }
7721
restore any files deleted since the last commit
git checkout-index --all
[ "git-checkout-index_2", "git-checkout-index_3", "git-checkout-index_7", "git-checkout-index_16", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ]
git-checkout-index
git-checkout-index
true
{ "token": [ "git", "checkout-index", "--all", "|main|" ], "oracle_man": [ [ "git-checkout-index_2", "git-checkout-index_16", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ], [ "git-checkout-index_2", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ], [ "git-checkout-index_7" ], [ "git-checkout-index_3" ] ] }
7722
restore any files deleted or changed since the last commit
git checkout-index --all --force
[ "git-checkout-index_2", "git-checkout-index_3", "git-checkout-index_6", "git-checkout-index_7", "git-checkout-index_16", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ]
git-checkout-index
git-checkout-index
true
{ "token": [ "git", "checkout-index", "--all", "--force", "|main|" ], "oracle_man": [ [ "git-checkout-index_2", "git-checkout-index_16", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ], [ "git-checkout-index_2", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ], [ "git-checkout-index_7" ], [ "git-checkout-index_6" ], [ "git-checkout-index_3" ] ] }
7723
restore any files changed since the last commit, ignoring any files that were deleted
git checkout-index --all --force --no-create
[ "git-checkout-index_2", "git-checkout-index_3", "git-checkout-index_6", "git-checkout-index_7", "git-checkout-index_8", "git-checkout-index_16", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ]
git-checkout-index
git-checkout-index
true
{ "token": [ "git", "checkout-index", "--all", "--force", "--no-create", "|main|" ], "oracle_man": [ [ "git-checkout-index_2", "git-checkout-index_16", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ], [ "git-checkout-index_2", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ], [ "git-checkout-index_7" ], [ "git-checkout-index_6" ], [ "git-checkout-index_8" ], [ "git-checkout-index_3" ] ] }
7724
export a copy of the entire tree at the last commit to the specified directory (the trailing slash is important)
git checkout-index --all --force --prefix={{path/to/export_directory/}}
[ "git-checkout-index_2", "git-checkout-index_3", "git-checkout-index_6", "git-checkout-index_7", "git-checkout-index_9", "git-checkout-index_16", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ]
git-checkout-index
git-checkout-index
true
{ "token": [ "git", "checkout-index", "--all", "--force", "--prefix", "|main|" ], "oracle_man": [ [ "git-checkout-index_2", "git-checkout-index_16", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ], [ "git-checkout-index_2", "git-checkout-index_31", "git-checkout-index_32", "git-checkout-index_33", "git-checkout-index_34", "git-checkout-index_37" ], [ "git-checkout-index_7" ], [ "git-checkout-index_6" ], [ "git-checkout-index_2", "git-checkout-index_9", "git-checkout-index_33", "git-checkout-index_37" ], [ "git-checkout-index_3" ] ] }
7725
run a command using the input data as arguments
{{arguments_source}} | xargs {{command}}
[ "xargs_3" ]
xargs
xargs
true
{ "token": [ "|main|" ], "oracle_man": [ [ "xargs_3", "xargs_4", "xargs_5", "xargs_6" ] ] }
7726
run multiple chained commands on the input data
{{arguments_source}} | xargs sh -c "{{command1}} && {{command2}} | {{command3}}"
[ "xargs_3", "xargs_23" ]
xargs
xargs
true
{ "token": [ "sh", "-c", "&&", "|main|" ], "oracle_man": [ [], [ "xargs_23" ], [], [ "xargs_3", "xargs_4", "xargs_5", "xargs_6" ] ] }
7727
delete all files with a `.backup` extension (`print0` uses a null character to split file names, and `0` uses it as delimiter)
find . -name {{'*.backup'}} -print0 | xargs -0 rm -v
[ "xargs_3", "xargs_5", "xargs_7", "xargs_21", "xargs_25", "xargs_28", "xargs_30", "xargs_32", "xargs_34" ]
xargs
xargs
true
{ "token": [ "find", ".", "-name", "-print0", "-0", "rm", "-v", "|main|" ], "oracle_man": [ [ "xargs_30", "xargs_32", "xargs_34" ], [], [ "xargs_30", "xargs_32", "xargs_34" ], [ "xargs_5", "xargs_7", "xargs_32" ], [ "xargs_5", "xargs_7", "xargs_32" ], [], [ "xargs_21", "xargs_25", "xargs_28" ], [ "xargs_3", "xargs_4", "xargs_5", "xargs_6" ] ] }
7728
execute the command once for each input line, replacing any occurrences of the placeholder (here marked as `_`) with the input line
{{arguments_source}} | xargs -I _ {{command}} _ {{optional_extra_arguments}}
[ "xargs_3", "xargs_12", "xargs_13", "xargs_29", "xargs_48" ]
xargs
xargs
true
{ "token": [ "-I", "_", "|main|" ], "oracle_man": [ [ "xargs_12", "xargs_13", "xargs_29", "xargs_48" ], [], [ "xargs_3", "xargs_4", "xargs_5", "xargs_6" ] ] }
7729
parallel runs of up to `maxprocs` processes at a time; the default is 1. if `maxprocs` is 0, xargs will run as many processes as possible at a time
{{arguments_source}} | xargs -P {{max-procs}} {{command}}
[ "xargs_3", "xargs_4", "xargs_17" ]
xargs
xargs
true
{ "token": [ "-P", "|main|" ], "oracle_man": [ [ "xargs_4", "xargs_17" ], [ "xargs_3", "xargs_4", "xargs_5", "xargs_6" ] ] }
7730
reset a file to head
git reset-file {{path/to/file}}
[ "git-reset-file_3", "git-reset-file_9", "git-reset-file_11" ]
git-reset-file
git-reset-file
true
{ "token": [ "git", "reset-file", "|main|" ], "oracle_man": [ [ "git-reset-file_9", "git-reset-file_11" ], [ "git-reset-file_9", "git-reset-file_11" ], [ "git-reset-file_3" ] ] }
7731
reset a file to a specific commit
git reset-file {{path/to/file}} {{commit_hash}}
[ "git-reset-file_3", "git-reset-file_9", "git-reset-file_11" ]
git-reset-file
git-reset-file
true
{ "token": [ "git", "reset-file", "|main|" ], "oracle_man": [ [ "git-reset-file_9", "git-reset-file_11" ], [ "git-reset-file_9", "git-reset-file_11" ], [ "git-reset-file_3" ] ] }
7732
run the default task
gulp
[ "gulp_1" ]
gulp
gulp
true
{ "token": [ "|main|" ], "oracle_man": [ [ "gulp_1", "gulp_2", "gulp_3", "gulp_4", "gulp_5", "gulp_6", "gulp_7", "gulp_8", "gulp_9", "gulp_10", "gulp_11", "gulp_12", "gulp_13", "gulp_14", "gulp_15" ] ] }
7733
run individual tasks
gulp {{task}} {{othertask}}
[ "gulp_1" ]
gulp
gulp
true
{ "token": [ "|main|" ], "oracle_man": [ [ "gulp_1", "gulp_2", "gulp_3", "gulp_4", "gulp_5", "gulp_6", "gulp_7", "gulp_8", "gulp_9", "gulp_10", "gulp_11", "gulp_12", "gulp_13", "gulp_14", "gulp_15" ] ] }
7745
open a file or directory
atom {{path/to/file_or_directory}}
[ "atom_3" ]
atom
atom
true
{ "token": [ "|main|" ], "oracle_man": [ [ "atom_3", "atom_4", "atom_5", "atom_6", "atom_7", "atom_8", "atom_9", "atom_10", "atom_11", "atom_12", "atom_13", "atom_14", "atom_15", "atom_16", "atom_17", "atom_18", "atom_19", "atom_20", "atom_21" ] ] }
7746
open a file or directory in a new window
atom -n {{path/to/file_or_directory}}
[ "atom_3" ]
atom
atom
true
{ "token": [ "-n", "|main|" ], "oracle_man": [ [], [ "atom_3", "atom_4", "atom_5", "atom_6", "atom_7", "atom_8", "atom_9", "atom_10", "atom_11", "atom_12", "atom_13", "atom_14", "atom_15", "atom_16", "atom_17", "atom_18", "atom_19", "atom_20", "atom_21" ] ] }
7747
open a file or directory in an existing window
atom --add {{path/to/file_or_directory}}
[ "atom_3" ]
atom
atom
true
{ "token": [ "--add", "|main|" ], "oracle_man": [ [], [ "atom_3", "atom_4", "atom_5", "atom_6", "atom_7", "atom_8", "atom_9", "atom_10", "atom_11", "atom_12", "atom_13", "atom_14", "atom_15", "atom_16", "atom_17", "atom_18", "atom_19", "atom_20", "atom_21" ] ] }
7748
open atom in safe mode (does not load any additional packages)
atom --safe
[ "atom_3" ]
atom
atom
true
{ "token": [ "--safe", "|main|" ], "oracle_man": [ [], [ "atom_3", "atom_4", "atom_5", "atom_6", "atom_7", "atom_8", "atom_9", "atom_10", "atom_11", "atom_12", "atom_13", "atom_14", "atom_15", "atom_16", "atom_17", "atom_18", "atom_19", "atom_20", "atom_21" ] ] }