hclip - Simple clipboard history application that keeps history of clipboard operations and allows you to put previously copied items back to the clipboard for pasting to other applications. Aplications works withouit main window and it's very simple, all configurable options are configured at compile time as defines at begining of source file. Item in list may be locked (and unlocked) by right click. Locked items stay forever in list. hclip works only with text content of clipborad and simply ignore all other types. hclip correctly works with encodings because internally it works with UTF-8 encoding which is provided by GTK 2 clipboard interface. NHistItem - maximum number of remembering clipboard's items MaxItemName - maximum length in characters of displayed name of items KeyToPopup - key which should be pressed to call menu of item's list MaskKeyToPopup - key's modificator of KeyToPopup Default values: NHistItem 16 MaxItemName 32 Key to call list Ctrl+B Tested on FreeBSD with GTK 2.10.6 Author: Teodor Sigaev