I hope this suggestion will be accepted by the developer:
- Add command line support to pass parameters to plugins. Mainly, the target is parse the PATH as a URL/URI, to not open the DIRECTOTY but the PLUGIN with the URL/URI as a parameter.
Example of the idea:
- $ TOTALCMD c:\windows (this works now)
$ TOTALCMD sftp://user@server:/path (this opens the SFTP plugin with the specified URL)
$ TOTALCMD webdav://user@server:/path (this opens the WebDAV plugin with the specified URL)
etc.
I feel is a simple concept! Also, easy to implement if you add the option to parse a URL at the launch of the plugin, and if you can identify the plugin with the protocol or scheme name of the URL/URI.
Please, Ghisler, you agree?
Thank you!