如何在 Textmate 中插入 rake 的输出

发布于 11-06 23:50 字数 184 浏览 4 评论 0原文

我一直在使用 Vim 进行 Rails 应用程序开发。 我正在尝试使用 Textmate。

我有一个生成一些文本的 rake 任务。 如何将 rake 的输出插入到当前文件中?

我在 Vim 中执行“:r !rake some_task”。 Textmate 的等效项是什么?

谢谢。

山姆

I've been using Vim for rails app dev.
I am trying to use Textmate.

I have a rake task which generates some text.
How do I insert the output of the rake to the current file?

I do ":r !rake some_task" in Vim.
What's the equivalent for Textmate?

Thanks.

Sam

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

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

发布评论

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

评论(1

衣神在巴黎2024-11-13 23:50:39

我不确定这是否属于 SO,但无论如何,这里有一个答案。

使用Text 菜单中的Filter Through Command... 菜单项。对于输入,选择,对于输出,选择插入为文本。该命令应该是您的 rake 命令。

I'm not sure this belongs on SO, but here's an answer anyway.

Use the Filter Through Command... menu item in the Text menu. For input, select None and output, select Insert as text. The command should be your rake command.

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