from Hacker News

Terminal-copilot: command line wrapper around OpenAI text-DaVinci-003

by Breefield on 12/15/22, 12:28 AM with 1 comments

  • by joekr55207 on 12/16/22, 5:23 AM

    Are you tired of Googling basic terminal commands every time you forget the syntax? Look no further! terminal-copilot is here to help.

    Example use: `copilot setup and activate a python virtual environment` -> python3 -m venv .venv && source .venv/bin/activate

    `copilot clean up my docker images` -> docker image prune