Difference between revisions of "Xnee"
(15 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
− | |Name=Xnee | + | |Name=GNU Xnee |
− | |Short description=Records, distributes, and replays X11 protocol data | + | |Short description=Records, distributes, and replays X11 protocol data. |
− | |Full description=Xnee can record, distribute | + | |Full description=Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. Xnee can be used to: |
+ | |||
+ | * Automate tests — nightly automatic regression tests | ||
+ | * Demonstrate programs — record and replay a user interaction with your system | ||
+ | * Distribute actions — teacher's actions can be sent to all student's desktops | ||
+ | * Record and replay 'macro' — Tie a key modifier combination (e.g using xrebind) to replay a recorded session. The macro is WM- and program independent. | ||
+ | * Retype a file — When testing an editor, Xnee can type in the content of a file. This can be compared with the original. | ||
+ | |Homepage URL=https://www.gnu.org/software/xnee/ | ||
+ | |Is High Priority Project=No | ||
+ | |VCS checkout command=cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/xnee co xnee | ||
+ | |Documentation note=https://xnee.files.wordpress.com/2012/10/xnee1.pdf | ||
+ | |||
+ | '''Selection from the [https://shop.fsf.org/ FSF shop]''' | ||
+ | |||
+ | [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] | ||
+ | |||
+ | [https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line] | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | '''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]''' | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org | ||
+ | ---- | ||
+ | |Decommissioned or Obsolete=No | ||
+ | |Donate=https://my.fsf.org/donate/ | ||
+ | |Related projects=gnustandards | ||
+ | |Keywords=X11,test,testing,replay,record,simulate,x,data,event,playback | ||
+ | |Version identifier=3.19 | ||
+ | |Version date=2014/05/06 | ||
+ | |Version status=stable | ||
+ | |Version download=https://ftp.gnu.org/gnu/xnee/xnee-3.19.tar.gz | ||
+ | |Last review by=Bendikker | ||
+ | |Last review date=2019/01/19 | ||
+ | |Submitted by=Database conversion | ||
+ | |Submitted date=2011/04/01 | ||
|User level=intermediate | |User level=intermediate | ||
− | | | + | |Paid support=https://www.fsf.org/resources/service/ |
− | + | |Accepts cryptocurrency donations=Yes | |
− | + | |OpenPGP signature=https://ftp.gnu.org/gnu/xnee/xnee-3.19.tar.gz.sig | |
− | + | |Test entry=No | |
− | | | + | |Is GNU=Yes |
− | | | + | |GNU package identifier=xnee |
− | | | ||
− | | | ||
− | |||
− | |||
− | | | ||
}} | }} | ||
{{Project license | {{Project license | ||
|License=GPLv3orlater | |License=GPLv3orlater | ||
|License verified by=Kelly Hopkins | |License verified by=Kelly Hopkins | ||
− | |License verified date= | + | |License verified date=2010-05-28 |
+ | }} | ||
+ | {{Person | ||
+ | |Real name=Henrik Sandklef | ||
+ | |Role=Maintainer | ||
+ | |Email=hesa@sandklef.com | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Debian (Ref) | ||
+ | |Resource URL=https://tracker.debian.org/pkg/xnee | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Savannah (Ref) | ||
+ | |Resource URL=https://savannah.gnu.org/projects/xnee/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=https://cvs.savannah.gnu.org/viewvc/xnee/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-xnee/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/xnee-devel/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/info-xnee/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://alpha.gnu.org/gnu/xnee/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://ftp.gnu.org/gnu/xnee/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://savannah.gnu.org/people/ | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=command-line | ||
+ | |Programming-language=C | ||
+ | |Runs-on=GNU/Linux | ||
+ | |Software-development=program-build-automation | ||
+ | |System-administration=monitor | ||
+ | |Use=software-development, system-administration | ||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to use | |Prerequisite kind=Required to use | ||
− | |Prerequisite description=X11 | + | |Prerequisite description=[[X11]] |
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to use | |Prerequisite kind=Required to use | ||
− | |Prerequisite description=RECORD and XTest extensions | + | |Prerequisite description=[[RECORD]] and [[XTest]] extensions |
}} | }} | ||
+ | {{Featured}} |
Latest revision as of 07:39, 19 January 2019
GNU Xnee
https://www.gnu.org/software/xnee/
Records, distributes, and replays X11 protocol data.
Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. Xnee can be used to:
- Automate tests — nightly automatic regression tests
- Demonstrate programs — record and replay a user interaction with your system
- Distribute actions — teacher's actions can be sent to all student's desktops
- Record and replay 'macro' — Tie a key modifier combination (e.g using xrebind) to replay a recorded session. The macro is WM- and program independent.
- Retype a file — When testing an editor, Xnee can type in the content of a file. This can be compared with the original.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Henrik Sandklef | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Mailing List | https://lists.gnu.org/mailman/listinfo/info-xnee/ | |
Download | https://ftp.gnu.org/gnu/xnee/ | |
VCS Repository Webview | https://cvs.savannah.gnu.org/viewvc/xnee/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/xnee-devel/ | |
General | https://savannah.gnu.org/people/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Debian (Ref) | https://tracker.debian.org/pkg/xnee | |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-xnee/ | |
Download | https://alpha.gnu.org/gnu/xnee/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/xnee/ |
Software prerequisites
Kind | Description |
---|---|
Required to use | X11 |
Required to use | RECORD and XTest extensions |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.