Hey, it’s me again! Fiddling with plugins I realized that it would be great to be able to do _more_ things with them.
The biggest thing I have in mind right now is being able to hook into command invocations. So basically either just have a method that’s called when any command is invoked, or be able to register certain (partial) commands that you want to be “notified” about.
Basically like having a plugin invocation added to all the commands, without having to actually, you know, do that.