shell-genie inside of a docker container!
git clone https://github.com/m00ninite/shell-genie-docker.git
cd shell-genie-docker
docker build -t shell-genie .
Add the following line to ~/.bashrc
alias shell-genie='docker run -it shell-genie shell-genie'
shell-genie ask "Grill me a cheese!"
For more detailed usage instructions, check the original repo