Hyperlink option not working in Termux #1197
Unanswered
b9Joker108
asked this question in
Q&A, Howto, Help
Replies: 1 comment
-
On researching, it appears the Termux emulator does not have this functionality. But, I found two workarounds not related to # Alias for Android internal file manager
alias fb1="am start -a android.intent.action.VIEW -d
'content://com.android.externalstorage.documents/root/primary'"
# Alias for Termux Filepicker alias
fb2="am start -a
android.intent.action.OPEN_DOCUMENT -d /storage/emulated/0 -t '*/*'" and utilizing the Termux context window. If there is a hypertext linkage in the termux shell output, long-press the screen, press «MORE», then long-press on the desired linkage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I was just going through the eza flags/switches and I tried:
eza -hyperlink
and though it lists items in the directory, they are not hyperlinks. I know Termux has hyperlink capacity, as other CLI packages leverage this functionality.Any assistance getting this working, greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions