dotool/README.md

34 lines
780 B
Markdown
Raw Normal View History

2022-10-20 15:21:20 +02:00
# dotool
dotool reads actions from stdin and simulates keyboard/mouse input using
Linux's uinput module. It works system-wide, including in X11, Wayland
and TTYs.
2022-10-20 15:21:20 +02:00
2022-10-24 11:29:35 +02:00
## Install From Source
2022-10-20 15:21:20 +02:00
With `go`, `libxkbcommon-dev` and `scdoc` installed, run:
2023-01-07 00:03:48 +01:00
sudo ./install.sh
2022-10-20 15:21:20 +02:00
2023-03-05 16:08:52 +01:00
## Usage
See the [manpage](doc/dotool.1.scd).
2022-10-20 15:21:20 +02:00
## Numen and Contact
2022-10-20 15:21:20 +02:00
dotool was written for [Numen](https://numenvoice.org), which has a
[chat on Matrix](https://matrix.to/#/#numen:matrix.org) you're welcome to join.
2023-01-06 23:58:41 +01:00
You can also send questions or patches by composing an email to
[~geb/public-inbox@lists.sr.ht](https://lists.sr.ht/~geb/public-inbox).
## Support My Work 👀
[Thank you!](https://liberapay.com/geb)
2022-11-19 11:08:08 +01:00
## License
GPLv3 only, see [LICENSE](./LICENSE).
2023-01-09 14:28:39 +01:00
Copyright (c) 2022-2023 John Gebbie