-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add support for copying to a remote clipboard
Where possible anyway. The idea here is we're use the newly-added textual copy_to_clipboard method to get the bookmark as far as it'll go, and then we use pyperclip anyway to get it to the "local" clipboard, which will mean that even on terminals that don't support OSC 52, it should get somewhere useful anyway.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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