Add command line option -s to monitor specific selections, add support for secondary selection#7
Closed
andreblanke wants to merge 7 commits intocdown:masterfrom
Closed
Add command line option -s to monitor specific selections, add support for secondary selection#7andreblanke wants to merge 7 commits intocdown:masterfrom
andreblanke wants to merge 7 commits intocdown:masterfrom
Conversation
|
Why isn't this merged? |
cdown
added a commit
that referenced
this pull request
Nov 4, 2022
Originally suggested by Andre Blanke in #7, with changes in this patch around code readability and backwards compatibility.
cdown
added a commit
that referenced
this pull request
Nov 4, 2022
Originally suggested by Andre Blanke in #7, with changes in this patch around code readability and backwards compatibility.
cdown
added a commit
that referenced
this pull request
Nov 4, 2022
Originally suggested by Andre Blanke in #7, with changes in this patch around code readability and backwards compatibility.
Owner
|
Thanks, I've attributed you in a version of this patch with backwards compatibility fixes in master at 094dd7e. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces changes discussed in #2. The selections to be monitored by
clipnotifymay now be specified viaclipnotify -s clipboard,primary,secondary.If the
-soption is not present all selections are monitored.In addition to that I added support for the secondary selection for completeness, even though it is barely ever used.