mirror of
https://github.com/danog/termux-api-package.git
synced 2024-11-27 04:45:23 +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 ``` |
||
---|---|---|
.. | ||
termux-audio-info | ||
termux-battery-status | ||
termux-camera-info | ||
termux-camera-photo | ||
termux-clipboard-get | ||
termux-clipboard-set | ||
termux-contact-list | ||
termux-dialog | ||
termux-download | ||
termux-infrared-frequencies | ||
termux-infrared-transmit | ||
termux-location | ||
termux-media-scan | ||
termux-notification | ||
termux-notification-remove | ||
termux-share | ||
termux-sms-inbox | ||
termux-sms-send | ||
termux-storage-get | ||
termux-telephony-call | ||
termux-telephony-cellinfo | ||
termux-telephony-deviceinfo | ||
termux-toast | ||
termux-tts-engines | ||
termux-tts-speak | ||
termux-vibrate | ||
termux-wifi-connectioninfo | ||
termux-wifi-scaninfo |