termux-packages icon indicating copy to clipboard operation
termux-packages copied to clipboard

enhance(main/step-cli): Enable auto-opening browser

Open virtualdxs opened this issue 1 year ago • 3 comments

Add a patch to use xdg-open on GOOS=android so that e.g. step ssh login auto-opens the device browser to the login page as expected.

I have built this package with my changes in the docker environment and tested it on my device.

virtualdxs avatar Jun 03 '24 07:06 virtualdxs

Need to add TERMUX_PKG_DEPENDS="termux-tools"

truboxl avatar Jun 05 '24 06:06 truboxl

Need to add TERMUX_PKG_DEPENDS="termux-tools"

No need to add this package to DEPENDS, termux-tools will be packaged into bootstrap by default.

2096779623 avatar Jun 05 '24 06:06 2096779623

No need to add this package to DEPENDS, termux-tools will be packaged into bootstrap by default.

Should probably still be included as a fallback.

TomJo2000 avatar Jun 10 '24 19:06 TomJo2000