vladislav doster 1d09c6bb0a style: remove trailing whitespace (#12303) 1 month ago
..
README.md bd5d0066b9 feat(pm2): Adding a pm2 plugin (#7684) 2 years ago
_pm2 1d09c6bb0a style: remove trailing whitespace (#12303) 1 month ago
pm2.plugin.zsh bd5d0066b9 feat(pm2): Adding a pm2 plugin (#7684) 2 years ago

README.md

pm2 plugin

The plugin adds several aliases and completions for common pm2 commands.

To use it, add pm2 to the plugins array of your zshrc file:

plugins=(... pm2)

Aliases

Alias Command
p2s pm2 start
p2o pm2 stop
p2d pm2 delete
p2r pm2 restart
p2i pm2 list
p2l pm2 logs