我尝试将我的软件集成到Mac中,因此我想在Finder ContextMenu中添加操作。
目前我有一个条目“MySoftware”使用此线程通过automator脚本启动和shell脚本:
Stackoverflow adding-a-script-to-macos
现在我想做同样的事情,但我希望3个子菜单中的3个动作,如:
MySoftware - >更新文件/ MySoftware - >删除文件/ MySoftware - > openwebsite
但是我无法使用cocotea或C ++语言,只能使用带有automator的shell脚本。
非常感谢,