Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dethos/clipboard-watcher
Keep an eye on the apps that are using your clipboard
https://github.com/dethos/clipboard-watcher
access-logs clipboard monitoring monitoring-tool x11
Last synced: 2 months ago
JSON representation
Keep an eye on the apps that are using your clipboard
- Host: GitHub
- URL: https://github.com/dethos/clipboard-watcher
- Owner: dethos
- License: gpl-3.0
- Created: 2022-01-08T17:34:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T18:57:14.000Z (over 2 years ago)
- Last Synced: 2023-03-25T12:07:46.197Z (almost 2 years ago)
- Topics: access-logs, clipboard, monitoring, monitoring-tool, x11
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 47
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
clipboard-watcher
=================This repository contains the code of an experiment, in order to understand
how hard would it be (if possible) to have an application that can monitor
the access of other apps to the clipboard on Linux machines.This app can also ask the user for permission before providing the clipboard
contents.At the moment it only supports desktop environments that use X.
To learn more please read the
`original blog post `_.Installation
------------To build and run this demo app, you will need to have `Poetry `_ in order to be
able to execute the following commands:.. code-block::
$ poetry install
$ poetry run watcher --helpContributions
-------------All contributions and improvements are welcome.