Skip to content

overflowy/zev

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

33 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Zev ๐Ÿ”

PyPI version License: MIT

Zev helps you remember (or discover) terminal commands using natural language.

Description

๐Ÿ”ง Installation

pip install zev

This project runs on top of the OpenAI API. After your first time running it, you will be prompted to enter an OpenAI key.

๐ŸŽฎ Usage

Option 1: Interactive Mode

zev

Option 2: Direct Query

zev '<what you want to do>'

๐Ÿ“ Examples

# 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'

๐Ÿค Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple CLI to help you remember commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%