I built this lightweight plugin because I kept forgetting command syntax for things like finding processes on ports or batch file operations. It's been saving me time, so I'm sharing it in case others find it useful. How it works: Type `# kill process on port 3000` and you'll get `lsof -ti:3000 | xargs kill -9`
See a demo at https://github.com/matheusml/zsh-aiThis is a simple first version - I'd really appreciate feedback on what would make it more useful for your workflow! |
No comments yet