Normally this will add the shortcut automatically. Maybe it would be nice to check if the shortcut already exist.
Cause if it already exist(not the first install) it will raise an error. So in the uninstall script delete the shortcut.
something like :
/usr/libexec/PlistBuddy -c "delete :NSServicesStatus:(null)\ -\ VimAnywhere\ -\ runWorkflowAsService" ~/Library/Preferences/pbs.plist
Normally this will add the shortcut automatically. Maybe it would be nice to check if the shortcut already exist. Cause if it already exist(not the first install) it will raise an error. So in the uninstall script delete the shortcut. something like : /usr/libexec/PlistBuddy -c "delete :NSServicesStatus:(null)\ -\ VimAnywhere\ -\ runWorkflowAsService" ~/Library/Preferences/pbs.plist