euporie.core.clipboard
Module concerning clipboard access and manipulation.
Functions
|
Get the current active (running) Application. |
Classes
Abstract baseclass for clipboards. |
|
|
Text on the clipboard. |
|
Default clipboard implementation. |
|
A subclass of prompt_toolkit's keyprocessor. |
Clipboard that syncs with the system clipboard using OSC52 escape codes. |
|
Clipboard that synchronizes with the Windows/Mac/Linux system clipboard, using the pyperclip module. |
|
|
Type of selection. |
|
A Vt100 output which enables SGR pixel mouse positioning. |
- class euporie.core.clipboard.Osc52Clipboard
Bases:
Clipboard
Clipboard that syncs with the system clipboard using OSC52 escape codes.
- get_data() ClipboardData
Retrieve clipboard data.
- set_data(data: ClipboardData) None
Set clipboard data.