nc7s / blindcopy

Copy data to clipboard without appearing in history or sync.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Copy data to clipboard without appearing in history or sync.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%