miversen33 / netman.nvim

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

Allow modifying the hosts list of the SSH provider programatically #171

Closed idanarye closed 10 months ago

idanarye commented 10 months ago

The SSH provider reads the list from ~/.ssh/config. This can be very limiting when the list of remote machines you need to work with changes dynamically (some cloud workflows), or when ~/.ssh/config is mostly rules on patterns rather than a single concrete hostname per entry.

It would be nice if we could have a Lua API to change that list on the fly.

miversen33 commented 10 months ago

Duplicate of #87

You're absolutely right. Its on my list, just have some bigger fish to fry first :)