Plugins sytem for action types #149
Labels
crate: cli
Related to the cli crate
crate: lib
Related to the lib crate
enhancement
New feature or request
Currently,
i3
andcommand
are the two available action types - while they are implemented via anAction
trait, there are a number of places where their existence is hard-coded:enabled_action_types
possible valuesextract_action_map
ActionType
enumIt would be good to provide a small plugin-like system that can allow not only for dynamically loading specific action types, but extending seamlessly to other kinds of actions.
The text was updated successfully, but these errors were encountered: