autoexpect
Automates interactive applications
Install
- All systems
-
curl cmd.cat/autoexpect.sh
- Debian
-
apt-get install expect
- Ubuntu
-
apt-get install expect
- Alpine
-
apk add expect
- Arch Linux
-
pacman -S expect
- Kali Linux
-
apt-get install expect
- CentOS
-
yum install expect
- Fedora
-
dnf install expect
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install expect
- OS X
-
brew install expect
- Raspbian
-
apt-get install expect
- Dockerfile
- dockerfile.run/autoexpect
- Docker
-
docker run cmd.cat/autoexpect autoexpect
powered by Commando
expect
Automates interactive applications
Expect is a tool for automating interactive applications according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs. An interpreted language provides branching and high-level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script. This package contains the expect binary and several Expect based scripts.