xpointer (command line tool)
xpointer.png

About

This is small command for X Window System.
This command moves X pointer or displays the present location of X pointer.
There is old python script version, too.

System requirements

Unix-like system, Xlib, C compiler.

Usage

$ xpointer
648 353
$ xpointer 100 200
$ xpointer -x 100 -y 200
$ xpointer
100 200
$ xpointer -h
xpointer 1.1 - moves/displays coordinates of the pointer
Usage:
       xpointer -x N -y N
       xpointer N N
       xpointer
Options:
-h     show this help message and exit
-x N   X coordinate
-y N   Y coordinate
-@     shebang trick
       ex.  #! /usr/bin/xpointer -@_-x10_-y20_-@

Download