termux-api-package icon indicating copy to clipboard operation
termux-api-package copied to clipboard

Termux package containing scripts to call functionality in Termux:API.

Results 62 termux-api-package issues
Sort by recently updated
recently updated
newest added

![Screenshot_20220408-031218.png](https://user-images.githubusercontent.com/102664290/162394083-e150047d-e00e-4b66-95d0-4a7688207bd0.png)

The old implementation allowed only to set one of the two backgrounds at one time, but not both at once. The Bash part of this is backwards compatible with the...

SAF support has been merged here and in Termux:API and I noticed today that it isn't available in the package from the main repo. Could you make a new release...

I have already installed both termux-api AND android app. It's a fresh termux installation from f-droid. I have issued termux-setup-storage AND granted android full permissions to termux API on android...

This goal of this request is to enrich termux-storage-get to what "Open ..." and "Open Folder ..." usually do in PC, while keeping backward compatibility. See the `show_usage()` below for...

Hi, I'm trying to schedule a job as follows: `termux-job-scheduler --period-ms 86400000 --script /storage/emulated/0/Backup/rsync.sh --network any` The script is simply a small rsync job to sync some photos. When I...

bug

I tried to use a python script speech recognition to recognize spanish using recognize_google. First, python doesn't recognize the microphone, Then I tried,using termux-speech-to-text, but it doesn't understand spanish. Finally...

I want to create a python speak() function by termux-tts-speech but there is a delay because the engine is restarting every time I call the function. def speak(text): subprocess call(["termux-tts-speak",f"{text}])...

**Feature description** Pooling the FS is not the best way to wait for a file or discover when the download fails. Would be nice if `termux-download` had a `--onerror` and...

# Description It would be nice if we had a command to remove a specific app notification. Something like `termux-notification-remove -key 1234 # Why I want to consume notifications from...

enhancement