15
Conrad
6y

Have you ever wanted to open links with firefox from within termux?
$ cat firefox.sh
d=$@
am start -a android.intent.action.WEB_SEARCH --activity-clear-task -t text/plain -d "$d" org.mozilla.firefox/org.mozilla.gecko.BrowserApp

thank me later

Comments
  • 12
    An excellent answer to a question @No-one ever asked. Thank you, sir. We need more people like you here
  • 6
    Why would I open firefox from termux?
  • 1
    @Jilano That is the thing, I already know it is possible therefore I don't need to do it for that reason.

    I need better reasons.
  • 1
    @Jilano or I can continue with my life.
  • 0
    If you are into terminals try T-UI (a terminal launcher)
    It doesnt support color, job control and cursor jumping (as the input is an actual input) but as a launcher its pretty awesome
Add Comment