Terminal-copilot: command line wrapper around OpenAI text-DaVinci-003 (github.com) 2 points by Breefield 3y ago ↗ HN
[–] joekr55207 3y ago ↗ 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
1 comment
[ 282 ms ] story [ 25.8 ms ] threadExample 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