Y2Z / Liquid

:ocean: Turn websites into desktop applications
Creative Commons Zero v1.0 Universal
19 stars 1 forks source link

Force opening edit dialog from CLI using -E flag #56

Closed snshn closed 2 years ago

snshn commented 2 years ago

e.g. liquid -e hackernews should open not the hackernews app, but a dialog.

Haven't decided yet, but most likely needs to exit(1) in case such Liquid App doesn't exist, instead of trying to create one (because to create a new app, the user should really run liquid hackernews). liquid -c hackernews could be added later specifically for creating new Liquid Apps; probably should exit(1) in case Liquid App by that name already exists.