command line support?

Frank O'Dwyer's Avatar

Frank O'Dwyer

22 Dec, 2011 03:24 PM

Is there a way to invoke marked from the command line to watch a given file?

  1. Support Staff 1 Posted by Brett on 22 Dec, 2011 03:29 PM

    Brett's Avatar

    Sure:

     open -a "Marked" /path/to/file.md
    

    You can always make a bash alias for that, too.

     alias mark="open -a Marked"
    
  2. Brett closed this discussion on 22 Dec, 2011 03:29 PM.

Comments are currently closed for this discussion. You can start a new one.

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