miversen33 / netman.nvim

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

Consider optional API for shell integration #66

Open miversen33 opened 2 years ago

miversen33 commented 2 years ago

Considering that certain use cases of netman will consist of (effectively) operating on remote file systems, it may make sense to expose some interface that a provider can implement, and when implemented the provider will allow the API to open "terminals" in the remote system.

This would be especially useful in ssh and docker, though it may have uses elsewhere