Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 707 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 707 Bytes

YACM (Alpha)

Yet Another Clipboard Manager or YACM is an open source tool for managing clipboard history written in Python and Rust for Linux.

Features (ToDo)

  1. Copy previous contents from terminal
  2. Search contents on from clipboard
  3. Export history of a specific date as csv
  4. Delete previous content

Development Goals

Platform: Linux, WSL (windows)

  • Build Daemon (Rust)
  • Systemd Service (for Systemd)
  • Terminal User Interface (Python)

Current Status

Tested on WSL on windows and with the daemon running on background, it can fetch the contents from windows clipboard buffer directly.

Build daemon

cargo build -r --target-dir build