AI copilot tools for your terminal

Divya A - Jun 12 - - Dev Community

ChatGPT has forever changed how we discover knowledge on the web. Below, I am sharing some products that have done the same for the terminal

Github copilot comes in the CLI version, though it forces a question and answer style format, which disrupts my flow

HeyCLI allows you to use your command line terminal in natural language

Savvy Ask Interactively turns natural language into shell commands. You can pass in files and ask savvy to generate commands that operate on your data.

Savvy Explain generates a simple and easy to understand explanation for any command or error message. I have stopped reading man pages thanks to Savvy!

Image description

So far Savvy has been very easy to use on the terminal. I’m also using it to create and share runbooks, like the ones below

  1. Retrieve and Decode Kubernetes Secret
  2. Install ROS on your Mac
. .