Open
Description
I thought of termux-share
as kde-open
or gnome-open
or cygstart
. However, its behavior is different. When I open a text file using termux-share
(as in example below), my editor (QuickEdit Pro) receives a file with url
content://com.termux.sharedfiles//storage/emulated/0/x.txt, which the editor app cannot save.
However, when I locate the file in a file manager and then open it, the url is correct
/storage/emulated/0/x.txt, and the editor app can save my changes.
How can termux-share
open files in other apps just like my file manager does.
$ ls
x.txt
$termux-share x.txt