aboutsummaryrefslogtreecommitdiff
path: root/x11/xautomation/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-11 13:21:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-11 13:21:31 +0000
commitdba1f776921389460b25b1a9b97cd1a0be6872c2 (patch)
treee44fa0a32fa2e9a2b686e3d8c25b32dca3af460b /x11/xautomation/pkg-descr
parentf0dbe5a9164a7f0f8c6a5f6c647d37fbef0b4de2 (diff)
add xautomation 0.86
Control X from the command line for scripts
Notes
Notes: svn path=/head/; revision=66124
Diffstat (limited to 'x11/xautomation/pkg-descr')
-rw-r--r--x11/xautomation/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/xautomation/pkg-descr b/x11/xautomation/pkg-descr
new file mode 100644
index 000000000000..35695ff99d8d
--- /dev/null
+++ b/x11/xautomation/pkg-descr
@@ -0,0 +1,8 @@
+Control X from the command line for scripts, and do "visual scraping" to find
+things on the screen. The conrol interface allows mouse movement, clicking,
+button up/down, key up/down, etc, and uses the XTest extension so you don't
+have the annoying problems that xse has when apps ignore sent events. The
+visgrep program find images inside of images and reports the coordinates,
+allowing progams to find buttons, etc, on the screen to click on.
+
+WWW: http://hoopajoo.net/projects/xautomation.html