gitextract_9j2oj9ut/ ├── AppleScript/ │ └── OpenInMarked.applescript ├── BBEdit/ │ └── Open in Marked.applescript ├── Emacs/ │ └── dot.emacs.txt ├── README.md ├── Services/ │ ├── Open Current File in Marked.workflow/ │ │ └── Contents/ │ │ ├── Info.plist │ │ └── document.wflow │ └── Preview Selection in Marked.workflow/ │ └── Contents/ │ ├── Info.plist │ └── document.wflow ├── Sublime/ │ └── Marked 2.sublime-build ├── TextMate/ │ └── Marked 2.tmbundle/ │ ├── Commands/ │ │ ├── Open in Marked 2.tmCommand │ │ ├── Preview Selection in Marked 2.tmCommand │ │ └── Strip Header IDs.tmCommand │ └── info.plist ├── Watchers/ │ ├── everwatch.rb │ └── nvwatch.rb ├── iAWriter/ │ └── Open in Marked.applescript └── install