englishell

Execute shell commands by providing human readable (free text) instructions, in plain english.

Powered by ChatGPT.

Go to GitHub for instructions on how to install and use it in your terminal now.

Example:

$ englishell kill the process that listens to port 8080
# Suggests:
lsof -i :8080 | awk '{print $2}' | tail -n 1 | xargs kill -9