Skip to content

CommandoAI/CommandoShell

Repository files navigation

Setup & installation

To install and setup, copy & run the following in your Bash

git clone https://github.com/CommandoAI/CommandoShell; cd CommandoShell; chmod +x init.sh; ./init.sh; exec "$SHELL"

Example request

All requests MUST start with commmando

commando create a new AWS S3 bucket in US West with versioning enabled

🔽 Example response 🔽

aws s3api create-bucket --bucket example-bucket --region us-west-2 --create-bucket-configuration LocationConstraint=us-west-2 --versioning-configuration Status=Enabled

Commando can help you with:

  1. Native Shell commands (BASH, Zsh, CMD)
  2. AWS CLI
  3. gCloud CLI
  4. Azure CLI
  5. Docker CLI

Support for custom CLIs and documentations coming soon

About

Commando converts plain-English requests into shell commands. Current support for Bash (Linux & WSL), and Zsh. (CMD soon)

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages