mirror of
https://github.com/danog/termux-api-package.git
synced 2024-11-30 04:39:01 +01:00
06d4a0bf2f
Fixes https://github.com/termux/termux-api/issues/120 `termux-notification --content '*'` should mean the content of the notifiation is `*` and not a list of files. The globbing, if desired, should be done by the shell starting the process ``` echo * # does globbing echo '*' does not do globbing termux-notification --content * # Does globbing (but errors, since this won't be valid syntax). termux-notification --content '*' # Does globbing without this patch but shouldn't ``` |
||
---|---|---|
scripts | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
termux-api.c |
termux-api-package
Termux package containing scripts to call exposed API methods in the Termux:API app.