Postico icon indicating copy to clipboard operation
Postico copied to clipboard

Nickname path

Open btecu opened this issue 11 months ago • 1 comments

Using open --url postico://... with version 2.1 in an enterprise environment. Would it be possible to make --nickname support paths? Currently / just gets applied to the name.

For example, to create Awesome Database under Production:

open --url postico://... --nickname Production/Awesome Database

Another option would be a new --directory or --path argument.

btecu avatar Feb 26 '24 14:02 btecu

Another option would be URL query parameters, such as ?nickname=Production/Awesome. For example Postico supports some query parameters: https://eggerapps.at/postico2/documentation/postico-url-scheme.html

drewfish avatar Feb 26 '24 15:02 drewfish