ReimuNotMoe/ydotool
Generic command-line automation tool observed · 2026-08-28
Health v2 · maintenance only
49/100
- Activity 58
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2839
- days_rel: n/a
- days_push: 254
- n_releases_24m: 0
Adoption not part of the score
2341 stars · 125 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ydotool is a generic Linux command-line automation tool that simulates keyboard and mouse input via the kernel's uinput interface, working on Wayland, X11, text consoles, and other input-accepting environments. It works with a companion daemon (ydotoold) that requires access to /dev/uinput, and is written in dependency-free C99.
Use cases
- simulate keyboard and mouse input on Wayland
- automate typing and clicks from shell scripts
- xdotool alternative that works without X11
- send key presses from scripts or SSH sessions
- automate GUI interactions in CI or testing
- move the mouse cursor programmatically on Linux
When to choose
- you need input automation on Wayland where xdotool doesn't work
- you want a lightweight, dependency-free C tool
- you need to automate input on consoles, fbdev apps, or embedded Linux UIs
- you're scripting keyboard/mouse actions from the command line
When to avoid
- you need high-level GUI automation with element targeting rather than raw input events
- you can't grant root or uinput permissions to the daemon
- you need Windows or macOS support
- you want text-based key names rather than keycodes for the key command
Facets
cli-tool · maturity active
cli workflow-automation developer-tools operating-systems cli input-automation wayland x11 uinput xdotool-alternative keyboard-mouse-simulation command-line automation linux
1 source
- readme: https://github.com/ReimuNotMoe/ydotool · fetched 2026-08-28 · e1095b033a76
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ReimuNotMoe/ydotool | main | 49 |
For agents
markdown · JSON · MCP: product_card(name="ReimuNotMoe/ydotool")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem