jordansissel/xdotool

fake keyboard/mouse input, window management, and more

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 18th, 2026
Created on February 16th, 2011
Open Issues & Pull Requests: 324 (-1)
GitHub issues: Enabled
Number of forks: 346
Total Stargazers: 3,845 (+1)
Total Subscribers: 61 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.5 days
Mean response time: 187.6 days
90th percentile: 536.7 days
Tracked items: 52

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 63% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 45
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 1,256 days
Stale 30+ days: 41
Stale 90+ days: 39

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

xdotool is a command-line tool that simulates keyboard and mouse input and manipulates windows on X11 systems.

The tool addresses the need to automate user interactions and control windows programmatically without modifying applications themselves. This approach enables window management tasks like moving, resizing, and focusing windows, alongside input simulation for typing and mouse movement.

xdotool suits projects that require GUI automation, testing of graphical applications, or scripting of repetitive desktop tasks on X11-based systems. It is particularly valuable for system administrators and developers building automation workflows that need to interact with legacy applications or tools that lack programmatic interfaces. The tool's command-line interface makes it easy to integrate into shell scripts and automation pipelines. Anyone considering adoption should be aware that xdotool is specific to X11 environments and will not function on Wayland or other display servers.

Development on the project shows sustained maintenance with regular bug fixes and incremental improvements addressing user-reported issues. The maintainer actively engages with the user community through issue discussions and incorporates feedback into updates. The codebase remains stable with a focus on reliability rather than rapid feature expansion.