← Back to tools

gpt-do

Use GPT-3 to figure out shell commands when you don't know what to do

Productivity linuxmacos Python MIT

Description

gpt-do is a CLI tool for when you don't know what command to use. Instead of grepping through man pages, simply use do (or ddo on bash/zsh) and let GPT-3 figure out the right command for you.

AI Summary

CLI tool that uses GPT-3 to generate the right shell command from a natural language description of what you want to do.

Capabilities

  • + Generate shell commands from natural language
  • + GPT-3 powered command suggestion
  • + Simple 'do' prefix for quick usage

Use When

  • User does not know the right command for a task
  • User wants AI-powered command suggestions

Avoid When

  • x User does not have an OpenAI API key
  • x User already knows the commands they need
View AGENTS.md for gpt-do