使用 Cocoa 在 Finder 的上下文菜单中添加一个项目

发布于 2025-01-08 04:17:15 字数 110 浏览 1 评论 0原文


在 Mac 上的 Cocoa 中,我想在右键单击文件或文件夹时出现的 Finder 弹出菜单中添加一个菜单项,并让该项目指向我的应用程序中的函数。
我怎样才能实现这个目标?
谢谢 !


In Cocoa on Mac, I would like to add a menu item in the Finder's popup menu that comes when I right-click on a file or a folder, and having this item pointing to a function in my app.

How can I achieve this ?

Thanks !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终陌 2025-01-15 04:17:15

一个好的起点是 CocoaDev: StandardService。它概述了您想要完成的任务,并提供了一些可供遵循的源代码,例如 MakingServices 示例。

2015 更新:从 Yosemite 开始,Apple 包含一个名为 Finder Sync 它允许您完成服务过去要做的大部分事情。

祝你好运。

A good place to start is CocoaDev: StandardService. It outlines what you are trying to accomplish and they give some source code to follow such as the MakingServices example.

2015 Update: As of Yosemite, Apple includes an extension called Finder Sync which allows you to accomplish most of what a Service used to do.

Best of luck.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文