miversen33 / netman.nvim

Neovim (Lua powered) Network Resource Manager
MIT License
338 stars 1 forks source link

Consider the viability of live watching host changes #87

Open miversen33 opened 1 year ago

miversen33 commented 1 year ago

Consider how difficult it would be to have something listening to the hosts for either ssh or docker (or any other future providers) to ensure that when changes happen (to the containers being ran, or the underlying ssh config, etc) they are "immediately" reflected in netman. I don' t know what this looks like yet.

miversen33 commented 12 months ago

Additionally we should consider how hard it would be to allow netman to manage its own provider hosts. This should be possible with the introduction of provider specific configurations (#135).

Configuration source is here and we are already creating configurations for consumers (such as Neo-tree). There is also some framework already in place to begin allowing providers to have their own configurations (require("netman.api").internal.get_config exists already, its just internal and thus not meant to be "exposed" yet).