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
6739
display all available status information
lpstat -t
[ "lpstat_2", "lpstat_3", "lpstat_20" ]
lpstat
lpstat
true
{ "token": [ "-t", "|main|" ], "oracle_man": [ [ "lpstat_2", "lpstat_20" ], [ "lpstat_3" ] ] }
6740
show a list of print jobs queued by the specified user
lpstat -u {{user}}
[ "lpstat_2", "lpstat_3", "lpstat_21" ]
lpstat
lpstat
true
{ "token": [ "-u", "|main|" ], "oracle_man": [ [ "lpstat_2", "lpstat_21" ], [ "lpstat_3" ] ] }
6741
tile images into a grid, automatically resizing images larger than the grid cell size
montage {{image1.png}} {{image2.jpg}} {{imageN.png}} montage.jpg
[ "montage_3" ]
montage
montage
true
{ "token": [ "montage.jpg", "|main|" ], "oracle_man": [ [], [ "montage_3", "montage_4", "montage_5", "montage_6", "montage_7", "montage_8" ] ] }
6742
tile images into a grid, automatically calculating the grid cell size from the largest image
montage {{image1.png}} {{image2.jpg}} {{imageN.png}} -geometry +0+0 montage.jpg
[ "montage_3", "montage_4", "montage_5", "montage_12", "montage_14", "montage_17", "montage_87", "montage_93", "montage_108" ]
montage
montage
true
{ "token": [ "-geometry", "+0+0", "montage.jpg", "|main|" ], "oracle_man": [ [ "montage_4", "montage_5", "montage_12", "montage_14", "montage_17", "montage_87", "montage_93", "montage_108" ], [], [], [ "montage_3", "montage_4", "montage_5", "montage_6", "montage_7", "montage_8" ] ] }
6743
set the grid cell size and resize images to fit it before tiling
montage {{image1.png}} {{image2.jpg}} {{imageN.png}} -geometry 640x480+0+0 montage.jpg
[ "montage_3", "montage_4", "montage_5", "montage_12", "montage_14", "montage_17", "montage_87", "montage_93", "montage_108" ]
montage
montage
true
{ "token": [ "-geometry", "640x480+0+0", "montage.jpg", "|main|" ], "oracle_man": [ [ "montage_4", "montage_5", "montage_12", "montage_14", "montage_17", "montage_87", "montage_93", "montage_108" ], [], [], [ "montage_3", "montage_4", "montage_5", "montage_6", "montage_7", "montage_8" ] ] }
6744
limit the number of rows and columns in the grid, causing input images to overflow into multiple output montages
montage {{image1.png}} {{image2.jpg}} {{imageN.png}} -geometry +0+0 -tile 2x3 montage_%d.jpg
[ "montage_3", "montage_4", "montage_5", "montage_7", "montage_12", "montage_14", "montage_17", "montage_87", "montage_93", "montage_108", "montage_122", "montage_123" ]
montage
montage
true
{ "token": [ "-geometry", "+0+0", "-tile", "2x3", "montage_%d.jpg", "|main|" ], "oracle_man": [ [ "montage_4", "montage_5", "montage_12", "montage_14", "montage_17", "montage_87", "montage_93", "montage_108" ], [], [ "montage_5", "montage_7", "montage_17", "montage_122", "montage_123" ], [], [], [ "montage_3", "montage_4", "montage_5", "montage_6", "montage_7", "montage_8" ] ] }
6745
resize and crop images to fill their grid cells before tiling
montage {{image1.png}} {{image2.jpg}} {{imageN.png}} -geometry +0+0 -resize 640x480^ -gravity center -crop 640x480+0+0 montage.jpg
[ "montage_3", "montage_4", "montage_5", "montage_12", "montage_14", "montage_17", "montage_51", "montage_52", "montage_53", "montage_87", "montage_92", "montage_93", "montage_108" ]
montage
montage
true
{ "token": [ "-geometry", "+0+0", "-resize", "640x480^", "-gravity", "center", "-crop", "640x480+0+0", "montage.jpg", "|main|" ], "oracle_man": [ [ "montage_4", "montage_5", "montage_12", "montage_14", "montage_17", "montage_87", "montage_93", "montage_108" ], [], [], [], [ "montage_92" ], [], [ "montage_51", "montage_52", "montage_53" ], [], [], [ "montage_3", "montage_4", "montage_5", "montage_6", "montage_7", "montage_8" ] ] }
6751
run a javascript file
node {{path/to/file}}
[ "node_3" ]
node
node
true
{ "token": [ "|main|" ], "oracle_man": [ [ "node_3", "node_4" ] ] }
6752
start a repl (interactive shell)
node
[ "node_3" ]
node
node
true
{ "token": [ "|main|" ], "oracle_man": [ [ "node_3", "node_4" ] ] }
6753
evaluate javascript code by passing it as an argument
node -e "{{code}}"
[ "node_2", "node_3", "node_8", "node_18", "node_19", "node_20", "node_21", "node_22", "node_23", "node_24", "node_25", "node_26", "node_27", "node_28", "node_30", "node_39", "node_51", "node_71", "node_86", "node_87", "node_88", "node_89", "node_108", "node_111" ]
node
node
true
{ "token": [ "-e", "|main|" ], "oracle_man": [ [ "node_2", "node_8", "node_18", "node_19", "node_20", "node_21", "node_22", "node_23", "node_24", "node_25", "node_26", "node_27", "node_28", "node_30", "node_39", "node_51", "node_71", "node_86", "node_87", "node_88", "node_89", "node_108", "node_111" ], [ "node_3", "node_4" ] ] }
6754
evaluate and print result, useful to see node's dependencies versions
node -p "{{process.versions}}"
[ "node_3", "node_11", "node_12", "node_13", "node_14", "node_15", "node_16", "node_23", "node_27", "node_34", "node_35", "node_36", "node_37", "node_39", "node_41", "node_42", "node_45", "node_54", "node_58", "node_59", "node_60", "node_61", "node_62", "node_63", "node_87", "node_105", "node_111" ]
node
node
true
{ "token": [ "-p", "|main|" ], "oracle_man": [ [ "node_11", "node_12", "node_13", "node_14", "node_15", "node_16", "node_23", "node_27", "node_34", "node_35", "node_36", "node_37", "node_39", "node_41", "node_42", "node_45", "node_54", "node_58", "node_59", "node_60", "node_61", "node_62", "node_63", "node_87", "node_105", "node_111" ], [ "node_3", "node_4" ] ] }
6755
activate inspector, pausing execution until a debugger is connected once source code is fully parsed
node --no-lazy --inspect-brk {{path/to/file}}
[ "node_3", "node_40" ]
node
node
true
{ "token": [ "--no-lazy", "--inspect-brk", "|main|" ], "oracle_man": [ [], [ "node_40" ], [ "node_3", "node_4" ] ] }
6764
start recording in file named "typescript"
script
[ "script_3" ]
script
script
true
{ "token": [ "|main|" ], "oracle_man": [ [ "script_3", "script_4", "script_5", "script_6" ] ] }
6765
stop recording
exit
[ "script_3" ]
script
script
true
{ "token": [ "exit", "|main|" ], "oracle_man": [ [], [ "script_3", "script_4", "script_5", "script_6" ] ] }
6766
start recording in a given file
script {{logfile.log}}
[ "script_3" ]
script
script
true
{ "token": [ "|main|" ], "oracle_man": [ [ "script_3", "script_4", "script_5", "script_6" ] ] }
6767
append to an existing file
script -a {{logfile.log}}
[ "script_3", "script_8" ]
script
script
true
{ "token": [ "-a", "|main|" ], "oracle_man": [ [ "script_8" ], [ "script_3", "script_4", "script_5", "script_6" ] ] }
6768
execute quietly without start and done messages
script -q {{logfile.log}}
[ "script_3", "script_25" ]
script
script
true
{ "token": [ "-q", "|main|" ], "oracle_man": [ [ "script_25" ], [ "script_3", "script_4", "script_5", "script_6" ] ] }
6780
terminate a program using the default sigterm (terminate) signal
kill {{process_id}}
[ "kill_7" ]
kill
kill
true
{ "token": [ "|main|" ], "oracle_man": [ [ "kill_7", "kill_8", "kill_9", "kill_10" ] ] }
6781
list available signal names (to be used without the `sig` prefix)
kill -l
[ "kill_4", "kill_7", "kill_13", "kill_41", "kill_42", "kill_45", "kill_62", "kill_63" ]
kill
kill
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "kill_4", "kill_13", "kill_41", "kill_42", "kill_45", "kill_62", "kill_63" ], [ "kill_7", "kill_8", "kill_9", "kill_10" ] ] }
6782
terminate a background job
kill %{{job_id}}
[ "kill_7" ]
kill
kill
true
{ "token": [ "|main|" ], "oracle_man": [ [ "kill_7", "kill_8", "kill_9", "kill_10" ] ] }
6783
terminate a program using the sighup (hang up) signal. many daemons will reload instead of terminating
kill -{{1|HUP}} {{process_id}}
[ "kill_7" ]
kill
kill
true
{ "token": [ "|main|" ], "oracle_man": [ [ "kill_7", "kill_8", "kill_9", "kill_10" ] ] }
6784
terminate a program using the sigint (interrupt) signal. this is typically initiated by the user pressing `ctrl + c`
kill -{{2|INT}} {{process_id}}
[ "kill_7" ]
kill
kill
true
{ "token": [ "|main|" ], "oracle_man": [ [ "kill_7", "kill_8", "kill_9", "kill_10" ] ] }
6785
signal the operating system to immediately terminate a program (which gets no chance to capture the signal)
kill -{{9|KILL}} {{process_id}}
[ "kill_7" ]
kill
kill
true
{ "token": [ "|main|" ], "oracle_man": [ [ "kill_7", "kill_8", "kill_9", "kill_10" ] ] }
6786
signal the operating system to pause a program until a sigcont ("continue") signal is received
kill -{{17|STOP}} {{process_id}}
[ "kill_7" ]
kill
kill
true
{ "token": [ "|main|" ], "oracle_man": [ [ "kill_7", "kill_8", "kill_9", "kill_10" ] ] }
6787
send a `sigusr1` signal to all processes with the given gid (group id)
kill -{{SIGUSR1}} -{{group_id}}
[ "kill_7" ]
kill
kill
true
{ "token": [ "|main|" ], "oracle_man": [ [ "kill_7", "kill_8", "kill_9", "kill_10" ] ] }
6788
extract pages from pdf file and make a separate pdf file for each page
pdfseparate {{path/to/source_filename.pdf}} {{path/to/destination_filename-%d.pdf}}
[ "pdfseparate_3" ]
pdfseparate
pdfseparate
true
{ "token": [ "|main|" ], "oracle_man": [ [ "pdfseparate_3", "pdfseparate_4", "pdfseparate_5", "pdfseparate_6" ] ] }
6789
specify the first/start page for extraction
pdfseparate -f {{3}} {{path/to/source_filename.pdf}} {{path/to/destination_filename-%d.pdf}}
[ "pdfseparate_2", "pdfseparate_3", "pdfseparate_4", "pdfseparate_6", "pdfseparate_7" ]
pdfseparate
pdfseparate
true
{ "token": [ "-f", "|main|" ], "oracle_man": [ [ "pdfseparate_2", "pdfseparate_4", "pdfseparate_6", "pdfseparate_7" ], [ "pdfseparate_3", "pdfseparate_4", "pdfseparate_5", "pdfseparate_6" ] ] }
6790
specify the last page for extraction
pdfseparate -l {{10}} {{path/to/source_filename.pdf}} {{path/to/destination_filename-%d.pdf}}
[ "pdfseparate_3", "pdfseparate_8" ]
pdfseparate
pdfseparate
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "pdfseparate_8" ], [ "pdfseparate_3", "pdfseparate_4", "pdfseparate_5", "pdfseparate_6" ] ] }
6802
generate random password with s[y]mbols
pwgen -y {{length}}
[ "pwgen_3", "pwgen_21" ]
pwgen
pwgen
true
{ "token": [ "-y", "|main|" ], "oracle_man": [ [ "pwgen_21" ], [ "pwgen_3", "pwgen_4", "pwgen_5" ] ] }
6803
generate secure, hardtomemorize passwords
pwgen -s {{length}}
[ "pwgen_3", "pwgen_15", "pwgen_19", "pwgen_21" ]
pwgen
pwgen
true
{ "token": [ "-s", "|main|" ], "oracle_man": [ [ "pwgen_3", "pwgen_15", "pwgen_19", "pwgen_21" ], [ "pwgen_3", "pwgen_4", "pwgen_5" ] ] }
6804
generate password with at least one capital letter in them
pwgen -c {{length}}
[ "pwgen_3", "pwgen_8", "pwgen_11", "pwgen_18" ]
pwgen
pwgen
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [ "pwgen_8", "pwgen_11", "pwgen_18" ], [ "pwgen_3", "pwgen_4", "pwgen_5" ] ] }
6808
convert wav to opus using default options
opusenc {{path/to/input.wav}} {{path/to/output}}.opus
[ "opusenc_3" ]
opusenc
opusenc
true
{ "token": [ "|main|" ], "oracle_man": [ [ "opusenc_3", "opusenc_4" ] ] }
6809
convert stereo audio at the highest quality level
opusenc --bitrate {{512}} {{path/to/input.wav}} {{path/to/output}}.opus
[ "opusenc_2", "opusenc_3", "opusenc_9", "opusenc_59", "opusenc_60" ]
opusenc
opusenc
true
{ "token": [ "--bitrate", "|main|" ], "oracle_man": [ [ "opusenc_2", "opusenc_9", "opusenc_59", "opusenc_60" ], [ "opusenc_3", "opusenc_4" ] ] }
6810
convert 5.1 surround sound audio at the highest quality level
opusenc --bitrate {{1536}} {{path/to/input.flac}} {{path/to/output}}.opus
[ "opusenc_2", "opusenc_3", "opusenc_9", "opusenc_59", "opusenc_60" ]
opusenc
opusenc
true
{ "token": [ "--bitrate", "|main|" ], "oracle_man": [ [ "opusenc_2", "opusenc_9", "opusenc_59", "opusenc_60" ], [ "opusenc_3", "opusenc_4" ] ] }
6811
convert speech audio at the lowest quality level
opusenc {{path/to/input.wav}} --downmix-mono --bitrate {{6}} {{path/to/out}}.opus
[ "opusenc_2", "opusenc_3", "opusenc_9", "opusenc_25", "opusenc_59", "opusenc_60" ]
opusenc
opusenc
true
{ "token": [ "--downmix-mono", "--bitrate", "|main|" ], "oracle_man": [ [ "opusenc_2", "opusenc_25" ], [ "opusenc_2", "opusenc_9", "opusenc_59", "opusenc_60" ], [ "opusenc_3", "opusenc_4" ] ] }
6812
show unstaged, uncommitted changes
git diff
[ "git-diff_2", "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ]
git-diff
git-diff
true
{ "token": [ "git", "diff", "|main|" ], "oracle_man": [ [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_281", "git-diff_284" ], [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ], [ "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_7", "git-diff_8", "git-diff_9", "git-diff_10", "git-diff_11", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_15", "git-diff_16", "git-diff_17" ] ] }
6813
show all uncommitted changes (including staged ones)
git diff HEAD
[ "git-diff_2", "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ]
git-diff
git-diff
true
{ "token": [ "git", "diff", "HEAD", "|main|" ], "oracle_man": [ [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_281", "git-diff_284" ], [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ], [], [ "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_7", "git-diff_8", "git-diff_9", "git-diff_10", "git-diff_11", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_15", "git-diff_16", "git-diff_17" ] ] }
6814
show only staged (added, but not yet committed) changes
git diff --staged
[ "git-diff_2", "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ]
git-diff
git-diff
true
{ "token": [ "git", "diff", "--staged", "|main|" ], "oracle_man": [ [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_281", "git-diff_284" ], [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ], [ "git-diff_6" ], [ "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_7", "git-diff_8", "git-diff_9", "git-diff_10", "git-diff_11", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_15", "git-diff_16", "git-diff_17" ] ] }
6815
show changes from all commits since a given date/time (a date expression, e.g. "1 week 2 days" or an iso date)
git diff 'HEAD@{3 months|weeks|days|hours|seconds ago}'
[ "git-diff_2", "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ]
git-diff
git-diff
true
{ "token": [ "git", "diff", "HEAD@{3", "months", "weeks", "days", "hours", "seconds", "ago}", "|main|" ], "oracle_man": [ [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_281", "git-diff_284" ], [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ], [], [], [], [], [], [], [], [ "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_7", "git-diff_8", "git-diff_9", "git-diff_10", "git-diff_11", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_15", "git-diff_16", "git-diff_17" ] ] }
6816
show only names of changed files since a given commit
git diff --name-only {{commit}}
[ "git-diff_2", "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_55", "git-diff_57", "git-diff_58", "git-diff_113", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ]
git-diff
git-diff
true
{ "token": [ "git", "diff", "--name-only", "|main|" ], "oracle_man": [ [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_281", "git-diff_284" ], [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ], [ "git-diff_55", "git-diff_57", "git-diff_58" ], [ "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_7", "git-diff_8", "git-diff_9", "git-diff_10", "git-diff_11", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_15", "git-diff_16", "git-diff_17" ] ] }
6817
output a summary of file creations, renames and mode changes since a given commit
git diff --summary {{commit}}
[ "git-diff_2", "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_53", "git-diff_113", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_246", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ]
git-diff
git-diff
true
{ "token": [ "git", "diff", "--summary", "|main|" ], "oracle_man": [ [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_281", "git-diff_284" ], [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ], [ "git-diff_53", "git-diff_246" ], [ "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_7", "git-diff_8", "git-diff_9", "git-diff_10", "git-diff_11", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_15", "git-diff_16", "git-diff_17" ] ] }
6818
compare a single file between two branches or commits
git diff {{branch_1}}..{{branch_2}} [--] {{path/to/file}}
[ "git-diff_2", "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ]
git-diff
git-diff
true
{ "token": [ "git", "diff", "[--]", "|main|" ], "oracle_man": [ [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_281", "git-diff_284" ], [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ], [], [ "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_7", "git-diff_8", "git-diff_9", "git-diff_10", "git-diff_11", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_15", "git-diff_16", "git-diff_17" ] ] }
6819
compare different files from the current branch to other branch
git diff {{branch}}:{{path/to/file2}} {{path/to/file}}
[ "git-diff_2", "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ]
git-diff
git-diff
true
{ "token": [ "git", "diff", "|main|" ], "oracle_man": [ [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_113", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_281", "git-diff_284" ], [ "git-diff_2", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_8", "git-diff_10", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_17", "git-diff_152", "git-diff_208", "git-diff_219", "git-diff_222", "git-diff_223", "git-diff_227", "git-diff_229", "git-diff_272", "git-diff_275", "git-diff_278", "git-diff_280", "git-diff_281", "git-diff_283", "git-diff_284" ], [ "git-diff_3", "git-diff_4", "git-diff_5", "git-diff_6", "git-diff_7", "git-diff_8", "git-diff_9", "git-diff_10", "git-diff_11", "git-diff_12", "git-diff_13", "git-diff_14", "git-diff_15", "git-diff_16", "git-diff_17" ] ] }
6820
start an ssh session, restarting when a monitoring port fails to return data
autossh -M {{monitor_port}} "{{ssh_command}}"
[ "autossh_2", "autossh_3", "autossh_19" ]
autossh
autossh
true
{ "token": [ "-M", "|main|" ], "oracle_man": [ [ "autossh_2", "autossh_19" ], [ "autossh_3", "autossh_4", "autossh_5" ] ] }
6821
forward a local port to a remote one, restarting when necessary
autossh -M {{monitor_port}} -L {{local_port}}:localhost:{{remote_port}} {{user}}@{{host}}
[ "autossh_2", "autossh_3", "autossh_19" ]
autossh
autossh
true
{ "token": [ "-M", "-L", "|main|" ], "oracle_man": [ [ "autossh_2", "autossh_19" ], [], [ "autossh_3", "autossh_4", "autossh_5" ] ] }
6822
fork `autossh` into the background before executing `ssh` and don't open a remote shell
autossh -f -M {{monitor_port}} -N "{{ssh_command}}"
[ "autossh_2", "autossh_3", "autossh_5", "autossh_14", "autossh_18", "autossh_19", "autossh_24" ]
autossh
autossh
true
{ "token": [ "-f", "-M", "-N", "|main|" ], "oracle_man": [ [ "autossh_2", "autossh_5", "autossh_14", "autossh_24" ], [ "autossh_2", "autossh_19" ], [ "autossh_18" ], [ "autossh_3", "autossh_4", "autossh_5" ] ] }
6823
run in the background, with no monitoring port, and instead send ssh keepalive packets every 10 seconds to detect failure
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" "{{ssh_command}}"
[ "autossh_2", "autossh_3", "autossh_5", "autossh_9", "autossh_14", "autossh_18", "autossh_19", "autossh_24" ]
autossh
autossh
true
{ "token": [ "-f", "-M", "0", "-N", "-o", "ServerAliveInterval", "10", "ServerAliveCountMax", "3", "|main|" ], "oracle_man": [ [ "autossh_2", "autossh_5", "autossh_14", "autossh_24" ], [ "autossh_2", "autossh_19" ], [], [ "autossh_18" ], [ "autossh_5" ], [], [], [], [ "autossh_9" ], [ "autossh_3", "autossh_4", "autossh_5" ] ] }
6824
run in the background, with no monitoring port and no remote shell, exiting if the port forward fails
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" -o ExitOnForwardFailure=yes -L {{local_port}}:localhost:{{remote_port}} {{user}}@{{host}}
[ "autossh_2", "autossh_3", "autossh_5", "autossh_9", "autossh_14", "autossh_18", "autossh_19", "autossh_24" ]
autossh
autossh
true
{ "token": [ "-f", "-M", "0", "-N", "-o", "ServerAliveInterval", "10", "ServerAliveCountMax", "3", "ExitOnForwardFailure=yes", "-L", "|main|" ], "oracle_man": [ [ "autossh_2", "autossh_5", "autossh_14", "autossh_24" ], [ "autossh_2", "autossh_19" ], [], [ "autossh_18" ], [ "autossh_5" ], [], [], [], [ "autossh_9" ], [], [], [ "autossh_3", "autossh_4", "autossh_5" ] ] }
6825
run in the background, logging `autossh` debug output and `ssh` verbose output to files
AUTOSSH_DEBUG=1 AUTOSSH_LOGFILE={{path/to/autossh_log_file.log}} autossh -f -M {{monitor_port}} -v -E {{path/to/ssh_log_file.log}} {{ssh_command}}
[ "autossh_2", "autossh_3", "autossh_5", "autossh_14", "autossh_19", "autossh_24" ]
autossh
autossh
true
{ "token": [ "AUTOSSH_DEBUG=1", "AUTOSSH_LOGFILE", "-f", "-M", "-v", "-E", "|main|" ], "oracle_man": [ [], [], [ "autossh_2", "autossh_5", "autossh_14", "autossh_24" ], [ "autossh_2", "autossh_19" ], [], [], [ "autossh_3", "autossh_4", "autossh_5" ] ] }
6831
extract zip file(s) (for multiple files, separate file paths by spaces)
unzip {{file(s)}}
[ "unzip_3" ]
unzip
unzip
true
{ "token": [ "|main|" ], "oracle_man": [ [ "unzip_3" ] ] }
6832
extract zip files(s) to given path
unzip {{compressed_file(s)}} -d {{path/to/put/extracted_file(s)}}
[ "unzip_2", "unzip_3", "unzip_11", "unzip_63", "unzip_96", "unzip_98", "unzip_100" ]
unzip
unzip
true
{ "token": [ "-d", "|main|" ], "oracle_man": [ [ "unzip_2", "unzip_11", "unzip_63", "unzip_96", "unzip_98", "unzip_100" ], [ "unzip_3" ] ] }
6833
list the contents of a zip file without extracting
unzip -l {{file.zip}}
[ "unzip_3", "unzip_17", "unzip_22", "unzip_24", "unzip_27", "unzip_31", "unzip_51", "unzip_71", "unzip_108", "unzip_112" ]
unzip
unzip
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "unzip_17", "unzip_22", "unzip_24", "unzip_27", "unzip_31", "unzip_51", "unzip_71", "unzip_108", "unzip_112" ], [ "unzip_3" ] ] }
6834
extract the contents of the file(s) to stdout alongside the extracted file names
unzip -c {{file.zip}}
[ "unzip_2", "unzip_3", "unzip_7", "unzip_15", "unzip_17", "unzip_27", "unzip_43", "unzip_46", "unzip_56", "unzip_65", "unzip_66", "unzip_91", "unzip_92" ]
unzip
unzip
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [ "unzip_2", "unzip_7", "unzip_15", "unzip_17", "unzip_27", "unzip_43", "unzip_46", "unzip_56", "unzip_65", "unzip_66", "unzip_91", "unzip_92" ], [ "unzip_3" ] ] }
6835
extract a zip file created on windows, containing files with nonascii (e.g. chinese or japanese characters) filenames
unzip -O {{gbk}} {{file.zip}}
[ "unzip_3" ]
unzip
unzip
true
{ "token": [ "-O", "|main|" ], "oracle_man": [ [], [ "unzip_3" ] ] }
6849
download a uri to a file
aria2c {{url}}
[ "aria2c_3" ]
aria2c
aria2c
true
{ "token": [ "|main|" ], "oracle_man": [ [ "aria2c_3" ] ] }
6850
download the file pointed to by the specified uri with the specified output name
aria2c --out={{filename}} {{url}}
[ "aria2c_3", "aria2c_36", "aria2c_184" ]
aria2c
aria2c
true
{ "token": [ "--out", "|main|" ], "oracle_man": [ [ "aria2c_36", "aria2c_184" ], [ "aria2c_3" ] ] }
6851
download multiple files in parallel
aria2c --force-sequential {{url_1}} {{url_2}}
[ "aria2c_3", "aria2c_36", "aria2c_37", "aria2c_235", "aria2c_259" ]
aria2c
aria2c
true
{ "token": [ "--force-sequential", "|main|" ], "oracle_man": [ [ "aria2c_36", "aria2c_37", "aria2c_235", "aria2c_259" ], [ "aria2c_3" ] ] }
6852
download from multiple sources with each uri pointing to the same file
aria2c {{url_1}} {{url_2}}
[ "aria2c_3" ]
aria2c
aria2c
true
{ "token": [ "|main|" ], "oracle_man": [ [ "aria2c_3" ] ] }
6853
download the uris listed in a file with limited parallel downloads
aria2c --input-file={{filename}} --max-concurrent-downloads={{number_of_downloads}}
[ "aria2c_3", "aria2c_6", "aria2c_8", "aria2c_9", "aria2c_11", "aria2c_37", "aria2c_189", "aria2c_229", "aria2c_244", "aria2c_558" ]
aria2c
aria2c
true
{ "token": [ "--input-file", "--max-concurrent-downloads", "|main|" ], "oracle_man": [ [ "aria2c_6", "aria2c_9", "aria2c_37", "aria2c_189", "aria2c_244", "aria2c_558" ], [ "aria2c_8", "aria2c_9", "aria2c_11", "aria2c_229" ], [ "aria2c_3" ] ] }
6854
download with multiple connections
aria2c --split={{number_of_connections}} {{url}}
[ "aria2c_3", "aria2c_8", "aria2c_9", "aria2c_11", "aria2c_29", "aria2c_47" ]
aria2c
aria2c
true
{ "token": [ "--split", "|main|" ], "oracle_man": [ [ "aria2c_8", "aria2c_9", "aria2c_11", "aria2c_29", "aria2c_47" ], [ "aria2c_3" ] ] }
6855
ftp download with username and password
aria2c --ftp-user={{username}} --ftp-passwd={{password}} {{url}}
[ "aria2c_3", "aria2c_85", "aria2c_86" ]
aria2c
aria2c
true
{ "token": [ "--ftp-user", "--ftp-passwd", "|main|" ], "oracle_man": [ [ "aria2c_85" ], [ "aria2c_86" ], [ "aria2c_3" ] ] }
6856
limit download speed in bytes/s
aria2c --max-download-limit={{speed}} {{url}}
[ "aria2c_3", "aria2c_236", "aria2c_237", "aria2c_681" ]
aria2c
aria2c
true
{ "token": [ "--max-download-limit", "|main|" ], "oracle_man": [ [ "aria2c_236", "aria2c_237", "aria2c_681" ], [ "aria2c_3" ] ] }
6857
list all aliases
git alias
[ "git-alias_3", "git-alias_11", "git-alias_13", "git-alias_15" ]
git-alias
git-alias
true
{ "token": [ "git", "alias", "|main|" ], "oracle_man": [ [ "git-alias_11", "git-alias_13", "git-alias_15" ], [ "git-alias_11", "git-alias_13", "git-alias_15" ], [ "git-alias_3" ] ] }
6858
create a new alias
git alias "{{name}}" "{{command}}"
[ "git-alias_3", "git-alias_11", "git-alias_13", "git-alias_15" ]
git-alias
git-alias
true
{ "token": [ "git", "alias", "|main|" ], "oracle_man": [ [ "git-alias_11", "git-alias_13", "git-alias_15" ], [ "git-alias_11", "git-alias_13", "git-alias_15" ], [ "git-alias_3" ] ] }
6859
search for an existing alias
git alias ^{{name}}
[ "git-alias_3", "git-alias_11", "git-alias_13", "git-alias_15" ]
git-alias
git-alias
true
{ "token": [ "git", "alias", "|main|" ], "oracle_man": [ [ "git-alias_11", "git-alias_13", "git-alias_15" ], [ "git-alias_11", "git-alias_13", "git-alias_15" ], [ "git-alias_3" ] ] }
6872
launch a program with altered priority
nice -n {{niceness_value}} {{command}}
[ "nice_3", "nice_4", "nice_7", "nice_33" ]
nice
nice
true
{ "token": [ "-n", "|main|" ], "oracle_man": [ [ "nice_3", "nice_7", "nice_33" ], [ "nice_4" ] ] }
6878
display the content of a parquet file
parquet-tools cat {{path/to/parquet}}
[ "parquet-tools_2", "parquet-tools_7", "parquet-tools_13" ]
parquet-tools
parquet-tools
true
{ "token": [ "cat", "|main|" ], "oracle_man": [ [ "parquet-tools_7", "parquet-tools_13" ], [ "parquet-tools_2", "parquet-tools_3", "parquet-tools_4", "parquet-tools_5", "parquet-tools_6" ] ] }
6879
display the first few lines of a parquet file
parquet-tools head {{path/to/parquet}}
[ "parquet-tools_2", "parquet-tools_8", "parquet-tools_16" ]
parquet-tools
parquet-tools
true
{ "token": [ "head", "|main|" ], "oracle_man": [ [ "parquet-tools_8", "parquet-tools_16" ], [ "parquet-tools_2", "parquet-tools_3", "parquet-tools_4", "parquet-tools_5", "parquet-tools_6" ] ] }
6880
print the schema of a parquet file
parquet-tools schema {{path/to/parquet}}
[ "parquet-tools_2", "parquet-tools_9", "parquet-tools_20" ]
parquet-tools
parquet-tools
true
{ "token": [ "schema", "|main|" ], "oracle_man": [ [ "parquet-tools_9", "parquet-tools_20" ], [ "parquet-tools_2", "parquet-tools_3", "parquet-tools_4", "parquet-tools_5", "parquet-tools_6" ] ] }
6881
print the metadata of a parquet file
parquet-tools meta {{path/to/parquet}}
[ "parquet-tools_2", "parquet-tools_10", "parquet-tools_24" ]
parquet-tools
parquet-tools
true
{ "token": [ "meta", "|main|" ], "oracle_man": [ [ "parquet-tools_10", "parquet-tools_24" ], [ "parquet-tools_2", "parquet-tools_3", "parquet-tools_4", "parquet-tools_5", "parquet-tools_6" ] ] }
6882
print the content and metadata of a parquet file
parquet-tools dump {{path/to/parquet}}
[ "parquet-tools_2", "parquet-tools_11", "parquet-tools_27" ]
parquet-tools
parquet-tools
true
{ "token": [ "dump", "|main|" ], "oracle_man": [ [ "parquet-tools_11", "parquet-tools_27" ], [ "parquet-tools_2", "parquet-tools_3", "parquet-tools_4", "parquet-tools_5", "parquet-tools_6" ] ] }
6883
concatenate several parquet files into the target one
parquet-tools merge {{path/to/parquet1}} {{path/to/parquet2}} {{path/to/target_parquet}}
[ "parquet-tools_2" ]
parquet-tools
parquet-tools
true
{ "token": [ "merge", "|main|" ], "oracle_man": [ [], [ "parquet-tools_2", "parquet-tools_3", "parquet-tools_4", "parquet-tools_5", "parquet-tools_6" ] ] }
6884
print the count of rows in a parquet file
parquet-tools rowcount {{path/to/parquet}}
[ "parquet-tools_2" ]
parquet-tools
parquet-tools
true
{ "token": [ "rowcount", "|main|" ], "oracle_man": [ [], [ "parquet-tools_2", "parquet-tools_3", "parquet-tools_4", "parquet-tools_5", "parquet-tools_6" ] ] }
6885
print the column and offset indexes of a parquet file
parquet-tools column-index {{path/to/parquet}}
[ "parquet-tools_2" ]
parquet-tools
parquet-tools
true
{ "token": [ "column-index", "|main|" ], "oracle_man": [ [], [ "parquet-tools_2", "parquet-tools_3", "parquet-tools_4", "parquet-tools_5", "parquet-tools_6" ] ] }
6886
remove files from arbitrary locations
rm {{path/to/file}} {{path/to/another/file}}
[ "rm_3" ]
rm
rm
true
{ "token": [ "|main|" ], "oracle_man": [ [ "rm_3", "rm_4", "rm_5" ] ] }
6887
recursively remove a directory and all its subdirectories
rm -r {{path/to/directory}}
[ "rm_3", "rm_4", "rm_12", "rm_13", "rm_14", "rm_19" ]
rm
rm
true
{ "token": [ "-r", "|main|" ], "oracle_man": [ [ "rm_4", "rm_12", "rm_13", "rm_14", "rm_19" ], [ "rm_3", "rm_4", "rm_5" ] ] }
6888
forcibly remove a directory, without prompting for confirmation or showing error messages
rm -rf {{path/to/directory}}
[ "rm_3", "rm_5", "rm_7", "rm_11", "rm_20", "rm_21", "rm_22" ]
rm
rm
true
{ "token": [ "-rf", "|main|" ], "oracle_man": [ [ "rm_5", "rm_7", "rm_11", "rm_20", "rm_21", "rm_22" ], [ "rm_3", "rm_4", "rm_5" ] ] }
6889
interactively remove multiple files, with a prompt before every removal
rm -i {{file(s)}}
[ "rm_3", "rm_4", "rm_5", "rm_8", "rm_9", "rm_10" ]
rm
rm
true
{ "token": [ "-i", "|main|" ], "oracle_man": [ [ "rm_4", "rm_5", "rm_8", "rm_9", "rm_10" ], [ "rm_3", "rm_4", "rm_5" ] ] }
6890
remove files in verbose mode, printing a message for each removed file
rm -v {{path/to/directory/*}}
[ "rm_3", "rm_16", "rm_18" ]
rm
rm
true
{ "token": [ "-v", "|main|" ], "oracle_man": [ [ "rm_16", "rm_18" ], [ "rm_3", "rm_4", "rm_5" ] ] }
6891
display the entire revision history of the repository
hg log
[ "hg_3", "hg_373", "hg_375", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_843", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_3619" ]
hg
hg-log
true
{ "token": [ "log", "|main|" ], "oracle_man": [ [ "hg_373", "hg_375", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_843", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_3619" ], [ "hg_3" ] ] }
6892
display the revision history with an ascii graph
hg log --graph
[ "hg_3", "hg_124", "hg_163", "hg_373", "hg_375", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_776", "hg_777", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_832", "hg_843", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1827", "hg_1838", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2494", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_3328", "hg_3352", "hg_3619" ]
hg
hg-log
true
{ "token": [ "log", "--graph", "|main|" ], "oracle_man": [ [ "hg_373", "hg_375", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_843", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_3619" ], [ "hg_124", "hg_163", "hg_713", "hg_776", "hg_777", "hg_832", "hg_1827", "hg_1838", "hg_2494", "hg_3328", "hg_3352" ], [ "hg_3" ] ] }
6893
display the revision history with file names matching a specified pattern
hg log --include {{pattern}}
[ "hg_3", "hg_280", "hg_293", "hg_333", "hg_373", "hg_375", "hg_550", "hg_588", "hg_604", "hg_649", "hg_685", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_835", "hg_843", "hg_873", "hg_892", "hg_923", "hg_942", "hg_949", "hg_958", "hg_983", "hg_1001", "hg_1018", "hg_1045", "hg_1064", "hg_1101", "hg_1148", "hg_1236", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1773", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2700", "hg_2776", "hg_2788", "hg_2790", "hg_2944", "hg_3180", "hg_3355", "hg_3528", "hg_3542", "hg_3550", "hg_3619", "hg_3669", "hg_3680", "hg_3693", "hg_3713", "hg_3894", "hg_4219", "hg_4349", "hg_4509" ]
hg
hg-log
true
{ "token": [ "log", "--include", "|main|" ], "oracle_man": [ [ "hg_373", "hg_375", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_843", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_3619" ], [ "hg_280", "hg_293", "hg_333", "hg_550", "hg_588", "hg_604", "hg_649", "hg_685", "hg_835", "hg_873", "hg_892", "hg_923", "hg_942", "hg_949", "hg_958", "hg_983", "hg_1001", "hg_1018", "hg_1045", "hg_1064", "hg_1101", "hg_1148", "hg_1236", "hg_1773", "hg_2700", "hg_2776", "hg_2944", "hg_3180", "hg_3355", "hg_3528", "hg_3542", "hg_3550", "hg_3669", "hg_3680", "hg_3693", "hg_3713", "hg_3894", "hg_4219", "hg_4349", "hg_4509" ], [ "hg_3" ] ] }
6894
display the revision history, excluding file names that match a specified pattern
hg log --exclude {{pattern}}
[ "hg_3", "hg_282", "hg_294", "hg_334", "hg_373", "hg_375", "hg_551", "hg_589", "hg_605", "hg_650", "hg_686", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_836", "hg_843", "hg_874", "hg_893", "hg_924", "hg_943", "hg_959", "hg_984", "hg_1002", "hg_1019", "hg_1046", "hg_1065", "hg_1102", "hg_1149", "hg_1237", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2701", "hg_2777", "hg_2788", "hg_2790", "hg_2945", "hg_3181", "hg_3356", "hg_3529", "hg_3543", "hg_3551", "hg_3619", "hg_3670", "hg_3680", "hg_3694", "hg_3714", "hg_3895", "hg_4220", "hg_4350", "hg_4510" ]
hg
hg-log
true
{ "token": [ "log", "--exclude", "|main|" ], "oracle_man": [ [ "hg_373", "hg_375", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_843", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_3619" ], [ "hg_282", "hg_294", "hg_334", "hg_551", "hg_589", "hg_605", "hg_650", "hg_686", "hg_836", "hg_874", "hg_893", "hg_924", "hg_943", "hg_959", "hg_984", "hg_1002", "hg_1019", "hg_1046", "hg_1065", "hg_1102", "hg_1149", "hg_1237", "hg_2701", "hg_2777", "hg_2945", "hg_3181", "hg_3356", "hg_3529", "hg_3543", "hg_3551", "hg_3670", "hg_3680", "hg_3694", "hg_3714", "hg_3895", "hg_4220", "hg_4350", "hg_4510" ], [ "hg_3" ] ] }
6895
display the log information for a specific revision
hg log --rev {{revision}}
[ "hg_3", "hg_35", "hg_68", "hg_116", "hg_154", "hg_202", "hg_216", "hg_227", "hg_330", "hg_373", "hg_375", "hg_383", "hg_410", "hg_439", "hg_457", "hg_472", "hg_488", "hg_503", "hg_535", "hg_586", "hg_631", "hg_641", "hg_656", "hg_659", "hg_680", "hg_707", "hg_709", "hg_711", "hg_713", "hg_733", "hg_756", "hg_759", "hg_770", "hg_771", "hg_774", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_818", "hg_841", "hg_843", "hg_847", "hg_921", "hg_955", "hg_1053", "hg_1061", "hg_1123", "hg_1146", "hg_1200", "hg_1205", "hg_1233", "hg_1249", "hg_1304", "hg_1372", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_2807", "hg_2906", "hg_2912", "hg_2917", "hg_2935", "hg_3008", "hg_3119", "hg_3173", "hg_3213", "hg_3227", "hg_3272", "hg_3340", "hg_3448", "hg_3591", "hg_3619", "hg_3740", "hg_3886", "hg_3903", "hg_3912", "hg_4041", "hg_4104", "hg_4106", "hg_4128", "hg_4141", "hg_4144", "hg_4145", "hg_4178", "hg_4264", "hg_4272", "hg_4346", "hg_4445", "hg_4448" ]
hg
hg-log
true
{ "token": [ "log", "--rev", "|main|" ], "oracle_man": [ [ "hg_373", "hg_375", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_843", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_3619" ], [ "hg_35", "hg_68", "hg_116", "hg_154", "hg_202", "hg_216", "hg_227", "hg_330", "hg_383", "hg_410", "hg_439", "hg_457", "hg_472", "hg_488", "hg_503", "hg_535", "hg_586", "hg_631", "hg_641", "hg_656", "hg_659", "hg_680", "hg_733", "hg_759", "hg_774", "hg_818", "hg_841", "hg_847", "hg_921", "hg_955", "hg_1053", "hg_1061", "hg_1123", "hg_1146", "hg_1200", "hg_1205", "hg_1233", "hg_1249", "hg_1304", "hg_1372", "hg_2807", "hg_2906", "hg_2912", "hg_2917", "hg_2935", "hg_3008", "hg_3119", "hg_3173", "hg_3213", "hg_3227", "hg_3272", "hg_3340", "hg_3448", "hg_3591", "hg_3740", "hg_3886", "hg_3903", "hg_3912", "hg_4041", "hg_4104", "hg_4106", "hg_4128", "hg_4141", "hg_4144", "hg_4145", "hg_4178", "hg_4264", "hg_4272", "hg_4346", "hg_4445", "hg_4448" ], [ "hg_3" ] ] }
6896
display the revision history for a specific branch
hg log --branch {{branch}}
[ "hg_3", "hg_35", "hg_69", "hg_118", "hg_157", "hg_204", "hg_230", "hg_373", "hg_375", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_762", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_824", "hg_843", "hg_1250", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_3030", "hg_3031", "hg_3032", "hg_3124", "hg_3125", "hg_3345", "hg_3619", "hg_4475", "hg_4478", "hg_4485", "hg_4486" ]
hg
hg-log
true
{ "token": [ "log", "--branch", "|main|" ], "oracle_man": [ [ "hg_373", "hg_375", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_843", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_3619" ], [ "hg_35", "hg_69", "hg_118", "hg_157", "hg_204", "hg_230", "hg_762", "hg_824", "hg_1250", "hg_3030", "hg_3031", "hg_3032", "hg_3124", "hg_3125", "hg_3345", "hg_4475", "hg_4478", "hg_4485", "hg_4486" ], [ "hg_3" ] ] }
6897
display the revision history for a specific date
hg log --date {{date}}
[ "hg_3", "hg_276", "hg_284", "hg_297", "hg_322", "hg_337", "hg_373", "hg_375", "hg_394", "hg_497", "hg_507", "hg_522", "hg_541", "hg_683", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_808", "hg_815", "hg_843", "hg_1053", "hg_1055", "hg_1060", "hg_1091", "hg_1179", "hg_1193", "hg_1199", "hg_1324", "hg_1355", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2780", "hg_2788", "hg_2790", "hg_2923", "hg_2936", "hg_2939", "hg_3006", "hg_3032", "hg_3126", "hg_3224", "hg_3233", "hg_3313", "hg_3321", "hg_3337", "hg_3619", "hg_3673", "hg_3681", "hg_3692", "hg_3712", "hg_4052", "hg_4205", "hg_4223", "hg_4450", "hg_4513" ]
hg
hg-log
true
{ "token": [ "log", "--date", "|main|" ], "oracle_man": [ [ "hg_373", "hg_375", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_843", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_3619" ], [ "hg_276", "hg_284", "hg_297", "hg_322", "hg_337", "hg_394", "hg_497", "hg_507", "hg_522", "hg_541", "hg_683", "hg_808", "hg_815", "hg_1053", "hg_1055", "hg_1060", "hg_1091", "hg_1179", "hg_1193", "hg_1199", "hg_1324", "hg_1355", "hg_2780", "hg_2923", "hg_2936", "hg_2939", "hg_3006", "hg_3032", "hg_3126", "hg_3224", "hg_3233", "hg_3313", "hg_3321", "hg_3337", "hg_3673", "hg_3681", "hg_3692", "hg_3712", "hg_4052", "hg_4205", "hg_4223", "hg_4450", "hg_4513" ], [ "hg_3" ] ] }
6898
display revisions committed by a specific user
hg log --user {{user}}
[ "hg_3", "hg_298", "hg_338", "hg_373", "hg_375", "hg_395", "hg_508", "hg_522", "hg_539", "hg_682", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_822", "hg_843", "hg_1318", "hg_1356", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2781", "hg_2788", "hg_2790", "hg_3007", "hg_3234", "hg_3322", "hg_3343", "hg_3619", "hg_3674", "hg_3681", "hg_3690", "hg_3710", "hg_4224", "hg_4451", "hg_4514" ]
hg
hg-log
true
{ "token": [ "log", "--user", "|main|" ], "oracle_man": [ [ "hg_373", "hg_375", "hg_707", "hg_709", "hg_711", "hg_713", "hg_756", "hg_770", "hg_771", "hg_778", "hg_783", "hg_785", "hg_787", "hg_789", "hg_791", "hg_793", "hg_795", "hg_796", "hg_797", "hg_799", "hg_801", "hg_803", "hg_805", "hg_807", "hg_843", "hg_1511", "hg_1530", "hg_1551", "hg_1647", "hg_1980", "hg_2130", "hg_2136", "hg_2376", "hg_2378", "hg_2380", "hg_2382", "hg_2384", "hg_2386", "hg_2416", "hg_2472", "hg_2474", "hg_2612", "hg_2614", "hg_2620", "hg_2622", "hg_2624", "hg_2626", "hg_2628", "hg_2630", "hg_2632", "hg_2634", "hg_2636", "hg_2640", "hg_2642", "hg_2644", "hg_2646", "hg_2648", "hg_2650", "hg_2652", "hg_2654", "hg_2656", "hg_2788", "hg_2790", "hg_3619" ], [ "hg_298", "hg_338", "hg_395", "hg_508", "hg_522", "hg_539", "hg_682", "hg_822", "hg_1318", "hg_1356", "hg_2781", "hg_3007", "hg_3234", "hg_3322", "hg_3343", "hg_3674", "hg_3681", "hg_3690", "hg_3710", "hg_4224", "hg_4451", "hg_4514" ], [ "hg_3" ] ] }
6899
format c/c++ source according to the linux style guide, automatically back up the original files, and replace with the indented versions
indent --linux-style {{path/to/source.c}} {{path/to/another_source.c}}
[ "indent_5", "indent_50" ]
indent
indent
true
{ "token": [ "--linux-style", "|main|" ], "oracle_man": [ [ "indent_50" ], [ "indent_5", "indent_6", "indent_7", "indent_8" ] ] }
6900
format c/c++ source according to the gnu style, saving the indented version to a different file
indent --gnu-style {{path/to/source.c}} -o {{path/to/indented_source.c}}
[ "indent_3", "indent_5", "indent_13", "indent_19", "indent_20", "indent_21", "indent_26", "indent_41", "indent_55", "indent_58", "indent_76", "indent_81", "indent_96", "indent_98", "indent_100", "indent_108", "indent_111", "indent_115", "indent_117", "indent_123", "indent_124", "indent_142" ]
indent
indent
true
{ "token": [ "--gnu-style", "-o", "|main|" ], "oracle_man": [ [ "indent_41" ], [ "indent_3", "indent_13", "indent_19", "indent_20", "indent_21", "indent_26", "indent_55", "indent_58", "indent_76", "indent_81", "indent_96", "indent_98", "indent_100", "indent_108", "indent_111", "indent_115", "indent_117", "indent_123", "indent_124", "indent_142" ], [ "indent_5", "indent_6", "indent_7", "indent_8" ] ] }
6901
format c/c++ source according to the style of kernighan & ritchie (k&r), no tabs, 3 spaces per indent, and wrap lines at 120 characters
indent --k-and-r-style --indent-level3 --no-tabs --line-length120 {{path/to/source.c}} -o {{path/to/indented_source.c}}
[ "indent_3", "indent_5", "indent_13", "indent_19", "indent_20", "indent_21", "indent_26", "indent_47", "indent_55", "indent_58", "indent_76", "indent_79", "indent_81", "indent_96", "indent_98", "indent_100", "indent_108", "indent_111", "indent_115", "indent_117", "indent_123", "indent_124", "indent_142" ]
indent
indent
true
{ "token": [ "--k-and-r-style", "--indent-level3", "--no-tabs", "--line-length120", "-o", "|main|" ], "oracle_man": [ [ "indent_47" ], [], [ "indent_79" ], [], [ "indent_3", "indent_13", "indent_19", "indent_20", "indent_21", "indent_26", "indent_55", "indent_58", "indent_76", "indent_81", "indent_96", "indent_98", "indent_100", "indent_108", "indent_111", "indent_115", "indent_117", "indent_123", "indent_124", "indent_142" ], [ "indent_5", "indent_6", "indent_7", "indent_8" ] ] }
6910
run command as new root directory
chroot {{path/to/new/root}} {{command}}
[ "chroot_3" ]
chroot
chroot
true
{ "token": [ "|main|" ], "oracle_man": [ [ "chroot_3", "chroot_4", "chroot_5", "chroot_6", "chroot_7", "chroot_8", "chroot_9" ] ] }
6911
specify user and group (id or name) to use
chroot --userspec={{user:group}}
[ "chroot_3", "chroot_5" ]
chroot
chroot
true
{ "token": [ "--userspec", "|main|" ], "oracle_man": [ [ "chroot_5" ], [ "chroot_3", "chroot_4", "chroot_5", "chroot_6", "chroot_7", "chroot_8", "chroot_9" ] ] }
6917
search for a package via its name or description
nix search {{search_term}}
[ "nix_1" ]
nix
nix
true
{ "token": [ "search", "|main|" ], "oracle_man": [ [], [ "nix_1" ] ] }
6918
start a nix shell with the specified packages available
nix run {{nixpkgs.pkg1 nixpkgs.pkg2 nixpkgs.pkg3...}}
[ "nix_1", "nix_18" ]
nix
nix
true
{ "token": [ "run", "|main|" ], "oracle_man": [ [ "nix_18" ], [ "nix_1" ] ] }
6919
optimise nix store disk usage by combining duplicate files
nix optimise-store
[ "nix_1" ]
nix
nix
true
{ "token": [ "optimise-store", "|main|" ], "oracle_man": [ [], [ "nix_1" ] ] }
6920
start an interactive environment for evaluating nix expressions
nix repl
[ "nix_1" ]
nix
nix
true
{ "token": [ "repl", "|main|" ], "oracle_man": [ [], [ "nix_1" ] ] }
6921
upgrade nix to the latest stable version
nix upgrade-nix
[ "nix_1" ]
nix
nix
true
{ "token": [ "upgrade-nix", "|main|" ], "oracle_man": [ [], [ "nix_1" ] ] }
6942
display changes in a histogram
diff {{file1}} {{file2}} | diffstat
[ "diffstat_3" ]
diffstat
diffstat
true
{ "token": [ "diff", "|main|" ], "oracle_man": [ [], [ "diffstat_3", "diffstat_4", "diffstat_5", "diffstat_6", "diffstat_7", "diffstat_8", "diffstat_9", "diffstat_10" ] ] }
6943
display inserted, deleted and modified changes as a table
diff {{file1}} {{file2}} | diffstat -t
[ "diffstat_3", "diffstat_44", "diffstat_46" ]
diffstat
diffstat
true
{ "token": [ "diff", "-t", "|main|" ], "oracle_man": [ [], [ "diffstat_44", "diffstat_46" ], [ "diffstat_3", "diffstat_4", "diffstat_5", "diffstat_6", "diffstat_7", "diffstat_8", "diffstat_9", "diffstat_10" ] ] }
6956
display metadata for a given file in the console
mediainfo {{file}}
[ "mediainfo_4" ]
mediainfo
mediainfo
true
{ "token": [ "|main|" ], "oracle_man": [ [ "mediainfo_4", "mediainfo_5", "mediainfo_6", "mediainfo_7", "mediainfo_8", "mediainfo_9", "mediainfo_10" ] ] }