This is GUI for GPaste clipboard manager for Gnome Shell. It allows to paste, edit and search through clipboard history. GUI display can be toggled with keyboard shortcut so is easy to use without mouse.
v0.3 beta
- Python 3
- GTK 3.16+
- GPaste 3.18+
- On Ubuntu: gir1.2-gpaste-X.0 (e.g. gir1.2-gpaste-4.0 or gir1.2-gpaste-6.0)
- OPTIONAL: GtkSourceView3
pip3 install <path to draobpilc root dir>
or
pip3 install git+https://github.com/awamper/draobpilc
Optionally install .desktop file
draobpilc --install-desktop-file
if you have .desktop file installed firstly remove it
draobpilc --uninstall-desktop-file
Then uninstall the app
pip3 uninstall draobpilc
If pip3 install
runs without any errors but running draobpilc
gives Command not found
error check that ~/.local/bin
is included to your path:
export PATH=$PATH:~/.local/bin