Replies: 3 comments
|
this is a nice feature request, everytime i come across with a "open with dialogue" on |
0 replies
|
I also want this feature. Additionally, if there is an image file, it should route it to a gallery app, if it's a pdf file, it should route it to pdf viewer etc., if it's a debian package, it should ask user to install it via dpkg, if it's a script it should ask user to run it. |
0 replies
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey @agnostic-apollo and all termux contributor/user, Is possible to edit/open file in
/storage/0/**directory from android file manager/explorer then pick termux as file opener without creating/copying file into~/downloadswith$EDITOR?where
$EDITORis one ofnvim,vimvi,nanoor anything else.in my case
I explore file using X-plore, long press
/storage/0/foo.txt, pickopen with ..., then pick termux, but always showing confirm dialog to open it in~/downloads.. so that will copying /storage/0/foo.txt to ~/downloads/foo.txt.what's I want.. when I explore using android app and pick termux as file opener for any file with mime type text/* in shared directory It opens directly using
$EDITORwithout making a copy in~/downloads/*.is it possible?
All reactions