MaterialFiles icon indicating copy to clipboard operation
MaterialFiles copied to clipboard

'Open in Terminal' option doesn't work

Open meldawwyb opened this issue 1 year ago • 4 comments

'Open in Terminal' option doesn't seem to be worked.

It tells me 'no app found to handle this'

I have read similar issues about this problem.

But i want to ask a small question, are there a specific terminal apps that Material Files support, and if yes, is Termux or Android 9/10's built-in terminal app (which can be accessed and enabled by enabling developer options) a one of those ?.

And thanks in advance.

meldawwyb avatar Sep 25 '24 08:09 meldawwyb

I also wonder what terminal apps work. Actually, maybe I can capture the intent and pass that on to the Termux team.

Edit: nope, no intent fires off that I know how to capture.

locuturus avatar Sep 27 '24 07:09 locuturus

This is the intent Termux should capture. I don't know if this should be added on Material Files or Termux.

https://github.com/zhanghai/MaterialFiles/blob/master/app%2Fsrc%2Fmain%2Fjava%2Fme%2Fzhanghai%2Fandroid%2Ffiles%2Fterminal%2FTerminal.kt

indierodo avatar Dec 30 '24 18:12 indierodo

This is the intent Termux should capture. I don't know if this should be added on Material Files or Termux.

https://github.com/zhanghai/MaterialFiles/blob/master/app%2Fsrc%2Fmain%2Fjava%2Fme%2Fzhanghai%2Fandroid%2Ffiles%2Fterminal%2FTerminal.kt

This seems to be preconfigured for some other terminal app which no longer exists.

Might be related: https://github.com/termux/termux-app/wiki/RUN_COMMAND-Intent

jayb-g avatar May 08 '25 13:05 jayb-g

I don't know if there is an intent mime type that terminal apps would react to, so this strikes me as something suited for a setting. Imagine being able to pick an app from a list.

locuturus avatar May 08 '25 15:05 locuturus