    gcb :  Gtk Copy-pase 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.

New in 0.23
  - Fixed a dead-lock between gcb and mozilla.
  - gcb now has a window icon.

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.

Download
   http://www.csie.nctu.edu.tw/~cp76/gcb


Install:
   1] make
   2] su as root, make istall


-g string       window geometry: (default: -0+0)
-B              window borderless (no decoration)
-ar             auto raise (raise window when focused in)
-nb number      number-of-buttons: (default: 3)
-nhb number     number-of-history-buttons: (default: 10)
-mbsl number    maximal-button-string-length: (default: 9)

Left mouse button to put content to paste-buffer
Right mouse button to select the button as a snooper
Middle mouse button press/scroll to show the history window
Escape or 'q' to quit



Edward Liu

cp76@csie.nctu.edu.tw
