Slightly Rare CLI Bug
Sometimes, juuuust sometimes, when I open Marked from the CLI
mark
command when it is not currently running, Marked
will open but will not open the document. Then, I have to run the
command again and Marked will open the document.
Low priority, but slightly annoying bug.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 09 Dec, 2012 06:46 PM
I see this same behavior with a lot of CLI's that use the system-wide open command. `subl` for Sublime Text 2, for example. If the target application doesn't respond quickly enough (i.e. it takes too long to launch) the request times out. I'm certain this is to prevent hangs in the system.
I'm not sure what to do about it, but I'll look into it.
2 Posted by Ryan Scott Lewi... on 09 Dec, 2012 06:50 PM
I don't know exactly how your app is setup, but you could queue requests to open documents. Then, when the app is opened and responsive, it just needs to pop each request off the queue and open those documents.
That way, even if it's closed and I run the
mark
command on two different documents real quick, they will both still open even though Marked is still loading.Cheers,
Ryan