- 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
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
echo "Run clippy"; cargo clippy -- -D clippy::all
echo "Format source code"; cargo fmt -- --check
[Y] Gnome
[N] Kde
[?] MacOS
[?] Windows