-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
termux support #205
Comments
well, I did a quick hack which goes like.
|
I made a small patch (it was necessary for one script using this library), if someone needs it:
|
The PR #105 did the trick for me while |
Also, you can use new module, clipman. I wrote about it in Issue #250 ✨😇 It has built-in Termux support. I will be glad to receive any feedback. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Termux is a linux environment on Android devices.
It support cut and paste operations via termux-clipboard-set and termux-clipboard-get commands.
it should be pretty trivial to add Termux to the list of supported environment.
Caveat it might not be enough to detect if the environment is Termux.
the command requires the installation of a Termux plugin : Termux:API
I'm not sure how to integrate this. perhaps something like below
The text was updated successfully, but these errors were encountered: