termux / termux-widget

Termux add-on app which adds shortcuts to commands on the home screen.
https://f-droid.org/en/packages/com.termux.widget
Other
1k stars 117 forks source link

Launcher to Termux without script #123

Closed NoNameWasDefined closed 2 months ago

NoNameWasDefined commented 2 months ago

Feature description

Sorry for my bad english Above the shortcuts there is a label Termux, I wish that this label can start a session by default of Termux.

agnostic-apollo commented 2 months ago

Create a script that runs $PREFIX/bin/login with RUN_COMMAND intent.

https://github.com/termux/termux-app/wiki/RUN_COMMAND-Intent#top-command-with-am-startservice-command

The widget title is meant to launch Termux:Widget app launcher activity (which it currently doesn't if not the default view, will be fixed in future version).