diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-08-15 18:14:40 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-15 22:14:40 +0100 |
| commit | d5f873a91586af368e64136829a97a964c72ba95 (patch) | |
| tree | 3d8f7a805c5b1ce8705057c337bd2bdc18fc54c1 | |
| parent | a0150ec5342f318fe6c99097404685468a649c57 (diff) | |
| download | packages-d5f873a91586af368e64136829a97a964c72ba95.tar.gz packages-d5f873a91586af368e64136829a97a964c72ba95.zip | |
Added package xdo (#832)
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ee4e8a6..fcc029e 100644 --- a/packages.json +++ b/packages.json @@ -10349,6 +10349,23 @@ "web": "https://github.com/treeform/typography" }, { + "name": "xdo", + "url": "https://github.com/juancarlospaco/nim-xdo", + "method": "git", + "tags": [ + "automation", + "linux", + "gui", + "keyboard", + "mouse", + "typing", + "clicker" + ], + "description": "Nim GUI Automation Linux, simulate user interaction, mouse and keyboard.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-xdo" + }, + { "name": "nimblegui", "url": "https://github.com/ThomasTJdev/nim_nimble_gui", "method": "git", |
