stuartcarnie / gopm

A little process manager written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for extensible commands

stuartcarnie opened this issue · comments

What

When gopmctl <command> is invoked and <command> does not exist, attempt to exec gopmctl-<command>.

This would allow for user contributions to gopmctl that don't make sense as core features. An example feature might be to spawn log views in tmux.