Hacker News new | ask | show | jobs
by joekr55207 1277 days ago
https://github.com/Methexis-Inc/terminal-copilot

Tired of forgetting terminal commands every 10 seconds? pip install terminal-copilot Works for most type of terminal commands. Eg.

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