miversen33 / netman.nvim

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

Create way to dynamically add (and remember) new hosts for a provider #187

Open miversen33 opened 9 months ago

miversen33 commented 9 months ago

If a provider allows this (via some sort of optional method?), The API should expose a function that allows you to dynamically create host entries for a provider.

This would be especially useful for ssh where you want to create a new ssh connection that may not live in your ssh config. Could also be used for docker to create new containers?