Crates.io | blindcopy |
lib.rs | blindcopy |
version | 0.1.1 |
source | src |
created_at | 2024-03-14 09:03:20.664958 |
updated_at | 2024-03-14 20:18:38.126599 |
description | Copy data to clipboard without appearing in history or sync. |
homepage | |
repository | https://github.com/nc7s/blindcopy |
max_upload_size | |
id | 1173133 |
size | 24,130 |
Copy data to clipboard without it appearing in clipboard history or being synced, by setting platform-specific options.
Currently, only copying text is supported, for the initial intended usage is passwords. Support for more data types may be added.
For reading (and general writing), use another library.
Supported platforms and their options are:
[NSPasteboard setString: forType:]
to
org.nspasteboard.ConcealedType
ExcludeClipboardContentFromMonitorProcessing
after the actual
datax-kde-passwordManagerHint
with value secret
; there's no single source of
truth for this, but can be searched at multiple placesI hope to also add support for:
CLIPBOARD_STATE
protocol from wl-clipboard (proposal and
man page of wl-clipboard)Instructions and code to support more modern platforms and data types are welcome.
Thanks to: