Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 516 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 516 Bytes

Text-IO Robot

Example Text-IO application that shows how to simulate keyboard input.

See issue #19 for details.

Getting started

git clone https://github.com/beryx-gist/text-io-robot.git
cd  text-io-robot
  • on Unix-like systems:
./gradlew installDist
cd build/install/text-io-robot/bin
./text-io-robot
  • on Windows systems:
gradlew installDist
cd build\install\text-io-robot\bin
text-io-robot