lukakerr / Pine

A modern, native macOS markdown editor

Home Page:https://lukakerr.github.io/Pine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to open the document with `open -a Pine xxxxx.md` in the terminal

maboloshi opened this issue · comments

In the terminal:

open -a Pine xxxxx.md

The pine app can be run, but pine app does not open xxxx.md

Thanks for reporting, this should be fixed in 5eb67ac

Update Pine to 0.0.8, the problem remained.

I will take another look.

Ok I believe this has been fixed in 9e75f52. One thing to note though, I don't think you can actually open files using open -a Pine xxxx.md, you need to specify the actual path of the application like so open -a /Applications/Pine.app xxxx.md. More information is here.