Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 --help

Contributions
-------------

All contributions and improvements are welcome.