8cffe2cd4e
PR: 92538 Submitted by: Nosov Artem <chip-set@mail.ru>
21 lines
745 B
Plaintext
21 lines
745 B
Plaintext
Gtk Copy-paste Buffer
|
|
|
|
It is something like 'xcb'. It has multiple buttons to store strings of paste
|
|
buffer. You click a button to put the content into paste-buffer/clipboard.
|
|
|
|
Advantages over xcb:
|
|
- Use right button to assign the button as a snooper. It is more
|
|
straightforward than xcb.
|
|
- It has tool-tip to display the complete content.
|
|
- It is written in Gtk, so by default it has i18 display capability.
|
|
- It can watch the clipboard of gtk (mozilla).
|
|
- History of changes of paste buffer
|
|
- By default, it is sticky on Gnome/Gtk. You can also specify option to turn
|
|
window decoration off (borderless). No more tedius desktop setup to install
|
|
it.
|
|
|
|
WWW: http://www.gnomefiles.org/app.php?soft_id=322
|
|
|
|
- Nosov Artem
|
|
chip-set@mail.ru
|