https://github.com/samrb-dev/yacm
Yet Another Clipboard Manager (YACM)
https://github.com/samrb-dev/yacm
clipboard-manager pyo3-examples python-rust python-rust-binding
Last synced: 10 months ago
JSON representation
Yet Another Clipboard Manager (YACM)
- Host: GitHub
- URL: https://github.com/samrb-dev/yacm
- Owner: SamRB-dev
- Created: 2024-11-04T10:03:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T07:53:11.000Z (about 1 year ago)
- Last Synced: 2025-01-11T20:44:23.798Z (12 months ago)
- Topics: clipboard-manager, pyo3-examples, python-rust, python-rust-binding
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)
- [x] 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
```shell
cargo build -r --target-dir build
```