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
7749
prevent atom from forking into the background, keeping atom attached to the terminal
atom --foreground
[ "atom_3" ]
atom
atom
true
{ "token": [ "--foreground", "|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" ] ] }
7750
wait for atom window to close before returning (useful for git commit editor)
atom --wait
[ "atom_3" ]
atom
atom
true
{ "token": [ "--wait", "|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" ] ] }
7755
strip nondeterministic information from a file
strip-nondeterminism {{path/to/file}}
[ "strip-nondeterminism_3" ]
strip-nondeterminism
strip-nondeterminism
true
{ "token": [ "|main|" ], "oracle_man": [ [ "strip-nondeterminism_3" ] ] }
7756
strip nondeterministic information from a file manually specifying the filetype
strip-nondeterminism --type {{filetype}} {{path/to/file}}
[ "strip-nondeterminism_3", "strip-nondeterminism_4" ]
strip-nondeterminism
strip-nondeterminism
true
{ "token": [ "--type", "|main|" ], "oracle_man": [ [ "strip-nondeterminism_4" ], [ "strip-nondeterminism_3" ] ] }
7757
strip nondeterministic information from a file; instead of removing timestamps set them to the specified unix timestamp
strip-nondeterminism --timestamp {{unix_timestamp}} {{path/to/file}}
[ "strip-nondeterminism_3", "strip-nondeterminism_5", "strip-nondeterminism_6" ]
strip-nondeterminism
strip-nondeterminism
true
{ "token": [ "--timestamp", "|main|" ], "oracle_man": [ [ "strip-nondeterminism_5", "strip-nondeterminism_6" ], [ "strip-nondeterminism_3" ] ] }
7771
start/stop/restart a process
supervisorctl {{start|stop|restart}} {{process_name}}
[ "supervisorctl_1" ]
supervisorctl
supervisorctl
true
{ "token": [ "|main|" ], "oracle_man": [ [ "supervisorctl_1", "supervisorctl_2", "supervisorctl_3" ] ] }
7772
start/stop/restart all processes in a group
supervisorctl {{start|stop|restart}} {{group_name}}:*
[ "supervisorctl_1" ]
supervisorctl
supervisorctl
true
{ "token": [ "|main|" ], "oracle_man": [ [ "supervisorctl_1", "supervisorctl_2", "supervisorctl_3" ] ] }
7773
show last 100 **bytes** of process stderr
supervisorctl tail -100 {{process_name}} stderr
[ "supervisorctl_1" ]
supervisorctl
supervisorctl
true
{ "token": [ "tail", "-100", "stderr", "|main|" ], "oracle_man": [ [], [], [], [ "supervisorctl_1", "supervisorctl_2", "supervisorctl_3" ] ] }
7774
keep displaying stdout of a process
supervisorctl tail -f {{process_name}} stdout
[ "supervisorctl_1", "supervisorctl_13" ]
supervisorctl
supervisorctl
true
{ "token": [ "tail", "-f", "stdout", "|main|" ], "oracle_man": [ [], [ "supervisorctl_13" ], [], [ "supervisorctl_1", "supervisorctl_2", "supervisorctl_3" ] ] }
7775
reload process config file to add/remove processes as necessary
supervisorctl update
[ "supervisorctl_1" ]
supervisorctl
supervisorctl
true
{ "token": [ "update", "|main|" ], "oracle_man": [ [], [ "supervisorctl_1", "supervisorctl_2", "supervisorctl_3" ] ] }
4684
push an android application to an emulator/device
adb install -r {{path/to/file.apk}}
[ "adb_3", "adb_41", "adb_42", "adb_43", "adb_51", "adb_52", "adb_53", "adb_55", "adb_57", "adb_64", "adb_94" ]
adb
adb
true
{ "token": [ "install", "-r", "|main|" ], "oracle_man": [ [ "adb_55" ], [ "adb_41", "adb_42", "adb_43", "adb_51", "adb_52", "adb_53", "adb_57", "adb_64", "adb_94" ], [ "adb_3", "adb_4", "adb_5", "adb_6", "adb_7", "adb_8" ] ] }
7777
reinstall an existing app, keeping its data
adb install -r {{path/to/file.apk}}
[ "adb_3", "adb_41", "adb_42", "adb_43", "adb_51", "adb_52", "adb_53", "adb_55", "adb_57", "adb_64", "adb_94" ]
adb
adb-install
true
{ "token": [ "install", "-r", "|main|" ], "oracle_man": [ [ "adb_55" ], [ "adb_41", "adb_42", "adb_43", "adb_51", "adb_52", "adb_53", "adb_57", "adb_64", "adb_94" ], [ "adb_3", "adb_4", "adb_5", "adb_6", "adb_7", "adb_8" ] ] }
7778
grant all permissions listed in the app manifest
adb install -g {{path/to/file.apk}}
[ "adb_3", "adb_55", "adb_61", "adb_69" ]
adb
adb-install
true
{ "token": [ "install", "-g", "|main|" ], "oracle_man": [ [ "adb_55" ], [ "adb_61", "adb_69" ], [ "adb_3", "adb_4", "adb_5", "adb_6", "adb_7", "adb_8" ] ] }
7779
quickly update an installed package by only updating the parts of the apk that changed
adb install --fastdeploy {{path/to/file.apk}}
[ "adb_3", "adb_55" ]
adb
adb-install
true
{ "token": [ "install", "--fastdeploy", "|main|" ], "oracle_man": [ [ "adb_55" ], [], [ "adb_3", "adb_4", "adb_5", "adb_6", "adb_7", "adb_8" ] ] }
7780
compile a lua source file to lua bytecode
luac -o {{byte_code.luac}} {{source.lua}}
[ "luac_3", "luac_5", "luac_8" ]
luac
luac
true
{ "token": [ "-o", "|main|" ], "oracle_man": [ [ "luac_5", "luac_8" ], [ "luac_3", "luac_4", "luac_5", "luac_6" ] ] }
7781
do not include debug symbols in the output
luac -s -o {{byte_code.luac}} {{source.lua}}
[ "luac_3", "luac_5", "luac_8", "luac_10" ]
luac
luac
true
{ "token": [ "-s", "-o", "|main|" ], "oracle_man": [ [ "luac_10" ], [ "luac_5", "luac_8" ], [ "luac_3", "luac_4", "luac_5", "luac_6" ] ] }
7790
decode a file that was encoded with `uuencode` and print the result to stdout
uudecode {{path/to/encoded_file}}
[ "uudecode_4" ]
uudecode
uudecode
true
{ "token": [ "|main|" ], "oracle_man": [ [ "uudecode_4", "uudecode_5", "uudecode_6" ] ] }
7791
decode a file that was encoded with `uuencode` and write the result to a file
uudecode -o {{path/to/decoded_file}} {{path/to/encoded_file}}
[ "uudecode_3", "uudecode_4", "uudecode_9", "uudecode_21" ]
uudecode
uudecode
true
{ "token": [ "-o", "|main|" ], "oracle_man": [ [ "uudecode_3", "uudecode_4", "uudecode_9", "uudecode_21" ], [ "uudecode_4", "uudecode_5", "uudecode_6" ] ] }
7802
install a module globally
yarn global add {{module_name}}
[ "yarn_3", "yarn_63" ]
yarn
yarn
true
{ "token": [ "global", "add", "|main|" ], "oracle_man": [ [], [ "yarn_63" ], [ "yarn_3", "yarn_4", "yarn_5", "yarn_6", "yarn_7", "yarn_8", "yarn_9", "yarn_10", "yarn_11", "yarn_12", "yarn_13", "yarn_14", "yarn_15", "yarn_16", "yarn_17", "yarn_18" ] ] }
7803
install all dependencies referenced in the `package.json` file (the `install` is optional)
yarn install
[ "yarn_3" ]
yarn
yarn
true
{ "token": [ "install", "|main|" ], "oracle_man": [ [], [ "yarn_3", "yarn_4", "yarn_5", "yarn_6", "yarn_7", "yarn_8", "yarn_9", "yarn_10", "yarn_11", "yarn_12", "yarn_13", "yarn_14", "yarn_15", "yarn_16", "yarn_17", "yarn_18" ] ] }
7804
install a module and save it as a dependency to the `package.json` file (add `dev` to save as a dev dependency)
yarn add {{module_name}}@{{version}}
[ "yarn_3", "yarn_63" ]
yarn
yarn
true
{ "token": [ "add", "|main|" ], "oracle_man": [ [ "yarn_63" ], [ "yarn_3", "yarn_4", "yarn_5", "yarn_6", "yarn_7", "yarn_8", "yarn_9", "yarn_10", "yarn_11", "yarn_12", "yarn_13", "yarn_14", "yarn_15", "yarn_16", "yarn_17", "yarn_18" ] ] }
7805
uninstall a module and remove it from the `package.json` file
yarn remove {{module_name}}
[ "yarn_3" ]
yarn
yarn
true
{ "token": [ "remove", "|main|" ], "oracle_man": [ [], [ "yarn_3", "yarn_4", "yarn_5", "yarn_6", "yarn_7", "yarn_8", "yarn_9", "yarn_10", "yarn_11", "yarn_12", "yarn_13", "yarn_14", "yarn_15", "yarn_16", "yarn_17", "yarn_18" ] ] }
7806
interactively create a `package.json` file
yarn init
[ "yarn_3" ]
yarn
yarn
true
{ "token": [ "init", "|main|" ], "oracle_man": [ [], [ "yarn_3", "yarn_4", "yarn_5", "yarn_6", "yarn_7", "yarn_8", "yarn_9", "yarn_10", "yarn_11", "yarn_12", "yarn_13", "yarn_14", "yarn_15", "yarn_16", "yarn_17", "yarn_18" ] ] }
7807
identify whether a module is a dependency and list other modules that depend upon it
yarn why {{module_name}}
[ "yarn_3" ]
yarn
yarn
true
{ "token": [ "why", "|main|" ], "oracle_man": [ [], [ "yarn_3", "yarn_4", "yarn_5", "yarn_6", "yarn_7", "yarn_8", "yarn_9", "yarn_10", "yarn_11", "yarn_12", "yarn_13", "yarn_14", "yarn_15", "yarn_16", "yarn_17", "yarn_18" ] ] }
7808
open two files and show the differences
vimdiff {{file1}} {{file2}}
[ "vimdiff_4" ]
vimdiff
vimdiff
true
{ "token": [ "|main|" ], "oracle_man": [ [ "vimdiff_4", "vimdiff_5", "vimdiff_6", "vimdiff_7" ] ] }
7809
move the cursor to the window on the left|right
Ctrl + w {{h|l}}
[ "vimdiff_4" ]
vimdiff
vimdiff
true
{ "token": [ "Ctrl", "+", "w", "|main|" ], "oracle_man": [ [], [], [], [ "vimdiff_4", "vimdiff_5", "vimdiff_6", "vimdiff_7" ] ] }
7810
jump to the next difference
[c
[ "vimdiff_4" ]
vimdiff
vimdiff
true
{ "token": [ "[c", "|main|" ], "oracle_man": [ [], [ "vimdiff_4", "vimdiff_5", "vimdiff_6", "vimdiff_7" ] ] }
7811
jump to the previous difference
]c
[ "vimdiff_4" ]
vimdiff
vimdiff
true
{ "token": [ "]c", "|main|" ], "oracle_man": [ [], [ "vimdiff_4", "vimdiff_5", "vimdiff_6", "vimdiff_7" ] ] }
7812
copy the highlighted difference from the other window to the current window
do
[ "vimdiff_4" ]
vimdiff
vimdiff
true
{ "token": [ "do", "|main|" ], "oracle_man": [ [], [ "vimdiff_4", "vimdiff_5", "vimdiff_6", "vimdiff_7" ] ] }
7813
copy the highlighted difference from the current window to the other window
dp
[ "vimdiff_4" ]
vimdiff
vimdiff
true
{ "token": [ "dp", "|main|" ], "oracle_man": [ [], [ "vimdiff_4", "vimdiff_5", "vimdiff_6", "vimdiff_7" ] ] }
7814
update all highlights and folds
:diffupdate
[ "vimdiff_4" ]
vimdiff
vimdiff
true
{ "token": [ ":diffupdate", "|main|" ], "oracle_man": [ [], [ "vimdiff_4", "vimdiff_5", "vimdiff_6", "vimdiff_7" ] ] }
7815
toggle the highlighted code fold
za
[ "vimdiff_4" ]
vimdiff
vimdiff
true
{ "token": [ "za", "|main|" ], "oracle_man": [ [], [ "vimdiff_4", "vimdiff_5", "vimdiff_6", "vimdiff_7" ] ] }
7820
initialize `gitsecret` in a local repository
git secret init
[ "git-secret_1" ]
git-secret
git-secret
true
{ "token": [ "git", "secret", "init", "|main|" ], "oracle_man": [ [], [], [], [ "git-secret_1", "git-secret_2", "git-secret_3", "git-secret_4", "git-secret_5", "git-secret_6", "git-secret_7", "git-secret_8", "git-secret_9", "git-secret_10", "git-secret_11", "git-secret_12", "git-secret_13", "git-secret_14", "git-secret_15", "git-secret_16", "git-secret_17" ] ] }
7821
grant access to the current git user's email
git secret tell -m
[ "git-secret_1" ]
git-secret
git-secret
true
{ "token": [ "git", "secret", "tell", "-m", "|main|" ], "oracle_man": [ [], [], [], [], [ "git-secret_1", "git-secret_2", "git-secret_3", "git-secret_4", "git-secret_5", "git-secret_6", "git-secret_7", "git-secret_8", "git-secret_9", "git-secret_10", "git-secret_11", "git-secret_12", "git-secret_13", "git-secret_14", "git-secret_15", "git-secret_16", "git-secret_17" ] ] }
7822
grant access by email
git secret tell {{email}}
[ "git-secret_1" ]
git-secret
git-secret
true
{ "token": [ "git", "secret", "tell", "|main|" ], "oracle_man": [ [], [], [], [ "git-secret_1", "git-secret_2", "git-secret_3", "git-secret_4", "git-secret_5", "git-secret_6", "git-secret_7", "git-secret_8", "git-secret_9", "git-secret_10", "git-secret_11", "git-secret_12", "git-secret_13", "git-secret_14", "git-secret_15", "git-secret_16", "git-secret_17" ] ] }
7823
revoke access by email
git secret killperson {{email}}
[ "git-secret_1" ]
git-secret
git-secret
true
{ "token": [ "git", "secret", "killperson", "|main|" ], "oracle_man": [ [], [], [], [ "git-secret_1", "git-secret_2", "git-secret_3", "git-secret_4", "git-secret_5", "git-secret_6", "git-secret_7", "git-secret_8", "git-secret_9", "git-secret_10", "git-secret_11", "git-secret_12", "git-secret_13", "git-secret_14", "git-secret_15", "git-secret_16", "git-secret_17" ] ] }
7824
list emails with access to secrets
git secret whoknows
[ "git-secret_1" ]
git-secret
git-secret
true
{ "token": [ "git", "secret", "whoknows", "|main|" ], "oracle_man": [ [], [], [], [ "git-secret_1", "git-secret_2", "git-secret_3", "git-secret_4", "git-secret_5", "git-secret_6", "git-secret_7", "git-secret_8", "git-secret_9", "git-secret_10", "git-secret_11", "git-secret_12", "git-secret_13", "git-secret_14", "git-secret_15", "git-secret_16", "git-secret_17" ] ] }
7825
register a secret file
git secret add {{path/to/file}}
[ "git-secret_1", "git-secret_11" ]
git-secret
git-secret
true
{ "token": [ "git", "secret", "add", "|main|" ], "oracle_man": [ [], [], [ "git-secret_11" ], [ "git-secret_1", "git-secret_2", "git-secret_3", "git-secret_4", "git-secret_5", "git-secret_6", "git-secret_7", "git-secret_8", "git-secret_9", "git-secret_10", "git-secret_11", "git-secret_12", "git-secret_13", "git-secret_14", "git-secret_15", "git-secret_16", "git-secret_17" ] ] }
7826
encrypt secrets
git secret hide
[ "git-secret_1" ]
git-secret
git-secret
true
{ "token": [ "git", "secret", "hide", "|main|" ], "oracle_man": [ [], [], [], [ "git-secret_1", "git-secret_2", "git-secret_3", "git-secret_4", "git-secret_5", "git-secret_6", "git-secret_7", "git-secret_8", "git-secret_9", "git-secret_10", "git-secret_11", "git-secret_12", "git-secret_13", "git-secret_14", "git-secret_15", "git-secret_16", "git-secret_17" ] ] }
7827
decrypt secret files
git secret reveal
[ "git-secret_1" ]
git-secret
git-secret
true
{ "token": [ "git", "secret", "reveal", "|main|" ], "oracle_man": [ [], [], [], [ "git-secret_1", "git-secret_2", "git-secret_3", "git-secret_4", "git-secret_5", "git-secret_6", "git-secret_7", "git-secret_8", "git-secret_9", "git-secret_10", "git-secret_11", "git-secret_12", "git-secret_13", "git-secret_14", "git-secret_15", "git-secret_16", "git-secret_17" ] ] }
7851
get the [s]ize of the head commit in bytes
git cat-file -s HEAD
[ "git-cat-file_2", "git-cat-file_3", "git-cat-file_7", "git-cat-file_19", "git-cat-file_20", "git-cat-file_27", "git-cat-file_28", "git-cat-file_34", "git-cat-file_42", "git-cat-file_56", "git-cat-file_59" ]
git-cat-file
git-cat-file
true
{ "token": [ "git", "cat-file", "-s", "HEAD", "|main|" ], "oracle_man": [ [ "git-cat-file_2" ], [ "git-cat-file_2" ], [ "git-cat-file_2", "git-cat-file_3", "git-cat-file_7", "git-cat-file_19", "git-cat-file_20", "git-cat-file_27", "git-cat-file_28", "git-cat-file_34", "git-cat-file_42", "git-cat-file_56", "git-cat-file_59" ], [ "git-cat-file_27" ], [ "git-cat-file_3", "git-cat-file_4" ] ] }
7852
get the [t]ype (blob, tree, commit, tag) of a given git object
git cat-file -t {{8c442dc3}}
[ "git-cat-file_2", "git-cat-file_3", "git-cat-file_4", "git-cat-file_6", "git-cat-file_11", "git-cat-file_13", "git-cat-file_14", "git-cat-file_15", "git-cat-file_19", "git-cat-file_20", "git-cat-file_33", "git-cat-file_41" ]
git-cat-file
git-cat-file
true
{ "token": [ "git", "cat-file", "-t", "|main|" ], "oracle_man": [ [ "git-cat-file_2" ], [ "git-cat-file_2" ], [ "git-cat-file_2", "git-cat-file_3", "git-cat-file_4", "git-cat-file_6", "git-cat-file_11", "git-cat-file_13", "git-cat-file_14", "git-cat-file_15", "git-cat-file_19", "git-cat-file_20", "git-cat-file_33", "git-cat-file_41" ], [ "git-cat-file_3", "git-cat-file_4" ] ] }
7853
pretty[p]rint the contents of a given git object based on its type
git cat-file -p {{HEAD~2}}
[ "git-cat-file_2", "git-cat-file_3", "git-cat-file_9", "git-cat-file_13", "git-cat-file_36" ]
git-cat-file
git-cat-file
true
{ "token": [ "git", "cat-file", "-p", "|main|" ], "oracle_man": [ [ "git-cat-file_2" ], [ "git-cat-file_2" ], [ "git-cat-file_2", "git-cat-file_3", "git-cat-file_9", "git-cat-file_13", "git-cat-file_36" ], [ "git-cat-file_3", "git-cat-file_4" ] ] }
7865
run an nginx pod and expose port 80
kubectl run --generator=run-pod/v1 nginx --image=nginx --port 80
[ "kubectl-run_2", "kubectl-run_3", "kubectl-run_4", "kubectl-run_27", "kubectl-run_58", "kubectl-run_115", "kubectl-run_116", "kubectl-run_119", "kubectl-run_120", "kubectl-run_122", "kubectl-run_123" ]
kubectl-run
kubectl-run
true
{ "token": [ "kubectl", "run", "--generator=run-pod/v1", "nginx", "--image=nginx", "--port", "80", "|main|" ], "oracle_man": [ [ "kubectl-run_2", "kubectl-run_3" ], [ "kubectl-run_2", "kubectl-run_3", "kubectl-run_4", "kubectl-run_58", "kubectl-run_119" ], [], [ "kubectl-run_115", "kubectl-run_120", "kubectl-run_122", "kubectl-run_123" ], [ "kubectl-run_115", "kubectl-run_119", "kubectl-run_120", "kubectl-run_122", "kubectl-run_123" ], [ "kubectl-run_27", "kubectl-run_116" ], [], [ "kubectl-run_4" ] ] }
7866
run an nginx pod, setting the test_var environment variable
kubectl run --generator=run-pod/v1 nginx --image=nginx --env="TEST_VAR=testing"
[ "kubectl-run_2", "kubectl-run_3", "kubectl-run_4", "kubectl-run_58", "kubectl-run_115", "kubectl-run_119", "kubectl-run_120", "kubectl-run_122", "kubectl-run_123" ]
kubectl-run
kubectl-run
true
{ "token": [ "kubectl", "run", "--generator=run-pod/v1", "nginx", "--image=nginx", "--env=TEST_VAR=testing", "|main|" ], "oracle_man": [ [ "kubectl-run_2", "kubectl-run_3" ], [ "kubectl-run_2", "kubectl-run_3", "kubectl-run_4", "kubectl-run_58", "kubectl-run_119" ], [], [ "kubectl-run_115", "kubectl-run_120", "kubectl-run_122", "kubectl-run_123" ], [ "kubectl-run_115", "kubectl-run_119", "kubectl-run_120", "kubectl-run_122", "kubectl-run_123" ], [], [ "kubectl-run_4" ] ] }
7867
show api calls that would be made to create an nginx container
kubectl run --generator=run-pod/v1 nginx --image=nginx --dry-run
[ "kubectl-run_2", "kubectl-run_3", "kubectl-run_4", "kubectl-run_10", "kubectl-run_58", "kubectl-run_115", "kubectl-run_119", "kubectl-run_120", "kubectl-run_122", "kubectl-run_123" ]
kubectl-run
kubectl-run
true
{ "token": [ "kubectl", "run", "--generator=run-pod/v1", "nginx", "--image=nginx", "--dry-run", "|main|" ], "oracle_man": [ [ "kubectl-run_2", "kubectl-run_3" ], [ "kubectl-run_2", "kubectl-run_3", "kubectl-run_4", "kubectl-run_58", "kubectl-run_119" ], [], [ "kubectl-run_115", "kubectl-run_120", "kubectl-run_122", "kubectl-run_123" ], [ "kubectl-run_115", "kubectl-run_119", "kubectl-run_120", "kubectl-run_122", "kubectl-run_123" ], [ "kubectl-run_10", "kubectl-run_119" ], [ "kubectl-run_4" ] ] }
7868
run an ubuntu pod interactively, never restart it, and remove it when it exits
kubectl run --generator=run-pod/v1 -it temp-ubuntu --image=ubuntu:20.04 --restart=Never --rm -- /bin/bash
[ "kubectl-run_2", "kubectl-run_3", "kubectl-run_4", "kubectl-run_5", "kubectl-run_6", "kubectl-run_7", "kubectl-run_8", "kubectl-run_9", "kubectl-run_10", "kubectl-run_11", "kubectl-run_12", "kubectl-run_13", "kubectl-run_14", "kubectl-run_15", "kubectl-run_16", "kubectl-run_17", "kubectl-run_18", "kubectl-run_19", "kubectl-run_20", "kubectl-run_21", "kubectl-run_22", "kubectl-run_23", "kubectl-run_24", "kubectl-run_25", "kubectl-run_26", "kubectl-run_27", "kubectl-run_28", "kubectl-run_29", "kubectl-run_30", "kubectl-run_31", "kubectl-run_32", "kubectl-run_33", "kubectl-run_34", "kubectl-run_35", "kubectl-run_36", "kubectl-run_37", "kubectl-run_38", "kubectl-run_39", "kubectl-run_40", "kubectl-run_41", "kubectl-run_42", "kubectl-run_43", "kubectl-run_44", "kubectl-run_45", "kubectl-run_46", "kubectl-run_47", "kubectl-run_48", "kubectl-run_49", "kubectl-run_50", "kubectl-run_51", "kubectl-run_52", "kubectl-run_53", "kubectl-run_54", "kubectl-run_55", "kubectl-run_56", "kubectl-run_57", "kubectl-run_58", "kubectl-run_59", "kubectl-run_60", "kubectl-run_61", "kubectl-run_62", "kubectl-run_63", "kubectl-run_64", "kubectl-run_65", "kubectl-run_66", "kubectl-run_67", "kubectl-run_68", "kubectl-run_69", "kubectl-run_70", "kubectl-run_71", "kubectl-run_72", "kubectl-run_73", "kubectl-run_74", "kubectl-run_75", "kubectl-run_76", "kubectl-run_77", "kubectl-run_78", "kubectl-run_79", "kubectl-run_80", "kubectl-run_81", "kubectl-run_82", "kubectl-run_83", "kubectl-run_84", "kubectl-run_85", "kubectl-run_86", "kubectl-run_87", "kubectl-run_88", "kubectl-run_89", "kubectl-run_90", "kubectl-run_91", "kubectl-run_92", "kubectl-run_93", "kubectl-run_94", "kubectl-run_95", "kubectl-run_96", "kubectl-run_97", "kubectl-run_98", "kubectl-run_99", "kubectl-run_100", "kubectl-run_101", "kubectl-run_102", "kubectl-run_103", "kubectl-run_104", "kubectl-run_105", "kubectl-run_106", "kubectl-run_107", "kubectl-run_108", "kubectl-run_109", "kubectl-run_110", "kubectl-run_111", "kubectl-run_112", "kubectl-run_113", "kubectl-run_114", "kubectl-run_115", "kubectl-run_116", "kubectl-run_117", "kubectl-run_118", "kubectl-run_119", "kubectl-run_120", "kubectl-run_121", "kubectl-run_122", "kubectl-run_123" ]
kubectl-run
kubectl-run
true
{ "token": [ "kubectl", "run", "--generator=run-pod/v1", "-it", "temp-ubuntu", "--image=ubuntu:20.04", "--restart=Never", "--rm", "--", "/bin/bash", "|main|" ], "oracle_man": [ [ "kubectl-run_2", "kubectl-run_3" ], [ "kubectl-run_2", "kubectl-run_3", "kubectl-run_4", "kubectl-run_58", "kubectl-run_119" ], [], [ "kubectl-run_5", "kubectl-run_24", "kubectl-run_26", "kubectl-run_39", "kubectl-run_40", "kubectl-run_41", "kubectl-run_61", "kubectl-run_62", "kubectl-run_68", "kubectl-run_69", "kubectl-run_70", "kubectl-run_71", "kubectl-run_77", "kubectl-run_94", "kubectl-run_104", "kubectl-run_106", "kubectl-run_107", "kubectl-run_121" ], [], [], [ "kubectl-run_7", "kubectl-run_121" ], [ "kubectl-run_34" ], [ "kubectl-run_5", "kubectl-run_6", "kubectl-run_7", "kubectl-run_8", "kubectl-run_9", "kubectl-run_10", "kubectl-run_11", "kubectl-run_12", "kubectl-run_13", "kubectl-run_14", "kubectl-run_15", "kubectl-run_16", "kubectl-run_17", "kubectl-run_18", "kubectl-run_19", "kubectl-run_20", "kubectl-run_21", "kubectl-run_22", "kubectl-run_23", "kubectl-run_24", "kubectl-run_25", "kubectl-run_26", "kubectl-run_27", "kubectl-run_28", "kubectl-run_29", "kubectl-run_30", "kubectl-run_31", "kubectl-run_32", "kubectl-run_33", "kubectl-run_34", "kubectl-run_35", "kubectl-run_36", "kubectl-run_37", "kubectl-run_38", "kubectl-run_39", "kubectl-run_40", "kubectl-run_41", "kubectl-run_42", "kubectl-run_43", "kubectl-run_44", "kubectl-run_45", "kubectl-run_46", "kubectl-run_47", "kubectl-run_48", "kubectl-run_49", "kubectl-run_50", "kubectl-run_51", "kubectl-run_52", "kubectl-run_53", "kubectl-run_54", "kubectl-run_55", "kubectl-run_56", "kubectl-run_57", "kubectl-run_58", "kubectl-run_59", "kubectl-run_60", "kubectl-run_61", "kubectl-run_62", "kubectl-run_63", "kubectl-run_64", "kubectl-run_65", "kubectl-run_66", "kubectl-run_67", "kubectl-run_68", "kubectl-run_69", "kubectl-run_70", "kubectl-run_71", "kubectl-run_72", "kubectl-run_73", "kubectl-run_74", "kubectl-run_75", "kubectl-run_76", "kubectl-run_77", "kubectl-run_78", "kubectl-run_79", "kubectl-run_80", "kubectl-run_81", "kubectl-run_82", "kubectl-run_83", "kubectl-run_84", "kubectl-run_85", "kubectl-run_86", "kubectl-run_87", "kubectl-run_88", "kubectl-run_89", "kubectl-run_90", "kubectl-run_91", "kubectl-run_92", "kubectl-run_93", "kubectl-run_94", "kubectl-run_95", "kubectl-run_96", "kubectl-run_97", "kubectl-run_98", "kubectl-run_99", "kubectl-run_100", "kubectl-run_101", "kubectl-run_102", "kubectl-run_103", "kubectl-run_104", "kubectl-run_105", "kubectl-run_106", "kubectl-run_107", "kubectl-run_108", "kubectl-run_109", "kubectl-run_110", "kubectl-run_111", "kubectl-run_112", "kubectl-run_113", "kubectl-run_114", "kubectl-run_115", "kubectl-run_116", "kubectl-run_117", "kubectl-run_118", "kubectl-run_119", "kubectl-run_120", "kubectl-run_121", "kubectl-run_122", "kubectl-run_123" ], [], [ "kubectl-run_4" ] ] }
7869
run an ubuntu pod, overriding the default command with echo, and specifying custom arguments
kubectl run --generator=run-pod/v1 temp-ubuntu --image=ubuntu:20.04 --command -- echo arg1 arg2 arg3
[ "kubectl-run_2", "kubectl-run_3", "kubectl-run_4", "kubectl-run_5", "kubectl-run_6", "kubectl-run_7", "kubectl-run_8", "kubectl-run_9", "kubectl-run_10", "kubectl-run_11", "kubectl-run_12", "kubectl-run_13", "kubectl-run_14", "kubectl-run_15", "kubectl-run_16", "kubectl-run_17", "kubectl-run_18", "kubectl-run_19", "kubectl-run_20", "kubectl-run_21", "kubectl-run_22", "kubectl-run_23", "kubectl-run_24", "kubectl-run_25", "kubectl-run_26", "kubectl-run_27", "kubectl-run_28", "kubectl-run_29", "kubectl-run_30", "kubectl-run_31", "kubectl-run_32", "kubectl-run_33", "kubectl-run_34", "kubectl-run_35", "kubectl-run_36", "kubectl-run_37", "kubectl-run_38", "kubectl-run_39", "kubectl-run_40", "kubectl-run_41", "kubectl-run_42", "kubectl-run_43", "kubectl-run_44", "kubectl-run_45", "kubectl-run_46", "kubectl-run_47", "kubectl-run_48", "kubectl-run_49", "kubectl-run_50", "kubectl-run_51", "kubectl-run_52", "kubectl-run_53", "kubectl-run_54", "kubectl-run_55", "kubectl-run_56", "kubectl-run_57", "kubectl-run_58", "kubectl-run_59", "kubectl-run_60", "kubectl-run_61", "kubectl-run_62", "kubectl-run_63", "kubectl-run_64", "kubectl-run_65", "kubectl-run_66", "kubectl-run_67", "kubectl-run_68", "kubectl-run_69", "kubectl-run_70", "kubectl-run_71", "kubectl-run_72", "kubectl-run_73", "kubectl-run_74", "kubectl-run_75", "kubectl-run_76", "kubectl-run_77", "kubectl-run_78", "kubectl-run_79", "kubectl-run_80", "kubectl-run_81", "kubectl-run_82", "kubectl-run_83", "kubectl-run_84", "kubectl-run_85", "kubectl-run_86", "kubectl-run_87", "kubectl-run_88", "kubectl-run_89", "kubectl-run_90", "kubectl-run_91", "kubectl-run_92", "kubectl-run_93", "kubectl-run_94", "kubectl-run_95", "kubectl-run_96", "kubectl-run_97", "kubectl-run_98", "kubectl-run_99", "kubectl-run_100", "kubectl-run_101", "kubectl-run_102", "kubectl-run_103", "kubectl-run_104", "kubectl-run_105", "kubectl-run_106", "kubectl-run_107", "kubectl-run_108", "kubectl-run_109", "kubectl-run_110", "kubectl-run_111", "kubectl-run_112", "kubectl-run_113", "kubectl-run_114", "kubectl-run_115", "kubectl-run_116", "kubectl-run_117", "kubectl-run_118", "kubectl-run_119", "kubectl-run_120", "kubectl-run_121", "kubectl-run_122", "kubectl-run_123" ]
kubectl-run
kubectl-run
true
{ "token": [ "kubectl", "run", "--generator=run-pod/v1", "temp-ubuntu", "--image=ubuntu:20.04", "--command", "--", "echo", "arg1", "arg2", "arg3", "|main|" ], "oracle_man": [ [ "kubectl-run_2", "kubectl-run_3" ], [ "kubectl-run_2", "kubectl-run_3", "kubectl-run_4", "kubectl-run_58", "kubectl-run_119" ], [], [], [], [ "kubectl-run_9", "kubectl-run_123" ], [ "kubectl-run_5", "kubectl-run_6", "kubectl-run_7", "kubectl-run_8", "kubectl-run_9", "kubectl-run_10", "kubectl-run_11", "kubectl-run_12", "kubectl-run_13", "kubectl-run_14", "kubectl-run_15", "kubectl-run_16", "kubectl-run_17", "kubectl-run_18", "kubectl-run_19", "kubectl-run_20", "kubectl-run_21", "kubectl-run_22", "kubectl-run_23", "kubectl-run_24", "kubectl-run_25", "kubectl-run_26", "kubectl-run_27", "kubectl-run_28", "kubectl-run_29", "kubectl-run_30", "kubectl-run_31", "kubectl-run_32", "kubectl-run_33", "kubectl-run_34", "kubectl-run_35", "kubectl-run_36", "kubectl-run_37", "kubectl-run_38", "kubectl-run_39", "kubectl-run_40", "kubectl-run_41", "kubectl-run_42", "kubectl-run_43", "kubectl-run_44", "kubectl-run_45", "kubectl-run_46", "kubectl-run_47", "kubectl-run_48", "kubectl-run_49", "kubectl-run_50", "kubectl-run_51", "kubectl-run_52", "kubectl-run_53", "kubectl-run_54", "kubectl-run_55", "kubectl-run_56", "kubectl-run_57", "kubectl-run_58", "kubectl-run_59", "kubectl-run_60", "kubectl-run_61", "kubectl-run_62", "kubectl-run_63", "kubectl-run_64", "kubectl-run_65", "kubectl-run_66", "kubectl-run_67", "kubectl-run_68", "kubectl-run_69", "kubectl-run_70", "kubectl-run_71", "kubectl-run_72", "kubectl-run_73", "kubectl-run_74", "kubectl-run_75", "kubectl-run_76", "kubectl-run_77", "kubectl-run_78", "kubectl-run_79", "kubectl-run_80", "kubectl-run_81", "kubectl-run_82", "kubectl-run_83", "kubectl-run_84", "kubectl-run_85", "kubectl-run_86", "kubectl-run_87", "kubectl-run_88", "kubectl-run_89", "kubectl-run_90", "kubectl-run_91", "kubectl-run_92", "kubectl-run_93", "kubectl-run_94", "kubectl-run_95", "kubectl-run_96", "kubectl-run_97", "kubectl-run_98", "kubectl-run_99", "kubectl-run_100", "kubectl-run_101", "kubectl-run_102", "kubectl-run_103", "kubectl-run_104", "kubectl-run_105", "kubectl-run_106", "kubectl-run_107", "kubectl-run_108", "kubectl-run_109", "kubectl-run_110", "kubectl-run_111", "kubectl-run_112", "kubectl-run_113", "kubectl-run_114", "kubectl-run_115", "kubectl-run_116", "kubectl-run_117", "kubectl-run_118", "kubectl-run_119", "kubectl-run_120", "kubectl-run_121", "kubectl-run_122", "kubectl-run_123" ], [], [], [], [], [ "kubectl-run_4" ] ] }
7870
display the numeric identifier for the current host in hexadecimal
hostid
[ "hostid_3" ]
hostid
hostid
true
{ "token": [ "|main|" ], "oracle_man": [ [ "hostid_3", "hostid_4", "hostid_5" ] ] }
7871
issue a certificate using an automatic dns api mode
acme.sh --issue --dns {{gnd_gd}} --domain {{example.com}}
[ "acme_2" ]
acme
acme
true
{ "token": [ "acme.sh", "--issue", "--dns", "--domain", "|main|" ], "oracle_man": [ [], [], [], [], [ "acme_2", "acme_3" ] ] }
7872
issue a wildcard certificate (denoted by an asterisk) using an automatic dns api mode
acme.sh --issue --dns {{dns_namesilo}} --domain {{example.com}} --domain {{*.example.com}}
[ "acme_2" ]
acme
acme
true
{ "token": [ "acme.sh", "--issue", "--dns", "--domain", "|main|" ], "oracle_man": [ [], [], [], [], [ "acme_2", "acme_3" ] ] }
7873
issue a certificate using a dns alias mode
acme.sh --issue --dns {{dns_cf}} --domain {{example.com}} --challenge-alias {{alias-for-example-validation.com}}
[ "acme_2" ]
acme
acme
true
{ "token": [ "acme.sh", "--issue", "--dns", "--domain", "--challenge-alias", "|main|" ], "oracle_man": [ [], [], [], [], [], [ "acme_2", "acme_3" ] ] }
7874
issue a certificate while disabling automatic cloudflare / google dns polling after the dns record is added by specifying a custom wait time in seconds
acme.sh --issue --dns {{dns_namecheap}} --domain {{example.com}} --dnssleep {{300}}
[ "acme_2" ]
acme
acme
true
{ "token": [ "acme.sh", "--issue", "--dns", "--domain", "--dnssleep", "|main|" ], "oracle_man": [ [], [], [], [], [], [ "acme_2", "acme_3" ] ] }
7875
issue a certificate using a manual dns mode
acme.sh --issue --dns --domain {{example.com}} --yes-I-know-dns-manual-mode-enough-go-ahead-please
[ "acme_2" ]
acme
acme
true
{ "token": [ "acme.sh", "--issue", "--dns", "--domain", "--yes-I-know-dns-manual-mode-enough-go-ahead-please", "|main|" ], "oracle_man": [ [], [], [], [], [], [ "acme_2", "acme_3" ] ] }
7876
translate a word (language is detected automatically)
trans "{{word_or_sentence_to_translate}}"
[ "trans_3" ]
trans
trans
true
{ "token": [ "|main|" ], "oracle_man": [ [ "trans_3", "trans_4", "trans_5" ] ] }
7877
get a brief translation
trans --brief "{{word_or_sentence_to_translate}}"
[ "trans_3" ]
trans
trans
true
{ "token": [ "--brief", "|main|" ], "oracle_man": [ [], [ "trans_3", "trans_4", "trans_5" ] ] }
7878
translate a word into french
trans :{{fr}} {{word}}
[ "trans_3" ]
trans
trans
true
{ "token": [ "|main|" ], "oracle_man": [ [ "trans_3", "trans_4", "trans_5" ] ] }
7879
translate a word from german to english
trans {{de}}:{{en}} {{Schmetterling}}
[ "trans_3" ]
trans
trans
true
{ "token": [ "|main|" ], "oracle_man": [ [ "trans_3", "trans_4", "trans_5" ] ] }
7880
behave like a dictionary to get the meaning of a word
trans -d {{word}}
[ "trans_3", "trans_19", "trans_29", "trans_31", "trans_43", "trans_54", "trans_55" ]
trans
trans
true
{ "token": [ "-d", "|main|" ], "oracle_man": [ [ "trans_19", "trans_29", "trans_31", "trans_43", "trans_54", "trans_55" ], [ "trans_3", "trans_4", "trans_5" ] ] }
7881
return a sorted list of best matching fonts
fc-match -s '{{DejaVu Serif}}'
[ "fc-match_2", "fc-match_3", "fc-match_7", "fc-match_14", "fc-match_15", "fc-match_16" ]
fc-match
fc-match
true
{ "token": [ "-s", "|main|" ], "oracle_man": [ [ "fc-match_2", "fc-match_3", "fc-match_7", "fc-match_14", "fc-match_15", "fc-match_16" ], [ "fc-match_3", "fc-match_4" ] ] }
7882
describe the format and basic characteristics of an image
identify {{path/to/image}}
[ "identify_5" ]
identify
identify
true
{ "token": [ "|main|" ], "oracle_man": [ [ "identify_5", "identify_6", "identify_7", "identify_8" ] ] }
7883
describe the format and verbose characteristics of an image
identify -verbose {{path/to/image}}
[ "identify_5" ]
identify
identify
true
{ "token": [ "-verbose", "|main|" ], "oracle_man": [ [ "identify_5" ], [ "identify_5", "identify_6", "identify_7", "identify_8" ] ] }
7884
collect dimensions of all jpeg files under current directory
identify -format "%f,%w,%h\n" *.{{jpg}} > {{path/to/filelist.csv}}
[ "identify_5" ]
identify
identify
true
{ "token": [ "-format", "%f,%w,%h\\n", "|main|" ], "oracle_man": [ [ "identify_5" ], [], [ "identify_5", "identify_6", "identify_7", "identify_8" ] ] }
7885
launch ranger
ranger
[ "ranger_3" ]
ranger
ranger
true
{ "token": [ "|main|" ], "oracle_man": [ [ "ranger_3" ] ] }
7886
show only directories
ranger --show-only-dirs
[ "ranger_2", "ranger_3", "ranger_17" ]
ranger
ranger
true
{ "token": [ "--show-only-dirs", "|main|" ], "oracle_man": [ [ "ranger_2", "ranger_17" ], [ "ranger_3" ] ] }
7887
change the configuration directory
ranger --confdir={{path/to/directory}}
[ "ranger_2", "ranger_3", "ranger_8", "ranger_91" ]
ranger
ranger
true
{ "token": [ "--confdir", "|main|" ], "oracle_man": [ [ "ranger_2", "ranger_8", "ranger_91" ], [ "ranger_3" ] ] }
7888
change the data directory
ranger --datadir={{path/to/directory}}
[ "ranger_2", "ranger_3", "ranger_9", "ranger_92" ]
ranger
ranger
true
{ "token": [ "--datadir", "|main|" ], "oracle_man": [ [ "ranger_2", "ranger_9", "ranger_92" ], [ "ranger_3" ] ] }
7889
print cpu usage statistics on exit
ranger --profile
[ "ranger_2", "ranger_3", "ranger_20" ]
ranger
ranger
true
{ "token": [ "--profile", "|main|" ], "oracle_man": [ [ "ranger_2", "ranger_20" ], [ "ranger_3" ] ] }
7890
open a new terminal
kitty
[ "kitty_1" ]
kitty
kitty
true
{ "token": [ "|main|" ], "oracle_man": [ [ "kitty_1", "kitty_2", "kitty_3", "kitty_4" ] ] }
7891
open a terminal with the specified title for the window
kitty --title "{{title}}"
[ "kitty_1", "kitty_7" ]
kitty
kitty
true
{ "token": [ "--title", "|main|" ], "oracle_man": [ [ "kitty_7" ], [ "kitty_1", "kitty_2", "kitty_3", "kitty_4" ] ] }
7892
start the themechooser builtin
kitty +kitten themes
[ "kitty_1" ]
kitty
kitty
true
{ "token": [ "+kitten", "themes", "|main|" ], "oracle_man": [ [], [], [ "kitty_1", "kitty_2", "kitty_3", "kitty_4" ] ] }
7893
display an image in the terminal
kitty +kitten icat {{path/to/image}}
[ "kitty_1" ]
kitty
kitty
true
{ "token": [ "+kitten", "icat", "|main|" ], "oracle_man": [ [], [], [ "kitty_1", "kitty_2", "kitty_3", "kitty_4" ] ] }
7894
copy the contents of stdin to the clipboard
echo {{example}} | kitty +kitten clipboard
[ "kitty_1" ]
kitty
kitty
true
{ "token": [ "echo", "+kitten", "clipboard", "|main|" ], "oracle_man": [ [], [], [], [ "kitty_1", "kitty_2", "kitty_3", "kitty_4" ] ] }
7900
replace all occurrences of a character in a file, and print the result
tr {{find_character}} {{replace_character}} < {{filename}}
[ "tr_3" ]
tr
tr
true
{ "token": [ "|main|" ], "oracle_man": [ [ "tr_3", "tr_4", "tr_5", "tr_6", "tr_7", "tr_8", "tr_9", "tr_10", "tr_11", "tr_12", "tr_13", "tr_14", "tr_15", "tr_16", "tr_17", "tr_18", "tr_19", "tr_20", "tr_21", "tr_22", "tr_23", "tr_24", "tr_25", "tr_26", "tr_27", "tr_28", "tr_29", "tr_30", "tr_31", "tr_32", "tr_33", "tr_34", "tr_35", "tr_36" ] ] }
7901
replace all occurrences of a character from another command's output
echo {{text}} | tr {{find_character}} {{replace_character}}
[ "tr_3" ]
tr
tr
true
{ "token": [ "echo", "|main|" ], "oracle_man": [ [], [ "tr_3", "tr_4", "tr_5", "tr_6", "tr_7", "tr_8", "tr_9", "tr_10", "tr_11", "tr_12", "tr_13", "tr_14", "tr_15", "tr_16", "tr_17", "tr_18", "tr_19", "tr_20", "tr_21", "tr_22", "tr_23", "tr_24", "tr_25", "tr_26", "tr_27", "tr_28", "tr_29", "tr_30", "tr_31", "tr_32", "tr_33", "tr_34", "tr_35", "tr_36" ] ] }
7902
map each character of the first set to the corresponding character of the second set
tr '{{abcd}}' '{{jkmn}}' < {{filename}}
[ "tr_3" ]
tr
tr
true
{ "token": [ "|main|" ], "oracle_man": [ [ "tr_3", "tr_4", "tr_5", "tr_6", "tr_7", "tr_8", "tr_9", "tr_10", "tr_11", "tr_12", "tr_13", "tr_14", "tr_15", "tr_16", "tr_17", "tr_18", "tr_19", "tr_20", "tr_21", "tr_22", "tr_23", "tr_24", "tr_25", "tr_26", "tr_27", "tr_28", "tr_29", "tr_30", "tr_31", "tr_32", "tr_33", "tr_34", "tr_35", "tr_36" ] ] }
7903
delete all occurrences of the specified set of characters from the input
tr -d '{{input_characters}}' < {{filename}}
[ "tr_3", "tr_5", "tr_36" ]
tr
tr
true
{ "token": [ "-d", "|main|" ], "oracle_man": [ [ "tr_5", "tr_36" ], [ "tr_3", "tr_4", "tr_5", "tr_6", "tr_7", "tr_8", "tr_9", "tr_10", "tr_11", "tr_12", "tr_13", "tr_14", "tr_15", "tr_16", "tr_17", "tr_18", "tr_19", "tr_20", "tr_21", "tr_22", "tr_23", "tr_24", "tr_25", "tr_26", "tr_27", "tr_28", "tr_29", "tr_30", "tr_31", "tr_32", "tr_33", "tr_34", "tr_35", "tr_36" ] ] }
7904
compress a series of identical characters to a single character
tr -s '{{input_characters}}' < {{filename}}
[ "tr_3", "tr_6", "tr_7", "tr_36" ]
tr
tr
true
{ "token": [ "-s", "|main|" ], "oracle_man": [ [ "tr_6", "tr_7", "tr_36" ], [ "tr_3", "tr_4", "tr_5", "tr_6", "tr_7", "tr_8", "tr_9", "tr_10", "tr_11", "tr_12", "tr_13", "tr_14", "tr_15", "tr_16", "tr_17", "tr_18", "tr_19", "tr_20", "tr_21", "tr_22", "tr_23", "tr_24", "tr_25", "tr_26", "tr_27", "tr_28", "tr_29", "tr_30", "tr_31", "tr_32", "tr_33", "tr_34", "tr_35", "tr_36" ] ] }
7905
translate the contents of a file to uppercase
tr "[:lower:]" "[:upper:]" < {{filename}}
[ "tr_3" ]
tr
tr
true
{ "token": [ "[:lower:]", "[:upper:]", "|main|" ], "oracle_man": [ [], [], [ "tr_3", "tr_4", "tr_5", "tr_6", "tr_7", "tr_8", "tr_9", "tr_10", "tr_11", "tr_12", "tr_13", "tr_14", "tr_15", "tr_16", "tr_17", "tr_18", "tr_19", "tr_20", "tr_21", "tr_22", "tr_23", "tr_24", "tr_25", "tr_26", "tr_27", "tr_28", "tr_29", "tr_30", "tr_31", "tr_32", "tr_33", "tr_34", "tr_35", "tr_36" ] ] }
7906
strip out nonprintable characters from a file
tr -cd "[:print:]" < {{filename}}
[ "tr_3", "tr_5", "tr_36" ]
tr
tr
true
{ "token": [ "-cd", "[:print:]", "|main|" ], "oracle_man": [ [ "tr_5", "tr_36" ], [], [ "tr_3", "tr_4", "tr_5", "tr_6", "tr_7", "tr_8", "tr_9", "tr_10", "tr_11", "tr_12", "tr_13", "tr_14", "tr_15", "tr_16", "tr_17", "tr_18", "tr_19", "tr_20", "tr_21", "tr_22", "tr_23", "tr_24", "tr_25", "tr_26", "tr_27", "tr_28", "tr_29", "tr_30", "tr_31", "tr_32", "tr_33", "tr_34", "tr_35", "tr_36" ] ] }
7925
take a specific secret key and generate a text file with the secret data
paperkey --secret-key {{path/to/secret_key.gpg}} --output {{path/to/secret_data.txt}}
[ "paperkey_2", "paperkey_3", "paperkey_7", "paperkey_10", "paperkey_15", "paperkey_18", "paperkey_19", "paperkey_20", "paperkey_26", "paperkey_28", "paperkey_29" ]
paperkey
paperkey
true
{ "token": [ "--secret-key", "--output", "|main|" ], "oracle_man": [ [ "paperkey_2", "paperkey_10", "paperkey_20", "paperkey_26", "paperkey_29" ], [ "paperkey_2", "paperkey_3", "paperkey_10", "paperkey_15", "paperkey_18", "paperkey_19", "paperkey_26", "paperkey_28", "paperkey_29" ], [ "paperkey_7", "paperkey_8", "paperkey_9", "paperkey_10" ] ] }
7926
take the secret key data in `secret_data.txt` and combine it with the public key to reconstruct the secret key
paperkey --pubring {{path/to/public_key.gpg}} --secrets {{path/to/secret_data.txt}} --output {{secret_key.gpg}}
[ "paperkey_2", "paperkey_3", "paperkey_7", "paperkey_9", "paperkey_10", "paperkey_15", "paperkey_18", "paperkey_19", "paperkey_22", "paperkey_23", "paperkey_26", "paperkey_28", "paperkey_29" ]
paperkey
paperkey
true
{ "token": [ "--pubring", "--secrets", "--output", "|main|" ], "oracle_man": [ [ "paperkey_3", "paperkey_9", "paperkey_22", "paperkey_28" ], [ "paperkey_3", "paperkey_10", "paperkey_23", "paperkey_28" ], [ "paperkey_2", "paperkey_3", "paperkey_10", "paperkey_15", "paperkey_18", "paperkey_19", "paperkey_26", "paperkey_28", "paperkey_29" ], [ "paperkey_7", "paperkey_8", "paperkey_9", "paperkey_10" ] ] }
7927
export a specific secret key and generate a text file with the secret data
gpg --export-secret-key {{key}} | paperkey --output {{path/to/secret_data.txt}}
[ "paperkey_2", "paperkey_3", "paperkey_7", "paperkey_10", "paperkey_15", "paperkey_18", "paperkey_19", "paperkey_26", "paperkey_28", "paperkey_29", "paperkey_30" ]
paperkey
paperkey
true
{ "token": [ "gpg", "--export-secret-key", "--output", "|main|" ], "oracle_man": [ [ "paperkey_30" ], [ "paperkey_30" ], [ "paperkey_2", "paperkey_3", "paperkey_10", "paperkey_15", "paperkey_18", "paperkey_19", "paperkey_26", "paperkey_28", "paperkey_29" ], [ "paperkey_7", "paperkey_8", "paperkey_9", "paperkey_10" ] ] }
7928
initialize (or reencrypt) the storage using one or more gpg ids
pass init {{gpg_id_1}} {{gpg_id_2}}
[ "pass_3", "pass_7", "pass_9" ]
pass
pass
true
{ "token": [ "init", "|main|" ], "oracle_man": [ [ "pass_7", "pass_9" ], [ "pass_3", "pass_4", "pass_5", "pass_6", "pass_7", "pass_8" ] ] }
7929
save a new password and additional information (press ctrl + d on a new line to complete)
pass insert --multiline {{path/to/data}}
[ "pass_3", "pass_14" ]
pass
pass
true
{ "token": [ "insert", "--multiline", "|main|" ], "oracle_man": [ [ "pass_14" ], [ "pass_14" ], [ "pass_3", "pass_4", "pass_5", "pass_6", "pass_7", "pass_8" ] ] }
7930
edit an entry
pass edit {{path/to/data}}
[ "pass_3", "pass_15" ]
pass
pass
true
{ "token": [ "edit", "|main|" ], "oracle_man": [ [ "pass_15" ], [ "pass_3", "pass_4", "pass_5", "pass_6", "pass_7", "pass_8" ] ] }
7931
copy a password (first line of the data file) to the clipboard
pass -c {{path/to/data}}
[ "pass_3", "pass_13", "pass_16", "pass_20", "pass_29", "pass_35", "pass_39", "pass_57" ]
pass
pass
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [ "pass_13", "pass_16", "pass_20", "pass_29", "pass_35", "pass_39", "pass_57" ], [ "pass_3", "pass_4", "pass_5", "pass_6", "pass_7", "pass_8" ] ] }
7932
list the whole store tree
pass
[ "pass_3" ]
pass
pass
true
{ "token": [ "|main|" ], "oracle_man": [ [ "pass_3", "pass_4", "pass_5", "pass_6", "pass_7", "pass_8" ] ] }
7933
generate a new random password with a given length, and copy it to the clipboard
pass generate -c {{path/to/data}} {{num}}
[ "pass_3", "pass_13", "pass_16", "pass_20", "pass_29", "pass_35", "pass_39", "pass_57" ]
pass
pass
true
{ "token": [ "generate", "-c", "|main|" ], "oracle_man": [ [ "pass_16" ], [ "pass_13", "pass_16", "pass_20", "pass_29", "pass_35", "pass_39", "pass_57" ], [ "pass_3", "pass_4", "pass_5", "pass_6", "pass_7", "pass_8" ] ] }
7934
initialize a new git repository (any changes done by pass will be committed automatically)
pass git init
[ "pass_3", "pass_7", "pass_9", "pass_20" ]
pass
pass
true
{ "token": [ "git", "init", "|main|" ], "oracle_man": [ [ "pass_20" ], [ "pass_7", "pass_9" ], [ "pass_3", "pass_4", "pass_5", "pass_6", "pass_7", "pass_8" ] ] }
7935
install packages from http//atom.io/packages and themes from http//atom.io/themes
apm install {{package_name}}
[ "apm_3" ]
apm
apm
true
{ "token": [ "install", "|main|" ], "oracle_man": [ [], [ "apm_3" ] ] }
7936
remove packages/themes
apm remove {{package_name}}
[ "apm_3" ]
apm
apm
true
{ "token": [ "remove", "|main|" ], "oracle_man": [ [], [ "apm_3" ] ] }
7937
upgrade packages/themes
apm upgrade {{package_name}}
[ "apm_3" ]
apm
apm
true
{ "token": [ "upgrade", "|main|" ], "oracle_man": [ [], [ "apm_3" ] ] }
7938
display the commands history list with line numbers
history
[ "history_26" ]
history
history
true
{ "token": [ "|main|" ], "oracle_man": [ [ "history_26", "history_27" ] ] }
7939
display the last 20 commands (in `zsh` it displays all commands starting from the 20th)
history {{20}}
[ "history_26" ]
history
history
true
{ "token": [ "|main|" ], "oracle_man": [ [ "history_26", "history_27" ] ] }
7940
clear the commands history list (only for current `bash` shell)
history -c
[ "history_26" ]
history
history
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [], [ "history_26", "history_27" ] ] }
7941
overwrite history file with history of current `bash` shell (often combined with `history c` to purge history)
history -w
[ "history_26" ]
history
history
true
{ "token": [ "-w", "|main|" ], "oracle_man": [ [], [ "history_26", "history_27" ] ] }
7942
delete the history entry at the specified offset
history -d {{offset}}
[ "history_26", "history_40" ]
history
history
true
{ "token": [ "-d", "|main|" ], "oracle_man": [ [ "history_40" ], [ "history_26", "history_27" ] ] }
7943
view documentation for the original command
tldr clang
[ "llvm-gcc_6" ]
llvm-gcc
llvm-gcc
true
{ "token": [ "tldr", "clang", "|main|" ], "oracle_man": [ [], [], [ "llvm-gcc_6", "llvm-gcc_7", "llvm-gcc_8", "llvm-gcc_9", "llvm-gcc_10", "llvm-gcc_11" ] ] }
7948
check if an ip address is up, and guess the remote host's operating system
nmap -O {{ip_or_hostname}}
[ "nmap_3", "nmap_14", "nmap_151", "nmap_155", "nmap_156", "nmap_233", "nmap_244", "nmap_303", "nmap_325" ]
nmap
nmap
true
{ "token": [ "-O", "|main|" ], "oracle_man": [ [ "nmap_14", "nmap_151", "nmap_155", "nmap_156", "nmap_233", "nmap_244", "nmap_303", "nmap_325" ], [ "nmap_3", "nmap_4", "nmap_5", "nmap_6", "nmap_7", "nmap_8", "nmap_9", "nmap_10", "nmap_11", "nmap_12" ] ] }