blindcopy

Crates.ioblindcopy
lib.rsblindcopy
version0.1.1
sourcesrc
created_at2024-03-14 09:03:20.664958
updated_at2024-03-14 20:18:38.126599
descriptionCopy data to clipboard without appearing in history or sync.
homepage
repositoryhttps://github.com/nc7s/blindcopy
max_upload_size
id1173133
size24,130
Blair Noctis (nc7s)

documentation

README

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
Commit count: 0

cargo fmt