Hi! What about to make feature for export all network connections to CSV format and import in this format. (even with passwords)
It's not secure, but very convenient for move configuration between machines.
Thank you!
Export network connections
Re: Export network connections
Hey,
It's possible to implement this functionality without changing NC itself.
A relatively straightforward Python script could traverse a JSON in "~/Library/Application Support/Nimble Commander/Config/NetworkConnections.json", gather the connections and their names, and then find the according passwords in Keychain Access.
It's unlikely I'll add this directly to NC anytime soon.
It's possible to implement this functionality without changing NC itself.
A relatively straightforward Python script could traverse a JSON in "~/Library/Application Support/Nimble Commander/Config/NetworkConnections.json", gather the connections and their names, and then find the according passwords in Keychain Access.
It's unlikely I'll add this directly to NC anytime soon.