command-not-found: Update with new commands
This commit is contained in:
parent
edea1f1609
commit
28b412c731
@ -1,6 +1,6 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=http://termux.com
|
TERMUX_PKG_HOMEPAGE=http://termux.com
|
||||||
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
|
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
|
||||||
TERMUX_PKG_VERSION=1.6
|
TERMUX_PKG_VERSION=1.7
|
||||||
|
|
||||||
termux_step_make_install () {
|
termux_step_make_install () {
|
||||||
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
||||||
|
@ -246,6 +246,8 @@ char const* const commands[] = {
|
|||||||
" sh",
|
" sh",
|
||||||
"datamash",
|
"datamash",
|
||||||
" datamash",
|
" datamash",
|
||||||
|
"dcraw",
|
||||||
|
" dcraw",
|
||||||
"debianutils",
|
"debianutils",
|
||||||
" add-shell",
|
" add-shell",
|
||||||
" ischroot",
|
" ischroot",
|
||||||
@ -329,6 +331,8 @@ char const* const commands[] = {
|
|||||||
" fc-query",
|
" fc-query",
|
||||||
" fc-scan",
|
" fc-scan",
|
||||||
" fc-validate",
|
" fc-validate",
|
||||||
|
"fortune",
|
||||||
|
" fortune",
|
||||||
"frobtads",
|
"frobtads",
|
||||||
" frob",
|
" frob",
|
||||||
" t3make",
|
" t3make",
|
||||||
@ -376,6 +380,7 @@ char const* const commands[] = {
|
|||||||
" git-receive-pack",
|
" git-receive-pack",
|
||||||
" git-upload-archive",
|
" git-upload-archive",
|
||||||
" git-upload-pack",
|
" git-upload-pack",
|
||||||
|
" perl5.22.1",
|
||||||
"glib-bin",
|
"glib-bin",
|
||||||
" gapplication",
|
" gapplication",
|
||||||
" gdbus",
|
" gdbus",
|
||||||
@ -519,6 +524,20 @@ char const* const commands[] = {
|
|||||||
" jq",
|
" jq",
|
||||||
"kona",
|
"kona",
|
||||||
" k",
|
" k",
|
||||||
|
"leptonica",
|
||||||
|
" convertfilestopdf",
|
||||||
|
" convertfilestops",
|
||||||
|
" convertformat",
|
||||||
|
" convertsegfilestopdf",
|
||||||
|
" convertsegfilestops",
|
||||||
|
" converttopdf",
|
||||||
|
" converttops",
|
||||||
|
" fileinfo",
|
||||||
|
" printimage",
|
||||||
|
" printsplitimage",
|
||||||
|
" printtiff",
|
||||||
|
" splitimage2pdf",
|
||||||
|
" xtractprotos",
|
||||||
"less",
|
"less",
|
||||||
" less",
|
" less",
|
||||||
" lessecho",
|
" lessecho",
|
||||||
@ -661,6 +680,10 @@ char const* const commands[] = {
|
|||||||
" updatedb",
|
" updatedb",
|
||||||
"moon-buggy",
|
"moon-buggy",
|
||||||
" moon-buggy",
|
" moon-buggy",
|
||||||
|
"mosh",
|
||||||
|
" mosh",
|
||||||
|
" mosh-client",
|
||||||
|
" mosh-server",
|
||||||
"multitail",
|
"multitail",
|
||||||
" multitail",
|
" multitail",
|
||||||
"mutt",
|
"mutt",
|
||||||
@ -1138,8 +1161,10 @@ char const* const commands[] = {
|
|||||||
"pick",
|
"pick",
|
||||||
" pick",
|
" pick",
|
||||||
"picolisp",
|
"picolisp",
|
||||||
|
" httpGate",
|
||||||
" picolisp",
|
" picolisp",
|
||||||
" pil",
|
" pil",
|
||||||
|
" ssl",
|
||||||
"pinentry",
|
"pinentry",
|
||||||
" pinentry",
|
" pinentry",
|
||||||
" pinentry-curses",
|
" pinentry-curses",
|
||||||
@ -1309,10 +1334,12 @@ char const* const commands[] = {
|
|||||||
" dalvikvm",
|
" dalvikvm",
|
||||||
" df",
|
" df",
|
||||||
" getprop",
|
" getprop",
|
||||||
|
" ip",
|
||||||
" logcat",
|
" logcat",
|
||||||
" ping",
|
" ping",
|
||||||
" ping6",
|
" ping6",
|
||||||
" pm",
|
" pm",
|
||||||
|
" settings",
|
||||||
" su",
|
" su",
|
||||||
" termux-elf-cleaner",
|
" termux-elf-cleaner",
|
||||||
" termux-fix-shebang",
|
" termux-fix-shebang",
|
||||||
@ -1322,6 +1349,8 @@ char const* const commands[] = {
|
|||||||
"teseq",
|
"teseq",
|
||||||
" reseq",
|
" reseq",
|
||||||
" teseq",
|
" teseq",
|
||||||
|
"tesseract",
|
||||||
|
" tesseract",
|
||||||
"tig",
|
"tig",
|
||||||
" tig",
|
" tig",
|
||||||
"tinyscheme",
|
"tinyscheme",
|
||||||
@ -1372,6 +1401,12 @@ char const* const commands[] = {
|
|||||||
" vimdiff",
|
" vimdiff",
|
||||||
" vimtutor",
|
" vimtutor",
|
||||||
" xxd",
|
" xxd",
|
||||||
|
"vorbis-tools",
|
||||||
|
" oggdec",
|
||||||
|
" oggenc",
|
||||||
|
" ogginfo",
|
||||||
|
" vcut",
|
||||||
|
" vorbiscomment",
|
||||||
"vttest",
|
"vttest",
|
||||||
" vttest",
|
" vttest",
|
||||||
"vtutils",
|
"vtutils",
|
||||||
@ -1426,6 +1461,8 @@ char const* const commands[] = {
|
|||||||
" vsyasm",
|
" vsyasm",
|
||||||
" yasm",
|
" yasm",
|
||||||
" ytasm",
|
" ytasm",
|
||||||
|
"zbar",
|
||||||
|
" zbarimg",
|
||||||
"zile",
|
"zile",
|
||||||
" zile",
|
" zile",
|
||||||
"zip",
|
"zip",
|
||||||
@ -1439,6 +1476,42 @@ char const* const commands[] = {
|
|||||||
" ack",
|
" ack",
|
||||||
"ant",
|
"ant",
|
||||||
" ant",
|
" ant",
|
||||||
|
"byobu",
|
||||||
|
" byobu",
|
||||||
|
" byobu-config",
|
||||||
|
" byobu-ctrl-a",
|
||||||
|
" byobu-disable",
|
||||||
|
" byobu-disable-prompt",
|
||||||
|
" byobu-enable",
|
||||||
|
" byobu-enable-prompt",
|
||||||
|
" byobu-export",
|
||||||
|
" byobu-janitor",
|
||||||
|
" byobu-keybindings",
|
||||||
|
" byobu-launch",
|
||||||
|
" byobu-launcher",
|
||||||
|
" byobu-launcher-install",
|
||||||
|
" byobu-launcher-uninstall",
|
||||||
|
" byobu-layout",
|
||||||
|
" byobu-prompt",
|
||||||
|
" byobu-quiet",
|
||||||
|
" byobu-reconnect-sockets",
|
||||||
|
" byobu-screen",
|
||||||
|
" byobu-select-backend",
|
||||||
|
" byobu-select-profile",
|
||||||
|
" byobu-select-session",
|
||||||
|
" byobu-shell",
|
||||||
|
" byobu-silent",
|
||||||
|
" byobu-status",
|
||||||
|
" byobu-status-detail",
|
||||||
|
" byobu-tmux",
|
||||||
|
" byobu-ugraph",
|
||||||
|
" byobu-ulevel",
|
||||||
|
" col1",
|
||||||
|
" ctail",
|
||||||
|
" manifest",
|
||||||
|
" purge-old-kernels",
|
||||||
|
" vigpg",
|
||||||
|
" wifi-status",
|
||||||
"dx",
|
"dx",
|
||||||
" dalvikvm-wrapper",
|
" dalvikvm-wrapper",
|
||||||
" dx",
|
" dx",
|
||||||
|
Loading…
Reference in New Issue
Block a user