Zev helps you remember (or discover) terminal commands using natural language.
pip install zevThis project runs on top of the OpenAI API. After your first time running it, you will be prompted to enter an OpenAI key.
zevzev '<what you want to do>'# Find running processes
zev 'show all running python processes'
# File operations
zev 'find all .py files modified in the last 24 hours'
# System information
zev 'show disk usage for current directory'
# Network commands
zev 'check if google.com is reachable'
# Git operations
zev 'show uncommitted changes in git'Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.