Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloimalemur/clipperd
linux multi-clipboard daemon - Keyboard shortcuts to paste selected text to secondary clipboard
https://github.com/helloimalemur/clipperd
Last synced: 5 days ago
JSON representation
linux multi-clipboard daemon - Keyboard shortcuts to paste selected text to secondary clipboard
- Host: GitHub
- URL: https://github.com/helloimalemur/clipperd
- Owner: helloimalemur
- License: gpl-3.0
- Created: 2023-02-16T04:03:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T18:16:09.000Z (27 days ago)
- Last Synced: 2024-10-19T22:26:08.509Z (27 days ago)
- Language: Rust
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.rust-lang.org/tools/install)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh## Installation [requires Rust](https://www.rust-lang.org/tools/install)
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