#clipboard #keyboard-shortcuts #encryption #encryption-key #secondary #paste #aes-256

app clipperd

Keyboard shortcuts to paste selected text to secondary clipboard

4 releases

0.1.5 Oct 19, 2024
0.1.4 Oct 4, 2024
0.1.3 Oct 3, 2024
0.1.2 Mar 3, 2024
0.1.1 Mar 2, 2024

#190 in Cryptography

Download history 2/week @ 2024-09-23 324/week @ 2024-09-30 37/week @ 2024-10-07 179/week @ 2024-10-14 30/week @ 2024-10-21 27/week @ 2024-11-04

238 downloads per month

MIT license

22KB
204 lines

Clipperd

  • Secondary clipboard
  • Clipboards are encrypted in memory, clipperd randomly generates encryption key on launch.
  • Will not output when screen is locked
  • AES256 encryption
  • Retains formatting

Usage Flow

copy value to OS clipboard normally: [L-Control] + [c] 
copy value from OS clipboard to (encrypted) memory: [L-Control] + [L-Shift] + [F1-F4]
retreive value from (encrypted) memory to OS clipboard: [L-Control] + [L-Shift] + [L-Alt] + [F1-F5]
paste value from OS clipboard normally: [L-Control] + [v]

Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Installation requires Rust

cargo install clipperd

Development and Collaboration

Feel free to open a pull request, please run the following prior to your submission please!

echo "Run clippy"; cargo clippy -- -D clippy::all
echo "Format source code"; cargo fmt -- --check

Working on;

[Y] Gnome
[N] Kde
[?] MacOS
[?] Windows

Dependencies

~11–23MB
~311K SLoC