WHAT IS QTCLIPB ? ================= This programme is intended for work with clipboard using Qt in command line. Its nascency was caused by not full efficiency of xclip ( http://people.debian.org/~kims/xclip/ ) under KDE. The programme is rather simple because there is almost all needed functionality in Qt. The programme was the system locale for input-output. For working only with utf8 it is necessary to replace QTextStream::Locale by QTextStream::UnicodeUTF8 in qtclipb.cpp file. USING QTCLIPB ============= qtclipb [-[i|o][s|c]] [file|-] where i - inserts the pointed file into clipboard o - outputs the content of the clipboard on the screen s - works with SELECTION (mouse selection) c - works with CLIPBOARD (buffer for Ctrl+C, Ctrl+V) file - file name for coping into buffer; if the symbol "-" is there instead of file name then STDIN will be read. The output of data is directed to STDOUT for example: to copy file1.txt into CLIPBOARD qtclipb -i file1.txt or cat file1.txt | qtclipb -i - note qtñlipb -i -c will detect as qtclipb -i - to output on the screen SELECTON qtclipb -os to output on the screen SELECTON but to redirect into file file2.txt qtclipb -os > file2.txt VERSION ======= 0.01 LICENSE ======= GNU GPL, see the COPYING file for details. CONTACT ======= http://www.klv.lg.ua/~vadim/ mailto: vadim-lvv[at]yandex.ru