Setup as OSX Service - GitBruno/docxicml GitHub Wiki

Services are contextual workflows available throughout OS X. They accept text or files from the current application or the Finder. Services appear in the Services menu.

Shell /bin/bash
Pass Input: as arguments

source ~/.bash_profile
workon docxicml
for f in "$@"; do
    docxicml "$f"
done

Save Location: ~/Library/Services/