miversen33 / netman.nvim

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

Opening remote directories directly fails #183

Closed miversen33 closed 8 months ago

miversen33 commented 8 months ago

The issue is what it says on the tin. Netman does not know how to "browse" remote directories when called directly from startup. An example would be the following simple command

nvim ssh://somehost///home/someuser/

Netman has no idea what to do with this after it fetches the data. And of course it doesn't there is no mechanism for a consumer to say "hey I want to be used for explore handling". Thus netman will just toss this into the ether (or at least that is what I would expect).

We need to expose some mechanism for consumers to register as an explore consumer so we can direct this to them on startup

miversen33 commented 8 months ago

Completed with merge of #184