|
|
@ -28,6 +28,8 @@ char const* const commands[] = { |
|
|
|
" aclocal-1.15", |
|
|
|
" automake", |
|
|
|
" automake-1.15", |
|
|
|
"autossh", |
|
|
|
" autossh", |
|
|
|
"bash", |
|
|
|
" bash", |
|
|
|
"bc", |
|
|
@ -272,6 +274,11 @@ char const* const commands[] = { |
|
|
|
" dig", |
|
|
|
" host", |
|
|
|
" nslookup", |
|
|
|
"dos2unix", |
|
|
|
" dos2unix", |
|
|
|
" mac2unix", |
|
|
|
" unix2dos", |
|
|
|
" unix2mac", |
|
|
|
"dpkg", |
|
|
|
" dpkg", |
|
|
|
" dpkg-deb", |
|
|
@ -298,6 +305,12 @@ char const* const commands[] = { |
|
|
|
" etags", |
|
|
|
"espeak", |
|
|
|
" espeak", |
|
|
|
"expect", |
|
|
|
" autoexpect", |
|
|
|
" expect", |
|
|
|
" timed-read", |
|
|
|
" timed-run", |
|
|
|
" unbuffer", |
|
|
|
"ffmpeg", |
|
|
|
" ffmpeg", |
|
|
|
" ffprobe", |
|
|
@ -1332,24 +1345,6 @@ char const* const commands[] = { |
|
|
|
" termux-tts-engines", |
|
|
|
" termux-tts-speak", |
|
|
|
" termux-vibrate", |
|
|
|
"termux-tools", |
|
|
|
" am", |
|
|
|
" chsh", |
|
|
|
" dalvikvm", |
|
|
|
" df", |
|
|
|
" getprop", |
|
|
|
" ip", |
|
|
|
" logcat", |
|
|
|
" ping", |
|
|
|
" ping6", |
|
|
|
" pm", |
|
|
|
" settings", |
|
|
|
" su", |
|
|
|
" termux-elf-cleaner", |
|
|
|
" termux-fix-shebang", |
|
|
|
" termux-open-url", |
|
|
|
" termux-reload-settings", |
|
|
|
" termux-setup-storage", |
|
|
|
"teseq", |
|
|
|
" reseq", |
|
|
|
" teseq", |
|
|
@ -1531,6 +1526,11 @@ char const* const commands[] = { |
|
|
|
"jack", |
|
|
|
" jack", |
|
|
|
"parallel", |
|
|
|
" env_parallel", |
|
|
|
" env_parallel.bash", |
|
|
|
" env_parallel.fish", |
|
|
|
" env_parallel.ksh", |
|
|
|
" env_parallel.zsh", |
|
|
|
" niceload", |
|
|
|
" parallel", |
|
|
|
" sem", |
|
|
@ -1542,4 +1542,21 @@ char const* const commands[] = { |
|
|
|
" rifle", |
|
|
|
"ruby-ri", |
|
|
|
" ri", |
|
|
|
"termux-tools", |
|
|
|
" am", |
|
|
|
" chsh", |
|
|
|
" dalvikvm", |
|
|
|
" df", |
|
|
|
" getprop", |
|
|
|
" ip", |
|
|
|
" logcat", |
|
|
|
" ping", |
|
|
|
" ping6", |
|
|
|
" pm", |
|
|
|
" settings", |
|
|
|
" su", |
|
|
|
" termux-fix-shebang", |
|
|
|
" termux-open-url", |
|
|
|
" termux-reload-settings", |
|
|
|
" termux-setup-storage", |
|
|
|
}; |
|
|
|