Are you tired of Googling basic terminal commands every time you forget the syntax? Look no further! terminal-copilot is here to help.<p>Example use:
`copilot setup and activate a python virtual environment`
-> python3 -m venv .venv && source .venv/bin/activate<p>`copilot clean up my docker images`
-> docker image prune