-
Notifications
You must be signed in to change notification settings - Fork 359
Clipboard features #205
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
base: master
Are you sure you want to change the base?
Clipboard features #205
Conversation
This may break existing scripts passing the clipboard data as argument to the script instead of via stdin, as now we are parsing the arguments
@@ -1,4 +1,4 @@ | |||
cmake_minimum_required(VERSION 3.0.0) | |||
cmake_minimum_required(VERSION 3.25) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is because cmake 4 is now raising errors about older requirements for cmake version < 3.5.0. Arch has got cmake 4, so I am getting this error, we too probably will be getting update to cmake 4 for termux-packages soon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this file (.editorconfig
) be here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is intentional. Should make setup process for everyone easier regardless of what editor they use. Most popular editors already support editorconfig: https://editorconfig.org/#pre-installed.
Just didn't find any reason to create a separate PR for a minor change. If you want to have a separate PR, I can split it up
Related termux-api PR termux/termux-api#760
Additional TODOs after this PR is merged:
-s
with termux-clipboard-set