-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
Description
Hi there, what I meant is can we register termux as a downloader globally? So that we could use wget/aria2 as big files downloader. Wget/aria2 in termux works better than phone built-in downloader, especially when the file is really large.
The above screenshot showing option for download link. We need termux right there!
My termux-url-opener context is aria2c -x 4 "$1" --dir=$HOME/storage/downloads and it works super smooth however it would be awesome if there is an option to make android understand termux can download.
I think we need to use some additional intent filter for that? Yeah?
fbartels and ormax17