如何将命令行参数传递给 BBEdit 进行测试

发布于 2024-12-01 17:07:16 字数 242 浏览 3 评论 0原文

我正在编写一个接受命令行参数的脚本。在 Mac OSX 10.6.8 上使用 BBEdit 10.0.1,有没有办法设置 BBEdit“运行”命令,以便它传递一组测试参数?

我的目标是能够设置一个我可以点击的热键,并让它使用我配置的一组参数为我运行脚本。我知道一种方法是直接在脚本本身中编码测试参数,但我想避免这种情况。人们很容易忘记它们的存在并将它们作为更改提交。

我在“#!”中看不到任何方法。对话框本身。也许有一种方法可以编写脚本?

I'm writing a script that takes command line arguments. Using BBEdit 10.0.1 on Mac OSX 10.6.8, is there a way to setup BBEdit "Run" command so that it passes a set of test arguments?

My goal is to be able to setup a hotkey that I can hit and have it run the script for me with a set of arguments I've configured. I know one approach would be to code test arguments directly in the script itself, but I'd like to avoid that. It's too easy to forget they are there and commit them as changes.

I don't see a way in the "#!" dialog box itself. Perhaps there is a way to script it?

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

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

发布评论

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

评论(1

記憶穿過時間隧道 2024-12-08 17:07:16

截至 2012 年 1 月 4 日,Bare Bones 的直接回复是:

目前,将参数传递给脚本的唯一方法是使用
一个“包装器”,例如一个单独的 shell 脚本或 AppleScript
使用任何所需的参数调用脚本。

他们还收到了添加该功能的其他请求。支持人员预计它将在未来的版本中发布。

As of January 4, 2012, the response directly from Bare Bones is:

At present, the only way you can pass arguments to a script is to use
a 'wrapper' e.g. a separate shell script or AppleScript which in turn
invokes the script with any desired arguments.

They have gotten other requests to add the feature. The support person expected it to ship in a future release.

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