Skip to content
/ keybot Public

🤖 Keyboard emulator / text input automation utility for GNU/Linux and macOS

License

Notifications You must be signed in to change notification settings

snshn/keybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keybot

Travis CI Build Status

Automated text input utility for macOS and GNU/Linux

Comes in handy:

  • for GUI automation
  • when need to input keys, passwords, and other senstive information into GUI applications

Currently does not have support for non-ASCII characters
Arguments supplied to this tool will be visible in the process list to all users as well as via shell history

Usage

sleep 5 && keybot "john.doe@mywebsite.net"

or

sleep 5 && cat ~/.ssh/id_rsa.pub | keybot

Build

make clean all

Install

make install

Uninstall

make uninstall

License

CC0
To the extent possible under law, the author(s) have dedicated all copyright related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.

About

🤖 Keyboard emulator / text input automation utility for GNU/Linux and macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published