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
sleep 5 && keybot "john.doe@mywebsite.net"
or
sleep 5 && cat ~/.ssh/id_rsa.pub | keybot
make clean all
make install
make uninstall
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.