Yet Another Clipboard Manager or YACM is an open source tool for managing clipboard history written in Python and Rust for Linux.
- Copy previous contents from terminal
- Search contents on from clipboard
- Export history of a specific date as csv
- Delete previous content
- Build Daemon (Rust)
- Systemd Service (for Systemd)
- Terminal User Interface (Python)
Tested on WSL on windows and with the daemon running on background, it can fetch the contents from windows clipboard buffer directly.
cargo build -r --target-dir build