Mkdir700's Note
Mkdir700's Note
Slow is Smooth, Smooth is Fast.
首页
Tec
工具
归档
说说
友链
关于
分类
wiki
Tec
Python
2
算法题
8
数据库
3
爬虫
9
随笔
Web3
未定义
在 MacOS 上获取应用的捆绑标识符(Bundle identifier)
在 MacOS 上,使用命令行工具 `osascript -e` 可以获取应用程序的 bundle identifier,通过执行类似 `osascript -e 'id of app "Obsidian"'` 的命令。Bundle identifier 是一个唯一的字符串,用于标识应用程序,类似于反向域名的格式。如果应用程序已安装并运行,命令会返回其 bundle identifier,否则可能会显示错误信息。
wiki
MacOS
Command
339
0
0
2024-07-17