Crate blindcopy

source ·
Expand description

§blindcopy

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:

I hope to also add support for:

Instructions and code to support more modern platforms and data types are welcome.

Thanks to:

  • KeePassXC, for the initial inspiration
  • The arboard and wden crates, for directions on Windows handling
  • The cacao crate, for macOS handling

Re-exports§

  • pub use linux::text;

Modules§