Simulates keypresses to reproduce a input file by sending individual keystrokes
Dependencies:
- Wayland
- Cargo or Binary
- wtype (https://github.com/atx/wtype)
Instructions:
- Build or download the EKS binary
- Satisfy all dependencies
- Execute the binary (./eks)
- Select the file you want to reproduce in the integrated filepicker
- Focus the program or interface you want to simulate the keys in
- Done! Let the program run its course
Future Plans:
- Allow for configuration via. flags or config file
- Parse JavaScript AST and reproduce logically coherent code, not just top-down
- Improve logging and visibility
- Implement notifications