Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 490 Bytes

README.rst

File metadata and controls

33 lines (19 loc) · 490 Bytes

Clipto

Use clipboard content to virtually anything.

Clipto supports Python 2.7 & Python 3.4-3.7 and only requires tkinter, the standard Python interface to the Tk GUI toolkit.

Usage

Under Linux, open a terminal and launch Clipto:

$ python clipto.py

Or make it executable and launch it:

$ chmod +x clipto.py
$ ./clipto.py

Todo

  • [ ] add proper setup.py
  • [ ] improve plugins discovery
  • [ ] add some plugins