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
11495
bundle a node.js application into a temporary directory and run it for testing
ncc run {{path/to/file.js}}
[ "ncc_3" ]
ncc
ncc
true
{ "token": [ "run", "|main|" ], "oracle_man": [ [], [ "ncc_3", "ncc_4" ] ] }
11496
clean the `ncc` cache
ncc clean cache
[ "ncc_3" ]
ncc
ncc
true
{ "token": [ "clean", "cache", "|main|" ], "oracle_man": [ [], [], [ "ncc_3", "ncc_4" ] ] }
11497
check tags for a gpg signature
git verify-tag {{tag1 optional_tag2 ...}}
[ "git-verify-tag_2", "git-verify-tag_3" ]
git-verify-tag
git-verify-tag
true
{ "token": [ "git", "verify-tag", "|main|" ], "oracle_man": [ [ "git-verify-tag_2" ], [ "git-verify-tag_2" ], [ "git-verify-tag_3" ] ] }
11498
check tags for a gpg signature and show details for each tag
git verify-tag {{tag1 optional_tag2 ...}} --verbose
[ "git-verify-tag_2", "git-verify-tag_3", "git-verify-tag_5" ]
git-verify-tag
git-verify-tag
true
{ "token": [ "git", "verify-tag", "--verbose", "|main|" ], "oracle_man": [ [ "git-verify-tag_2" ], [ "git-verify-tag_2" ], [ "git-verify-tag_5" ], [ "git-verify-tag_3" ] ] }
11499
check tags for a gpg signature and print the raw details
git verify-tag {{tag1 optional_tag2 ...}} --raw
[ "git-verify-tag_2", "git-verify-tag_3", "git-verify-tag_4" ]
git-verify-tag
git-verify-tag
true
{ "token": [ "git", "verify-tag", "--raw", "|main|" ], "oracle_man": [ [ "git-verify-tag_2" ], [ "git-verify-tag_2" ], [ "git-verify-tag_4" ], [ "git-verify-tag_3" ] ] }
11504
remove the top directory from the stack and cd to it
popd
[ "popd_4" ]
popd
popd
true
{ "token": [ "|main|" ], "oracle_man": [ [ "popd_4", "popd_5", "popd_6", "popd_7" ] ] }
11505
remove the nth directory (starting from zero to the left from the list printed with `dirs`)
popd +N
[ "popd_4" ]
popd
popd
true
{ "token": [ "+N", "|main|" ], "oracle_man": [ [], [ "popd_4", "popd_5", "popd_6", "popd_7" ] ] }
11506
remove the nth directory (starting from zero to the right from the list printed with `dirs`)
popd -N
[ "popd_4" ]
popd
popd
true
{ "token": [ "-N", "|main|" ], "oracle_man": [ [], [ "popd_4", "popd_5", "popd_6", "popd_7" ] ] }
11507
open a new alacritty window
alacritty
[ "alacritty_3" ]
alacritty
alacritty
true
{ "token": [ "|main|" ], "oracle_man": [ [ "alacritty_3" ] ] }
11508
run in a specific directory
alacritty --working-directory {{path/to/directory}}
[ "alacritty_3", "alacritty_20" ]
alacritty
alacritty
true
{ "token": [ "--working-directory", "|main|" ], "oracle_man": [ [ "alacritty_20" ], [ "alacritty_3" ] ] }
11509
run a command in a new alacritty window
alacritty -e {{command}}
[ "alacritty_3", "alacritty_6", "alacritty_13", "alacritty_17" ]
alacritty
alacritty
true
{ "token": [ "-e", "|main|" ], "oracle_man": [ [ "alacritty_6", "alacritty_13", "alacritty_17" ], [ "alacritty_3" ] ] }
11510
specify alternative configuration file (defaults to `$xdg_config_home/alacritty/alacritty.yml`)
alacritty --config-file {{path/to/config.yml}}
[ "alacritty_3", "alacritty_14" ]
alacritty
alacritty
true
{ "token": [ "--config-file", "|main|" ], "oracle_man": [ [ "alacritty_14" ], [ "alacritty_3" ] ] }
11511
run with live config reload enabled (can also be enabled by default in `alacritty.yml`)
alacritty --live-config-reload --config-file {{path/to/config.yml}}
[ "alacritty_3", "alacritty_14" ]
alacritty
alacritty
true
{ "token": [ "--live-config-reload", "--config-file", "|main|" ], "oracle_man": [ [], [ "alacritty_14" ], [ "alacritty_3" ] ] }
11512
stop a storage pool specified by name or uuid (determine using `virsh poollist`)
virsh pool-destroy --pool {{name|uuid}}
[ "virsh_4", "virsh_1320", "virsh_1321", "virsh_1375", "virsh_1397", "virsh_1401", "virsh_1405", "virsh_1408", "virsh_1411", "virsh_1414", "virsh_1421", "virsh_1424", "virsh_1429", "virsh_1432", "virsh_1447", "virsh_1450", "virsh_1452", "virsh_1455", "virsh_1459", "virsh_1461", "virsh_1469", "virsh_1472", "virsh_1478", "virsh_1481", "virsh_1483", "virsh_1487" ]
virsh
virsh-pool-destroy
true
{ "token": [ "pool-destroy", "--pool", "|main|" ], "oracle_man": [ [ "virsh_1320", "virsh_1321" ], [ "virsh_1375", "virsh_1397", "virsh_1401", "virsh_1405", "virsh_1408", "virsh_1411", "virsh_1414", "virsh_1421", "virsh_1424", "virsh_1429", "virsh_1432", "virsh_1447", "virsh_1450", "virsh_1452", "virsh_1455", "virsh_1459", "virsh_1461", "virsh_1469", "virsh_1472", "virsh_1478", "virsh_1481", "virsh_1483", "virsh_1487" ], [ "virsh_4", "virsh_5", "virsh_6", "virsh_7", "virsh_8", "virsh_9", "virsh_10", "virsh_11", "virsh_12", "virsh_13", "virsh_14", "virsh_15", "virsh_16", "virsh_17", "virsh_18", "virsh_19", "virsh_20", "virsh_21", "virsh_22", "virsh_23", "virsh_24", "virsh_25", "virsh_26", "virsh_27", "virsh_28", "virsh_29", "virsh_30", "virsh_31", "virsh_32", "virsh_33" ] ] }
11519
archive a file, replacing it with a 7zipped compressed version
p7zip {{path/to/file}}
[ "p7zip_3" ]
p7zip
p7zip
true
{ "token": [ "|main|" ], "oracle_man": [ [ "p7zip_3", "p7zip_4", "p7zip_5", "p7zip_6", "p7zip_7" ] ] }
11520
archive a file keeping the input file
p7zip -k {{path/to/file}}
[ "p7zip_2", "p7zip_3", "p7zip_12" ]
p7zip
p7zip
true
{ "token": [ "-k", "|main|" ], "oracle_man": [ [ "p7zip_2", "p7zip_12" ], [ "p7zip_3", "p7zip_4", "p7zip_5", "p7zip_6", "p7zip_7" ] ] }
11521
decompress a file, replacing it with the original uncompressed version
p7zip -d {{compressed.ext}}.7z
[ "p7zip_2", "p7zip_3", "p7zip_6", "p7zip_7", "p7zip_9" ]
p7zip
p7zip
true
{ "token": [ "-d", "|main|" ], "oracle_man": [ [ "p7zip_2", "p7zip_6", "p7zip_7", "p7zip_9" ], [ "p7zip_3", "p7zip_4", "p7zip_5", "p7zip_6", "p7zip_7" ] ] }
11522
decompress a file keeping the input file
p7zip -d -k {{compressed.ext}}.7z
[ "p7zip_2", "p7zip_3", "p7zip_6", "p7zip_7", "p7zip_9", "p7zip_12" ]
p7zip
p7zip
true
{ "token": [ "-d", "-k", "|main|" ], "oracle_man": [ [ "p7zip_2", "p7zip_6", "p7zip_7", "p7zip_9" ], [ "p7zip_2", "p7zip_12" ], [ "p7zip_3", "p7zip_4", "p7zip_5", "p7zip_6", "p7zip_7" ] ] }
11523
skip some checks and force compression or decompression
p7zip -f {{path/to/file}}
[ "p7zip_2", "p7zip_3", "p7zip_10" ]
p7zip
p7zip
true
{ "token": [ "-f", "|main|" ], "oracle_man": [ [ "p7zip_2", "p7zip_3", "p7zip_10" ], [ "p7zip_3", "p7zip_4", "p7zip_5", "p7zip_6", "p7zip_7" ] ] }
11524
start ed, editing an empty document (which can be saved as a new file in the current directory)
ed
[ "ed_4" ]
ed
ed
true
{ "token": [ "|main|" ], "oracle_man": [ [ "ed_4", "ed_5" ] ] }
11525
start ed, editing an empty document, with `` as a command prompt indicator
ed -p :
[ "ed_3", "ed_4", "ed_8", "ed_26", "ed_30", "ed_115", "ed_128" ]
ed
ed
true
{ "token": [ "-p", ":", "|main|" ], "oracle_man": [ [ "ed_3", "ed_8", "ed_26", "ed_30", "ed_115", "ed_128" ], [], [ "ed_4", "ed_5" ] ] }
11526
start ed editing an existing file (this shows the byte count of the loaded file)
ed -p : {{path/to/file}}
[ "ed_3", "ed_4", "ed_8", "ed_26", "ed_30", "ed_115", "ed_128" ]
ed
ed
true
{ "token": [ "-p", ":", "|main|" ], "oracle_man": [ [ "ed_3", "ed_8", "ed_26", "ed_30", "ed_115", "ed_128" ], [], [ "ed_4", "ed_5" ] ] }
11527
toggle the printing of error explanations. (by default, explanations are not printed and only a `?` appears)
H
[ "ed_4", "ed_102", "ed_103" ]
ed
ed
true
{ "token": [ "H", "|main|" ], "oracle_man": [ [ "ed_102", "ed_103" ], [ "ed_4", "ed_5" ] ] }
11528
add text to the current document. mark completion by entering a period by itself in a new line
a<Enter>{{text_to_insert}}<Enter>.
[ "ed_4", "ed_16", "ed_59", "ed_71", "ed_72" ]
ed
ed
true
{ "token": [ "a", "Enter", ".", "|main|" ], "oracle_man": [ [ "ed_16", "ed_59", "ed_71", "ed_72" ], [], [], [ "ed_4", "ed_5" ] ] }
11529
print the entire document (`,` is a shortcut to the range `1,$` which covers the start to the end of the document)
,p
[ "ed_4" ]
ed
ed
true
{ "token": [ ",p", "|main|" ], "oracle_man": [ [], [ "ed_4", "ed_5" ] ] }
11530
write the current document to a new file (the filename can be omitted if `ed` was called with an existing file)
w {{filename}}
[ "ed_4", "ed_164", "ed_165" ]
ed
ed
true
{ "token": [ "w", "|main|" ], "oracle_man": [ [ "ed_164", "ed_165" ], [ "ed_4", "ed_5" ] ] }
11531
quit ed
q
[ "ed_4", "ed_130", "ed_131" ]
ed
ed
true
{ "token": [ "q", "|main|" ], "oracle_man": [ [ "ed_130", "ed_131" ], [ "ed_4", "ed_5" ] ] }
11532
generate a new keypair at the default location
minisign -G
[ "minisign_2", "minisign_6", "minisign_9", "minisign_24", "minisign_27" ]
minisign
minisign
true
{ "token": [ "-G", "|main|" ], "oracle_man": [ [ "minisign_2", "minisign_9", "minisign_24", "minisign_27" ], [ "minisign_6", "minisign_7" ] ] }
11533
sign a file
minisign -Sm {{path/to/file}}
[ "minisign_6", "minisign_30", "minisign_32" ]
minisign
minisign
true
{ "token": [ "-Sm", "|main|" ], "oracle_man": [ [ "minisign_30", "minisign_32" ], [ "minisign_6", "minisign_7" ] ] }
11534
sign a file, adding a trusted (signed) and an untrusted (unsigned) comment in the signature
minisign -Sm {{path/to/file}} -c "{{Untrusted comment}}" -t "{{Trusted comment}}"
[ "minisign_3", "minisign_6", "minisign_19", "minisign_20", "minisign_30", "minisign_32" ]
minisign
minisign
true
{ "token": [ "-Sm", "-c", "-t", "|main|" ], "oracle_man": [ [ "minisign_30", "minisign_32" ], [ "minisign_3", "minisign_19" ], [ "minisign_3", "minisign_20", "minisign_32" ], [ "minisign_6", "minisign_7" ] ] }
11535
verify a file and the trusted comments in its signature using the specified public key file
minisign -Vm {{path/to/file}} -p {{path/to/publickey.pub}}
[ "minisign_2", "minisign_4", "minisign_5", "minisign_6", "minisign_15", "minisign_35", "minisign_37" ]
minisign
minisign
true
{ "token": [ "-Vm", "-p", "|main|" ], "oracle_man": [ [ "minisign_35", "minisign_37" ], [ "minisign_2", "minisign_4", "minisign_5", "minisign_15", "minisign_37" ], [ "minisign_6", "minisign_7" ] ] }
11536
verify a file and the trusted comments in its signature, specifying a public key as a base64 encoded literal
minisign -Vm {{path/to/file}} -P "{{public_key_base64}}"
[ "minisign_4", "minisign_6", "minisign_16", "minisign_35", "minisign_37" ]
minisign
minisign
true
{ "token": [ "-Vm", "-P", "|main|" ], "oracle_man": [ [ "minisign_35", "minisign_37" ], [ "minisign_4", "minisign_16", "minisign_35" ], [ "minisign_6", "minisign_7" ] ] }
11547
start toplike i/o monitor
sudo iotop
[ "iotop_3" ]
iotop
iotop
true
{ "token": [ "|main|" ], "oracle_man": [ [ "iotop_3", "iotop_4", "iotop_5" ] ] }
11548
show only processes or threads actually doing i/o
sudo iotop --only
[ "iotop_3", "iotop_5", "iotop_8" ]
iotop
iotop
true
{ "token": [ "--only", "|main|" ], "oracle_man": [ [ "iotop_5", "iotop_8" ], [ "iotop_3", "iotop_4", "iotop_5" ] ] }
11549
show i/o usage in noninteractive mode
sudo iotop --batch
[ "iotop_3", "iotop_9", "iotop_17", "iotop_18" ]
iotop
iotop
true
{ "token": [ "--batch", "|main|" ], "oracle_man": [ [ "iotop_9", "iotop_17", "iotop_18" ], [ "iotop_3", "iotop_4", "iotop_5" ] ] }
11550
show only i/o usage of processes (default is to show all threads)
sudo iotop --processes
[ "iotop_3", "iotop_5", "iotop_14" ]
iotop
iotop
true
{ "token": [ "--processes", "|main|" ], "oracle_man": [ [ "iotop_5", "iotop_14" ], [ "iotop_3", "iotop_4", "iotop_5" ] ] }
11551
show i/o usage of given pid(s)
sudo iotop --pid={{PID}}
[ "iotop_3", "iotop_12" ]
iotop
iotop
true
{ "token": [ "--pid", "|main|" ], "oracle_man": [ [ "iotop_12" ], [ "iotop_3", "iotop_4", "iotop_5" ] ] }
11552
show i/o usage of a given user
sudo iotop --user={{user}}
[ "iotop_3", "iotop_13" ]
iotop
iotop
true
{ "token": [ "--user", "|main|" ], "oracle_man": [ [ "iotop_13" ], [ "iotop_3", "iotop_4", "iotop_5" ] ] }
11553
show accumulated i/o instead of bandwidth
sudo iotop --accumulated
[ "iotop_3", "iotop_5", "iotop_15" ]
iotop
iotop
true
{ "token": [ "--accumulated", "|main|" ], "oracle_man": [ [ "iotop_5", "iotop_15" ], [ "iotop_3", "iotop_4", "iotop_5" ] ] }
11554
print the absolute path of the current git repository
git root
[ "git-root_2", "git-root_3" ]
git-root
git-root
true
{ "token": [ "git", "root", "|main|" ], "oracle_man": [ [ "git-root_2" ], [ "git-root_2" ], [ "git-root_3" ] ] }
11555
print the current working directory relative to the root of the current git repository
git root --relative
[ "git-root_2", "git-root_3", "git-root_4" ]
git-root
git-root
true
{ "token": [ "git", "root", "--relative", "|main|" ], "oracle_man": [ [ "git-root_2" ], [ "git-root_2" ], [ "git-root_4" ], [ "git-root_3" ] ] }
11556
turn on redshift with 5700k temperature during day and 3600k at night
redshift -t {{5700}}:{{3600}}
[ "redshift_2", "redshift_3", "redshift_21", "redshift_33", "redshift_34", "redshift_42" ]
redshift
redshift
true
{ "token": [ "-t", "|main|" ], "oracle_man": [ [ "redshift_2", "redshift_21", "redshift_33", "redshift_34", "redshift_42" ], [ "redshift_3", "redshift_4", "redshift_5" ] ] }
11557
turn on redshift with a manually specified custom location
redshift -l {{latitude}}:{{longitude}}
[ "redshift_2", "redshift_3", "redshift_5", "redshift_12", "redshift_13", "redshift_32", "redshift_42" ]
redshift
redshift
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "redshift_2", "redshift_5", "redshift_12", "redshift_13", "redshift_32", "redshift_42" ], [ "redshift_3", "redshift_4", "redshift_5" ] ] }
11558
turn on redshift with 70% screen brightness during day and 40% brightness at night
redshift -b {{0.7}}:{{0.4}}
[ "redshift_3", "redshift_9" ]
redshift
redshift
true
{ "token": [ "-b", "|main|" ], "oracle_man": [ [ "redshift_9" ], [ "redshift_3", "redshift_4", "redshift_5" ] ] }
11559
turn on redshift with custom gamma levels (between 0 and 1)
redshift -g {{red}}:{{green}}:{{blue}}
[ "redshift_3", "redshift_5", "redshift_11", "redshift_42" ]
redshift
redshift
true
{ "token": [ "-g", "|main|" ], "oracle_man": [ [ "redshift_5", "redshift_11", "redshift_42" ], [ "redshift_3", "redshift_4", "redshift_5" ] ] }
11560
turn on redshift with a constant unchanging color temperature
redshift -O {{temperature}}
[ "redshift_3", "redshift_16" ]
redshift
redshift
true
{ "token": [ "-O", "|main|" ], "oracle_man": [ [ "redshift_16" ], [ "redshift_3", "redshift_4", "redshift_5" ] ] }
11561
extract name and version field
recsel -p name,version {{data.rec}}
[ "recsel_2", "recsel_3", "recsel_9", "recsel_19", "recsel_20", "recsel_21", "recsel_23" ]
recsel
recsel
true
{ "token": [ "-p", "name,version", "|main|" ], "oracle_man": [ [ "recsel_2", "recsel_9", "recsel_19", "recsel_20", "recsel_21", "recsel_23" ], [], [ "recsel_3", "recsel_4", "recsel_5", "recsel_6", "recsel_7", "recsel_8", "recsel_9", "recsel_10", "recsel_11", "recsel_12", "recsel_13", "recsel_14", "recsel_15", "recsel_16", "recsel_17", "recsel_18", "recsel_19", "recsel_20", "recsel_21", "recsel_22", "recsel_23" ] ] }
11562
use "~" to match a string with a given regular expression
recsel -e "{{field_name}} ~ '{{regular_expression}}' {{data.rec}}"
[ "recsel_2", "recsel_3", "recsel_14" ]
recsel
recsel
true
{ "token": [ "-e", "~", "|main|" ], "oracle_man": [ [ "recsel_2", "recsel_14" ], [], [ "recsel_3", "recsel_4", "recsel_5", "recsel_6", "recsel_7", "recsel_8", "recsel_9", "recsel_10", "recsel_11", "recsel_12", "recsel_13", "recsel_14", "recsel_15", "recsel_16", "recsel_17", "recsel_18", "recsel_19", "recsel_20", "recsel_21", "recsel_22", "recsel_23" ] ] }
11563
use a predicate to match a name and a version
recsel -e "name ~ '{{regular_expression}}' && version ~ '{{regular_expression}}'" {{data.rec}}
[ "recsel_2", "recsel_3", "recsel_11", "recsel_14" ]
recsel
recsel
true
{ "token": [ "-e", "name", "~", "&&", "version", "|main|" ], "oracle_man": [ [ "recsel_2", "recsel_14" ], [], [], [], [ "recsel_11" ], [ "recsel_3", "recsel_4", "recsel_5", "recsel_6", "recsel_7", "recsel_8", "recsel_9", "recsel_10", "recsel_11", "recsel_12", "recsel_13", "recsel_14", "recsel_15", "recsel_16", "recsel_17", "recsel_18", "recsel_19", "recsel_20", "recsel_21", "recsel_22", "recsel_23" ] ] }
11575
format a single file
uncrustify -f {{path/to/file.cpp}} -o {{path/to/output.cpp}}
[ "uncrustify_3", "uncrustify_5", "uncrustify_8", "uncrustify_9", "uncrustify_11", "uncrustify_12", "uncrustify_13", "uncrustify_14", "uncrustify_15", "uncrustify_16", "uncrustify_23", "uncrustify_28", "uncrustify_29", "uncrustify_30" ]
uncrustify
uncrustify
true
{ "token": [ "-f", "-o", "|main|" ], "oracle_man": [ [ "uncrustify_5", "uncrustify_8", "uncrustify_9", "uncrustify_11", "uncrustify_12", "uncrustify_13", "uncrustify_14", "uncrustify_15", "uncrustify_16", "uncrustify_28", "uncrustify_29", "uncrustify_30" ], [ "uncrustify_5", "uncrustify_8", "uncrustify_9", "uncrustify_23" ], [ "uncrustify_3", "uncrustify_4", "uncrustify_5", "uncrustify_6" ] ] }
11576
read filenames from stdin, and take backups before writing output back to the original filepaths
find . -name "*.cpp" | uncrustify -F - --replace
[ "uncrustify_1", "uncrustify_3", "uncrustify_4", "uncrustify_5", "uncrustify_7", "uncrustify_8", "uncrustify_9", "uncrustify_10", "uncrustify_11", "uncrustify_12", "uncrustify_13", "uncrustify_14", "uncrustify_15", "uncrustify_16", "uncrustify_17", "uncrustify_18", "uncrustify_19", "uncrustify_20", "uncrustify_21", "uncrustify_22", "uncrustify_23", "uncrustify_24", "uncrustify_25", "uncrustify_26", "uncrustify_27", "uncrustify_28", "uncrustify_29", "uncrustify_30", "uncrustify_31", "uncrustify_32", "uncrustify_33", "uncrustify_34", "uncrustify_35", "uncrustify_36", "uncrustify_37" ]
uncrustify
uncrustify
true
{ "token": [ "find", ".", "-name", "*.cpp", "-F", "-", "--replace", "|main|" ], "oracle_man": [ [], [], [ "uncrustify_11", "uncrustify_36", "uncrustify_37" ], [], [ "uncrustify_4", "uncrustify_11", "uncrustify_36" ], [ "uncrustify_1", "uncrustify_3", "uncrustify_4", "uncrustify_5", "uncrustify_7", "uncrustify_8", "uncrustify_9", "uncrustify_10", "uncrustify_11", "uncrustify_12", "uncrustify_13", "uncrustify_14", "uncrustify_15", "uncrustify_16", "uncrustify_17", "uncrustify_18", "uncrustify_19", "uncrustify_20", "uncrustify_21", "uncrustify_22", "uncrustify_23", "uncrustify_24", "uncrustify_25", "uncrustify_26", "uncrustify_27", "uncrustify_28", "uncrustify_29", "uncrustify_30", "uncrustify_31", "uncrustify_32", "uncrustify_33", "uncrustify_34", "uncrustify_35", "uncrustify_36", "uncrustify_37" ], [ "uncrustify_4", "uncrustify_12", "uncrustify_13", "uncrustify_15" ], [ "uncrustify_3", "uncrustify_4", "uncrustify_5", "uncrustify_6" ] ] }
11577
don't make backups (useful if files are under version control)
find . -name "*.cpp" | uncrustify -F - --no-backup
[ "uncrustify_1", "uncrustify_3", "uncrustify_4", "uncrustify_5", "uncrustify_7", "uncrustify_8", "uncrustify_9", "uncrustify_10", "uncrustify_11", "uncrustify_12", "uncrustify_13", "uncrustify_14", "uncrustify_15", "uncrustify_16", "uncrustify_17", "uncrustify_18", "uncrustify_19", "uncrustify_20", "uncrustify_21", "uncrustify_22", "uncrustify_23", "uncrustify_24", "uncrustify_25", "uncrustify_26", "uncrustify_27", "uncrustify_28", "uncrustify_29", "uncrustify_30", "uncrustify_31", "uncrustify_32", "uncrustify_33", "uncrustify_34", "uncrustify_35", "uncrustify_36", "uncrustify_37" ]
uncrustify
uncrustify
true
{ "token": [ "find", ".", "-name", "*.cpp", "-F", "-", "--no-backup", "|main|" ], "oracle_man": [ [], [], [ "uncrustify_11", "uncrustify_36", "uncrustify_37" ], [], [ "uncrustify_4", "uncrustify_11", "uncrustify_36" ], [ "uncrustify_1", "uncrustify_3", "uncrustify_4", "uncrustify_5", "uncrustify_7", "uncrustify_8", "uncrustify_9", "uncrustify_10", "uncrustify_11", "uncrustify_12", "uncrustify_13", "uncrustify_14", "uncrustify_15", "uncrustify_16", "uncrustify_17", "uncrustify_18", "uncrustify_19", "uncrustify_20", "uncrustify_21", "uncrustify_22", "uncrustify_23", "uncrustify_24", "uncrustify_25", "uncrustify_26", "uncrustify_27", "uncrustify_28", "uncrustify_29", "uncrustify_30", "uncrustify_31", "uncrustify_32", "uncrustify_33", "uncrustify_34", "uncrustify_35", "uncrustify_36", "uncrustify_37" ], [ "uncrustify_4", "uncrustify_12", "uncrustify_13", "uncrustify_16", "uncrustify_37" ], [ "uncrustify_3", "uncrustify_4", "uncrustify_5", "uncrustify_6" ] ] }
11578
use a custom configuration file and write the result to stdout
uncrustify -c {{path/to/uncrustify.cfg}} -f {{path/to/file.cpp}}
[ "uncrustify_3", "uncrustify_5", "uncrustify_7", "uncrustify_8", "uncrustify_9", "uncrustify_10", "uncrustify_11", "uncrustify_12", "uncrustify_13", "uncrustify_14", "uncrustify_15", "uncrustify_16", "uncrustify_23", "uncrustify_24", "uncrustify_25", "uncrustify_26", "uncrustify_28", "uncrustify_29", "uncrustify_30", "uncrustify_34", "uncrustify_35", "uncrustify_36", "uncrustify_37" ]
uncrustify
uncrustify
true
{ "token": [ "-c", "-f", "|main|" ], "oracle_man": [ [ "uncrustify_7", "uncrustify_9", "uncrustify_10", "uncrustify_23", "uncrustify_24", "uncrustify_25", "uncrustify_26", "uncrustify_34", "uncrustify_35", "uncrustify_36", "uncrustify_37" ], [ "uncrustify_5", "uncrustify_8", "uncrustify_9", "uncrustify_11", "uncrustify_12", "uncrustify_13", "uncrustify_14", "uncrustify_15", "uncrustify_16", "uncrustify_28", "uncrustify_29", "uncrustify_30" ], [ "uncrustify_3", "uncrustify_4", "uncrustify_5", "uncrustify_6" ] ] }
11579
explicitly set a configuration variable's value
uncrustify --set {{option}}={{value}}
[ "uncrustify_3" ]
uncrustify
uncrustify
true
{ "token": [ "--set", "|main|" ], "oracle_man": [ [], [ "uncrustify_3", "uncrustify_4", "uncrustify_5", "uncrustify_6" ] ] }
11580
generate a new configuration file
uncrustify --update-config -o {{path/to/new.cfg}}
[ "uncrustify_3", "uncrustify_5", "uncrustify_8", "uncrustify_9", "uncrustify_23", "uncrustify_25", "uncrustify_26" ]
uncrustify
uncrustify
true
{ "token": [ "--update-config", "-o", "|main|" ], "oracle_man": [ [ "uncrustify_9", "uncrustify_25", "uncrustify_26" ], [ "uncrustify_5", "uncrustify_8", "uncrustify_9", "uncrustify_23" ], [ "uncrustify_3", "uncrustify_4", "uncrustify_5", "uncrustify_6" ] ] }
11584
play an audio source exactly n times (n=0 means forever)
mpg321 -l {{N}} {{path/to/file_a|URL}} {{path/to/file_b|URL}} {{...}}
[ "mpg321_3", "mpg321_19", "mpg321_20", "mpg321_21", "mpg321_40", "mpg321_41" ]
mpg321
mpg321
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "mpg321_3", "mpg321_19", "mpg321_20", "mpg321_21", "mpg321_40", "mpg321_41" ], [ "mpg321_3" ] ] }
11585
play a directory recursively
mpg321 -B {{path/to/directory}}
[ "mpg321_3", "mpg321_29" ]
mpg321
mpg321
true
{ "token": [ "-B", "|main|" ], "oracle_man": [ [ "mpg321_29" ], [ "mpg321_3" ] ] }
11586
enable basic keys ( `*` or `/` increase or decrease volume, `n` skip song, `m` mute/unmute.) while playing
mpg321 -K {{path/to/file_a|URL}} {{path/to/file_b|URL}} {{...}}
[ "mpg321_3", "mpg321_34" ]
mpg321
mpg321
true
{ "token": [ "-K", "|main|" ], "oracle_man": [ [ "mpg321_34" ], [ "mpg321_3" ] ] }
11587
play files randomly until interrupted
mpg321 -Z {{path/to/file_a|URL}} {{path/to/file_b|URL}} {{...}}
[ "mpg321_3", "mpg321_21" ]
mpg321
mpg321
true
{ "token": [ "-Z", "|main|" ], "oracle_man": [ [ "mpg321_21" ], [ "mpg321_3" ] ] }
11588
shuffle the files before playing them once
mpg321 -z {{path/to/file_a|URL}} {{path/to/file_b|URL}} {{...}}
[ "mpg321_3", "mpg321_20" ]
mpg321
mpg321
true
{ "token": [ "-z", "|main|" ], "oracle_man": [ [ "mpg321_20" ], [ "mpg321_3" ] ] }
11589
play all files in the current directory and subdirectories, randomly (until interrupted), with basic keys enabled
mpg321 -B -Z -K .
[ "mpg321_3", "mpg321_21", "mpg321_29", "mpg321_34" ]
mpg321
mpg321
true
{ "token": [ "-B", "-Z", "-K", ".", "|main|" ], "oracle_man": [ [ "mpg321_29" ], [ "mpg321_21" ], [ "mpg321_34" ], [], [ "mpg321_3" ] ] }
11590
start scim
scim {{filename}}.csv
[ "sc-im_3" ]
sc-im
sc-im
true
{ "token": [ "scim", "|main|" ], "oracle_man": [ [], [ "sc-im_3", "sc-im_4", "sc-im_5", "sc-im_6" ] ] }
11591
enter a string into the current cell
< or >
[ "sc-im_3", "sc-im_60" ]
sc-im
sc-im
true
{ "token": [ "or", "|main|" ], "oracle_man": [ [ "sc-im_60" ], [ "sc-im_3", "sc-im_4", "sc-im_5", "sc-im_6" ] ] }
11592
enter a numeric constant into the current cell
=
[ "sc-im_3" ]
sc-im
sc-im
true
{ "token": [ "=", "|main|" ], "oracle_man": [ [], [ "sc-im_3", "sc-im_4", "sc-im_5", "sc-im_6" ] ] }
11593
edit string in the current cell
E
[ "sc-im_3", "sc-im_45" ]
sc-im
sc-im
true
{ "token": [ "E", "|main|" ], "oracle_man": [ [ "sc-im_45" ], [ "sc-im_3", "sc-im_4", "sc-im_5", "sc-im_6" ] ] }
11594
edit number in the current cell
e
[ "sc-im_3", "sc-im_44" ]
sc-im
sc-im
true
{ "token": [ "e", "|main|" ], "oracle_man": [ [ "sc-im_44" ], [ "sc-im_3", "sc-im_4", "sc-im_5", "sc-im_6" ] ] }
11595
center align the current cell
|
[ "sc-im_3" ]
sc-im
sc-im
true
{ "token": [ "|main|" ], "oracle_man": [ [ "sc-im_3", "sc-im_4", "sc-im_5", "sc-im_6" ] ] }
11596
create a package tarball from the current directory
pio package pack --output {{path/to/package.tar.gz}}
[ "pio_1", "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_24933", "pio_24935", "pio_24946", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ]
pio
pio-package
true
{ "token": [ "package", "pack", "--output", "|main|" ], "oracle_man": [ [ "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ], [ "pio_24933", "pio_24935", "pio_24946" ], [], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
11597
create and publish a package tarball from the current directory
pio package publish
[ "pio_1", "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ]
pio
pio-package
true
{ "token": [ "package", "publish", "|main|" ], "oracle_man": [ [ "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ], [], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
11598
publish the current directory and restrict public access to it
pio package publish --private
[ "pio_1", "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ]
pio
pio-package
true
{ "token": [ "package", "publish", "--private", "|main|" ], "oracle_man": [ [ "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ], [], [], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
11599
publish a package
pio package publish {{path/to/package.tar.gz}}
[ "pio_1", "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ]
pio
pio-package
true
{ "token": [ "package", "publish", "|main|" ], "oracle_man": [ [ "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ], [], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
11600
publish a package with a custom release date (utc)
pio package publish {{path/to/package.tar.gz}} --released-at "{{2021-04-08 21:15:38}}"
[ "pio_1", "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ]
pio
pio-package
true
{ "token": [ "package", "publish", "--released-at", "|main|" ], "oracle_man": [ [ "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ], [], [], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
11601
remove all versions of a published package from the registry
pio package unpublish {{package_name}}
[ "pio_1", "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ]
pio
pio-package
true
{ "token": [ "package", "unpublish", "|main|" ], "oracle_man": [ [ "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ], [], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
11602
remove a specific version of a published package from the registry
pio package unpublish {{package_name}}@{{version}}
[ "pio_1", "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ]
pio
pio-package
true
{ "token": [ "package", "unpublish", "|main|" ], "oracle_man": [ [ "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ], [], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
11603
undo the removal, putting all versions or a specific version of the package back into the registry
pio package unpublish --undo {{package_name}}@{{version}}
[ "pio_1", "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ]
pio
pio-package
true
{ "token": [ "package", "unpublish", "--undo", "|main|" ], "oracle_man": [ [ "pio_1195", "pio_2652", "pio_3212", "pio_3363", "pio_27279", "pio_27308", "pio_28541", "pio_28629", "pio_28703", "pio_28770", "pio_28839", "pio_28884", "pio_29015", "pio_29055", "pio_29128", "pio_29142", "pio_29143", "pio_29392" ], [], [], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
11604
start the daemon
pppd
[ "pppd_3" ]
pppd
pppd
true
{ "token": [ "|main|" ], "oracle_man": [ [ "pppd_3" ] ] }
11619
create a new project
pipenv
[ "pipenv_1" ]
pipenv
pipenv
true
{ "token": [ "|main|" ], "oracle_man": [ [ "pipenv_1", "pipenv_2", "pipenv_3", "pipenv_4", "pipenv_5", "pipenv_6", "pipenv_7", "pipenv_8", "pipenv_9", "pipenv_10", "pipenv_11", "pipenv_12", "pipenv_13", "pipenv_14", "pipenv_15", "pipenv_16", "pipenv_17", "pipenv_18", "pipenv_19", "pipenv_20", "pipenv_21", "pipenv_22", "pipenv_23", "pipenv_24", "pipenv_25", "pipenv_26", "pipenv_27", "pipenv_28", "pipenv_29", "pipenv_30", "pipenv_31", "pipenv_32", "pipenv_33", "pipenv_34", "pipenv_35", "pipenv_36", "pipenv_37", "pipenv_38", "pipenv_39", "pipenv_40", "pipenv_41", "pipenv_42", "pipenv_43", "pipenv_44", "pipenv_45", "pipenv_46", "pipenv_47", "pipenv_48", "pipenv_49", "pipenv_50", "pipenv_51", "pipenv_52", "pipenv_53", "pipenv_54", "pipenv_55", "pipenv_56", "pipenv_57", "pipenv_58", "pipenv_59", "pipenv_60", "pipenv_61", "pipenv_62", "pipenv_63", "pipenv_64", "pipenv_65", "pipenv_66", "pipenv_67", "pipenv_68" ] ] }
11620
create a new project using python 3
pipenv --three
[ "pipenv_1", "pipenv_83", "pipenv_128", "pipenv_250" ]
pipenv
pipenv
true
{ "token": [ "--three", "|main|" ], "oracle_man": [ [ "pipenv_83", "pipenv_128", "pipenv_250" ], [ "pipenv_1", "pipenv_2", "pipenv_3", "pipenv_4", "pipenv_5", "pipenv_6", "pipenv_7", "pipenv_8", "pipenv_9", "pipenv_10", "pipenv_11", "pipenv_12", "pipenv_13", "pipenv_14", "pipenv_15", "pipenv_16", "pipenv_17", "pipenv_18", "pipenv_19", "pipenv_20", "pipenv_21", "pipenv_22", "pipenv_23", "pipenv_24", "pipenv_25", "pipenv_26", "pipenv_27", "pipenv_28", "pipenv_29", "pipenv_30", "pipenv_31", "pipenv_32", "pipenv_33", "pipenv_34", "pipenv_35", "pipenv_36", "pipenv_37", "pipenv_38", "pipenv_39", "pipenv_40", "pipenv_41", "pipenv_42", "pipenv_43", "pipenv_44", "pipenv_45", "pipenv_46", "pipenv_47", "pipenv_48", "pipenv_49", "pipenv_50", "pipenv_51", "pipenv_52", "pipenv_53", "pipenv_54", "pipenv_55", "pipenv_56", "pipenv_57", "pipenv_58", "pipenv_59", "pipenv_60", "pipenv_61", "pipenv_62", "pipenv_63", "pipenv_64", "pipenv_65", "pipenv_66", "pipenv_67", "pipenv_68" ] ] }
11621
install a package
pipenv install {{package_name}}
[ "pipenv_1", "pipenv_29", "pipenv_35", "pipenv_51", "pipenv_55", "pipenv_58", "pipenv_60", "pipenv_61", "pipenv_65", "pipenv_74", "pipenv_101", "pipenv_119", "pipenv_123", "pipenv_125", "pipenv_167", "pipenv_170", "pipenv_197", "pipenv_207", "pipenv_235", "pipenv_238" ]
pipenv
pipenv
true
{ "token": [ "install", "|main|" ], "oracle_man": [ [ "pipenv_29", "pipenv_35", "pipenv_51", "pipenv_55", "pipenv_58", "pipenv_60", "pipenv_61", "pipenv_65", "pipenv_74", "pipenv_101", "pipenv_119", "pipenv_123", "pipenv_125", "pipenv_167", "pipenv_170", "pipenv_197", "pipenv_207", "pipenv_235", "pipenv_238" ], [ "pipenv_1", "pipenv_2", "pipenv_3", "pipenv_4", "pipenv_5", "pipenv_6", "pipenv_7", "pipenv_8", "pipenv_9", "pipenv_10", "pipenv_11", "pipenv_12", "pipenv_13", "pipenv_14", "pipenv_15", "pipenv_16", "pipenv_17", "pipenv_18", "pipenv_19", "pipenv_20", "pipenv_21", "pipenv_22", "pipenv_23", "pipenv_24", "pipenv_25", "pipenv_26", "pipenv_27", "pipenv_28", "pipenv_29", "pipenv_30", "pipenv_31", "pipenv_32", "pipenv_33", "pipenv_34", "pipenv_35", "pipenv_36", "pipenv_37", "pipenv_38", "pipenv_39", "pipenv_40", "pipenv_41", "pipenv_42", "pipenv_43", "pipenv_44", "pipenv_45", "pipenv_46", "pipenv_47", "pipenv_48", "pipenv_49", "pipenv_50", "pipenv_51", "pipenv_52", "pipenv_53", "pipenv_54", "pipenv_55", "pipenv_56", "pipenv_57", "pipenv_58", "pipenv_59", "pipenv_60", "pipenv_61", "pipenv_62", "pipenv_63", "pipenv_64", "pipenv_65", "pipenv_66", "pipenv_67", "pipenv_68" ] ] }
11622
install all the dependencies for a project
pipenv install
[ "pipenv_1", "pipenv_29", "pipenv_35", "pipenv_51", "pipenv_55", "pipenv_58", "pipenv_60", "pipenv_61", "pipenv_65", "pipenv_74", "pipenv_101", "pipenv_119", "pipenv_123", "pipenv_125", "pipenv_167", "pipenv_170", "pipenv_197", "pipenv_207", "pipenv_235", "pipenv_238" ]
pipenv
pipenv
true
{ "token": [ "install", "|main|" ], "oracle_man": [ [ "pipenv_29", "pipenv_35", "pipenv_51", "pipenv_55", "pipenv_58", "pipenv_60", "pipenv_61", "pipenv_65", "pipenv_74", "pipenv_101", "pipenv_119", "pipenv_123", "pipenv_125", "pipenv_167", "pipenv_170", "pipenv_197", "pipenv_207", "pipenv_235", "pipenv_238" ], [ "pipenv_1", "pipenv_2", "pipenv_3", "pipenv_4", "pipenv_5", "pipenv_6", "pipenv_7", "pipenv_8", "pipenv_9", "pipenv_10", "pipenv_11", "pipenv_12", "pipenv_13", "pipenv_14", "pipenv_15", "pipenv_16", "pipenv_17", "pipenv_18", "pipenv_19", "pipenv_20", "pipenv_21", "pipenv_22", "pipenv_23", "pipenv_24", "pipenv_25", "pipenv_26", "pipenv_27", "pipenv_28", "pipenv_29", "pipenv_30", "pipenv_31", "pipenv_32", "pipenv_33", "pipenv_34", "pipenv_35", "pipenv_36", "pipenv_37", "pipenv_38", "pipenv_39", "pipenv_40", "pipenv_41", "pipenv_42", "pipenv_43", "pipenv_44", "pipenv_45", "pipenv_46", "pipenv_47", "pipenv_48", "pipenv_49", "pipenv_50", "pipenv_51", "pipenv_52", "pipenv_53", "pipenv_54", "pipenv_55", "pipenv_56", "pipenv_57", "pipenv_58", "pipenv_59", "pipenv_60", "pipenv_61", "pipenv_62", "pipenv_63", "pipenv_64", "pipenv_65", "pipenv_66", "pipenv_67", "pipenv_68" ] ] }
11623
install all the dependencies for a project (including dev packages)
pipenv install --dev
[ "pipenv_1", "pipenv_29", "pipenv_35", "pipenv_51", "pipenv_55", "pipenv_58", "pipenv_60", "pipenv_61", "pipenv_65", "pipenv_74", "pipenv_101", "pipenv_119", "pipenv_123", "pipenv_125", "pipenv_132", "pipenv_167", "pipenv_170", "pipenv_197", "pipenv_207", "pipenv_235", "pipenv_238", "pipenv_242", "pipenv_243", "pipenv_252" ]
pipenv
pipenv
true
{ "token": [ "install", "--dev", "|main|" ], "oracle_man": [ [ "pipenv_29", "pipenv_35", "pipenv_51", "pipenv_55", "pipenv_58", "pipenv_60", "pipenv_61", "pipenv_65", "pipenv_74", "pipenv_101", "pipenv_119", "pipenv_123", "pipenv_125", "pipenv_167", "pipenv_170", "pipenv_197", "pipenv_207", "pipenv_235", "pipenv_238" ], [ "pipenv_119", "pipenv_132", "pipenv_238", "pipenv_242", "pipenv_243", "pipenv_252" ], [ "pipenv_1", "pipenv_2", "pipenv_3", "pipenv_4", "pipenv_5", "pipenv_6", "pipenv_7", "pipenv_8", "pipenv_9", "pipenv_10", "pipenv_11", "pipenv_12", "pipenv_13", "pipenv_14", "pipenv_15", "pipenv_16", "pipenv_17", "pipenv_18", "pipenv_19", "pipenv_20", "pipenv_21", "pipenv_22", "pipenv_23", "pipenv_24", "pipenv_25", "pipenv_26", "pipenv_27", "pipenv_28", "pipenv_29", "pipenv_30", "pipenv_31", "pipenv_32", "pipenv_33", "pipenv_34", "pipenv_35", "pipenv_36", "pipenv_37", "pipenv_38", "pipenv_39", "pipenv_40", "pipenv_41", "pipenv_42", "pipenv_43", "pipenv_44", "pipenv_45", "pipenv_46", "pipenv_47", "pipenv_48", "pipenv_49", "pipenv_50", "pipenv_51", "pipenv_52", "pipenv_53", "pipenv_54", "pipenv_55", "pipenv_56", "pipenv_57", "pipenv_58", "pipenv_59", "pipenv_60", "pipenv_61", "pipenv_62", "pipenv_63", "pipenv_64", "pipenv_65", "pipenv_66", "pipenv_67", "pipenv_68" ] ] }
11624
uninstall a package
pipenv uninstall {{package_name}}
[ "pipenv_1", "pipenv_136" ]
pipenv
pipenv
true
{ "token": [ "uninstall", "|main|" ], "oracle_man": [ [ "pipenv_136" ], [ "pipenv_1", "pipenv_2", "pipenv_3", "pipenv_4", "pipenv_5", "pipenv_6", "pipenv_7", "pipenv_8", "pipenv_9", "pipenv_10", "pipenv_11", "pipenv_12", "pipenv_13", "pipenv_14", "pipenv_15", "pipenv_16", "pipenv_17", "pipenv_18", "pipenv_19", "pipenv_20", "pipenv_21", "pipenv_22", "pipenv_23", "pipenv_24", "pipenv_25", "pipenv_26", "pipenv_27", "pipenv_28", "pipenv_29", "pipenv_30", "pipenv_31", "pipenv_32", "pipenv_33", "pipenv_34", "pipenv_35", "pipenv_36", "pipenv_37", "pipenv_38", "pipenv_39", "pipenv_40", "pipenv_41", "pipenv_42", "pipenv_43", "pipenv_44", "pipenv_45", "pipenv_46", "pipenv_47", "pipenv_48", "pipenv_49", "pipenv_50", "pipenv_51", "pipenv_52", "pipenv_53", "pipenv_54", "pipenv_55", "pipenv_56", "pipenv_57", "pipenv_58", "pipenv_59", "pipenv_60", "pipenv_61", "pipenv_62", "pipenv_63", "pipenv_64", "pipenv_65", "pipenv_66", "pipenv_67", "pipenv_68" ] ] }
11625
start a shell within the created virtual environment
pipenv shell
[ "pipenv_1", "pipenv_87", "pipenv_140", "pipenv_143", "pipenv_247" ]
pipenv
pipenv
true
{ "token": [ "shell", "|main|" ], "oracle_man": [ [ "pipenv_87", "pipenv_140", "pipenv_143", "pipenv_247" ], [ "pipenv_1", "pipenv_2", "pipenv_3", "pipenv_4", "pipenv_5", "pipenv_6", "pipenv_7", "pipenv_8", "pipenv_9", "pipenv_10", "pipenv_11", "pipenv_12", "pipenv_13", "pipenv_14", "pipenv_15", "pipenv_16", "pipenv_17", "pipenv_18", "pipenv_19", "pipenv_20", "pipenv_21", "pipenv_22", "pipenv_23", "pipenv_24", "pipenv_25", "pipenv_26", "pipenv_27", "pipenv_28", "pipenv_29", "pipenv_30", "pipenv_31", "pipenv_32", "pipenv_33", "pipenv_34", "pipenv_35", "pipenv_36", "pipenv_37", "pipenv_38", "pipenv_39", "pipenv_40", "pipenv_41", "pipenv_42", "pipenv_43", "pipenv_44", "pipenv_45", "pipenv_46", "pipenv_47", "pipenv_48", "pipenv_49", "pipenv_50", "pipenv_51", "pipenv_52", "pipenv_53", "pipenv_54", "pipenv_55", "pipenv_56", "pipenv_57", "pipenv_58", "pipenv_59", "pipenv_60", "pipenv_61", "pipenv_62", "pipenv_63", "pipenv_64", "pipenv_65", "pipenv_66", "pipenv_67", "pipenv_68" ] ] }
11626
generate a `requirements.txt` (list of dependencies) for a project
pipenv lock --requirements
[ "pipenv_1", "pipenv_96", "pipenv_138", "pipenv_147", "pipenv_177" ]
pipenv
pipenv
true
{ "token": [ "lock", "--requirements", "|main|" ], "oracle_man": [ [ "pipenv_96", "pipenv_138", "pipenv_147", "pipenv_177" ], [], [ "pipenv_1", "pipenv_2", "pipenv_3", "pipenv_4", "pipenv_5", "pipenv_6", "pipenv_7", "pipenv_8", "pipenv_9", "pipenv_10", "pipenv_11", "pipenv_12", "pipenv_13", "pipenv_14", "pipenv_15", "pipenv_16", "pipenv_17", "pipenv_18", "pipenv_19", "pipenv_20", "pipenv_21", "pipenv_22", "pipenv_23", "pipenv_24", "pipenv_25", "pipenv_26", "pipenv_27", "pipenv_28", "pipenv_29", "pipenv_30", "pipenv_31", "pipenv_32", "pipenv_33", "pipenv_34", "pipenv_35", "pipenv_36", "pipenv_37", "pipenv_38", "pipenv_39", "pipenv_40", "pipenv_41", "pipenv_42", "pipenv_43", "pipenv_44", "pipenv_45", "pipenv_46", "pipenv_47", "pipenv_48", "pipenv_49", "pipenv_50", "pipenv_51", "pipenv_52", "pipenv_53", "pipenv_54", "pipenv_55", "pipenv_56", "pipenv_57", "pipenv_58", "pipenv_59", "pipenv_60", "pipenv_61", "pipenv_62", "pipenv_63", "pipenv_64", "pipenv_65", "pipenv_66", "pipenv_67", "pipenv_68" ] ] }
11639
start a repl (interactive shell)
clj
[ "clj_3" ]
clj
clj
true
{ "token": [ "|main|" ], "oracle_man": [ [ "clj_3" ] ] }
11640
execute a function
clj -X {{namespace/function_name}}
[ "clj_2", "clj_3", "clj_7", "clj_9" ]
clj
clj
true
{ "token": [ "-X", "|main|" ], "oracle_man": [ [ "clj_2", "clj_7", "clj_9" ], [ "clj_3" ] ] }
11641
run the main function of a specified namespace
clj -M -m {{namespace}} {{args}}
[ "clj_2", "clj_3", "clj_10", "clj_27" ]
clj
clj
true
{ "token": [ "-M", "-m", "|main|" ], "oracle_man": [ [ "clj_2", "clj_10" ], [ "clj_2", "clj_27" ], [ "clj_3" ] ] }
11642
prepare a project by resolving dependencies, downloading libraries, and making / caching classpaths
clj -P
[ "clj_3", "clj_11" ]
clj
clj
true
{ "token": [ "-P", "|main|" ], "oracle_man": [ [ "clj_11" ], [ "clj_3" ] ] }
11643
start an nrepl server with the cider middleware
clj -Sdeps '{:deps {nrepl {:mvn/version "0.7.0"} cider/cider-nrepl {:mvn/version "0.25.2"}}}' -m nrepl.cmdline --middleware '["cider.nrepl/cider-middleware"]' --interactive
[ "clj_2", "clj_3", "clj_12", "clj_27" ]
clj
clj
true
{ "token": [ "-Sdeps", "{:deps", "{nrepl", "{:mvn/version", "0.7.0}", "cider/cider-nrepl", "0.25.2}}}", "-m", "nrepl.cmdline", "--middleware", "[cider.nrepl/cider-middleware]", "--interactive", "|main|" ], "oracle_man": [ [ "clj_12" ], [], [], [], [], [], [], [ "clj_2", "clj_27" ], [], [], [], [], [ "clj_3" ] ] }
11644
start a repl for clojurescript and open a web browser
clj -Sdeps '{:deps {org.clojure/clojurescript {:mvn/version "1.10.758"}}}' --main cljs.main --repl
[ "clj_3", "clj_12", "clj_27", "clj_28" ]
clj
clj
true
{ "token": [ "-Sdeps", "{:deps", "{org.clojure/clojurescript", "{:mvn/version", "1.10.758}}}", "--main", "cljs.main", "--repl", "|main|" ], "oracle_man": [ [ "clj_12" ], [], [], [], [], [ "clj_27" ], [], [ "clj_28" ], [ "clj_3" ] ] }
11645
compile a shell script
shc -f {{script}}
[ "shc_2", "shc_3", "shc_12", "shc_31" ]
shc
shc
true
{ "token": [ "-f", "|main|" ], "oracle_man": [ [ "shc_2", "shc_3", "shc_12", "shc_31" ], [ "shc_3", "shc_4", "shc_5", "shc_6", "shc_7", "shc_8", "shc_9" ] ] }
11646
compile a shell script and specify an output binary file
shc -f {{script}} -o {{binary}}
[ "shc_2", "shc_3", "shc_4", "shc_12", "shc_16", "shc_31", "shc_33", "shc_35" ]
shc
shc
true
{ "token": [ "-f", "-o", "|main|" ], "oracle_man": [ [ "shc_2", "shc_3", "shc_12", "shc_31" ], [ "shc_2", "shc_4", "shc_16", "shc_31", "shc_33", "shc_35" ], [ "shc_3", "shc_4", "shc_5", "shc_6", "shc_7", "shc_8", "shc_9" ] ] }
11647
compile a shell script and set an expiration date for the executable
shc -f {{script}} -e {{dd/mm/yyyy}}
[ "shc_2", "shc_3", "shc_5", "shc_10", "shc_12", "shc_13", "shc_31" ]
shc
shc
true
{ "token": [ "-f", "-e", "|main|" ], "oracle_man": [ [ "shc_2", "shc_3", "shc_12", "shc_31" ], [ "shc_2", "shc_5", "shc_10", "shc_13" ], [ "shc_3", "shc_4", "shc_5", "shc_6", "shc_7", "shc_8", "shc_9" ] ] }
11648
compile a shell script and set a message to display upon expiration
shc -f {{script}} -e {{dd/mm/yyyy}} -m "{{Please contact your provider}}"
[ "shc_2", "shc_3", "shc_5", "shc_10", "shc_11", "shc_12", "shc_13", "shc_31" ]
shc
shc
true
{ "token": [ "-f", "-e", "-m", "|main|" ], "oracle_man": [ [ "shc_2", "shc_3", "shc_12", "shc_31" ], [ "shc_2", "shc_5", "shc_10", "shc_13" ], [ "shc_2", "shc_5", "shc_11" ], [ "shc_3", "shc_4", "shc_5", "shc_6", "shc_7", "shc_8", "shc_9" ] ] }
11649
compile a typescript file `foobar.ts` into a javascript file `foobar.js`
tsc {{foobar.ts}}
[ "tsc_1" ]
tsc
tsc
true
{ "token": [ "|main|" ], "oracle_man": [ [ "tsc_1" ] ] }
11650
compile a typescript file into javascript using a specific target syntax (default is `es3`)
tsc --target {{ES5|ES2015|ES2016|ES2017|ES2018|ESNEXT}} {{foobar.ts}}
[ "tsc_1", "tsc_43" ]
tsc
tsc
true
{ "token": [ "--target", "|main|" ], "oracle_man": [ [ "tsc_43" ], [ "tsc_1" ] ] }
11651
compile a typescript file into a javascript file with a custom name
tsc --outFile {{output.js}} {{input.ts}}
[ "tsc_1", "tsc_2", "tsc_31" ]
tsc
tsc
true
{ "token": [ "--outFile", "|main|" ], "oracle_man": [ [ "tsc_2", "tsc_31" ], [ "tsc_1" ] ] }
11652
compile all `.ts` files of a typescript project defined in a `tsconfig.json` file
tsc --build {{tsconfig.json}}
[ "tsc_1" ]
tsc
tsc
true
{ "token": [ "--build", "|main|" ], "oracle_man": [ [], [ "tsc_1" ] ] }
11653
run the compiler using commandline options and arguments fetched from a text file
tsc @{{args.txt}}
[ "tsc_1" ]
tsc
tsc
true
{ "token": [ "|main|" ], "oracle_man": [ [ "tsc_1" ] ] }
11654
typecheck multiple javascript files, and output only the errors
tsc --allowJs --checkJs --noEmit {{src/**/*.js}}
[ "tsc_1", "tsc_4", "tsc_21", "tsc_22" ]
tsc
tsc
true
{ "token": [ "--allowJs", "--checkJs", "--noEmit", "|main|" ], "oracle_man": [ [ "tsc_4" ], [], [ "tsc_21", "tsc_22" ], [ "tsc_1" ] ] }