This patch adds Termux (Android terminal emulator/Linux environment app) support to Clipboard for Go.
Termux doesn’t support xsel or xclip but it does have its own command-line utilities for getting and setting the system clipboard in the Termux:API add-on.
This patch makes Clipboard for Go use the _termux_clipboardget command for paste and _termux_clipboardset command for copy if those commands exist in an executable state on the system.
This patch adds Termux (Android terminal emulator/Linux environment app) support to Clipboard for Go.
Termux doesn’t support xsel or xclip but it does have its own command-line utilities for getting and setting the system clipboard in the Termux:API add-on.
This patch makes Clipboard for Go use the _termux_clipboardget command for paste and _termux_clipboardset command for copy if those commands exist in an executable state on the system.