Skip to content

SamRB-dev/YACM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published