Home
Name Modified Size InfoDownloads / Week
qenqote-2011.12.29a.tgz 2011-12-29 6.2 kB
qenqote-2011.12.29a.zip 2011-12-29 8.8 kB
README 2011-12-28 1.6 kB
Totals: 3 Items   16.6 kB 0
qenqote is a Python/Gtk program to operate on snippets of text from
the clipboard and put results back on the clipboard. This allows
automation of common editing operations.

To install qenqote, obtain a recent copy of qenqote-<rel#>.tgz or
qenqote-<rel#>.zip, (where <rel#> stands for a release number, eg
2011.12.28a).  When you untar or unzip, via for example

        tar xzf qenqote-2011.12.28a.tgz
or
        unzip qenqote-2011.12.28a.zip

a qenqote subdirectory will be created, containing some files, 
for example:

> unzip -l qenqote-2011.12.28a.zip 
Archive:  qenqote-2011.12.28a.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2011-12-28 00:49   qenqote/
     1181  2011-12-27 17:52   qenqote/qset-call.xml
     3195  2011-12-27 22:12   qenqote/qset-demo.xml
     2199  2011-12-27 13:07   qenqote/qenqoteUserInit.py
     1074  2011-12-25 10:20   qenqote/qset-mode-eg.xml
     2034  2011-12-27 21:29   qenqote/qset-html.xml
     1804  2011-12-27 12:52   qenqote/qset-qenqote.xml
     2024  2011-12-27 22:47   qenqote/qset-wiksyn.xml
     7073  2011-12-27 13:10   qenqote/qenqote
---------                     -------
    20584                     9 files

Install the qenqote executable and qenqoteUserInit.py in a directory
that is on your search path.  If necessary, adjust the first line of
qenqote; it starts out reading "#!/usr/bin/env python" which will be
suitable on most linux systems but may need replacement on MSWindows
systems, or the program may need to be started via "python qenqote".
Also see notes in  <http://pat7.com/qenqote/> about running the program.
Source: README, updated 2011-12-28