gpt4 book ai didi

r - 如何将 TextMate 中选定的文本(或一行)发送到在终端上运行的 R

转载 作者:行者123 更新时间:2023-12-04 11:28:25 25 4
gpt4 key购买 nike

我刚开始在终端上使用 R,因为它的选项卡功能。但我不知道如何将 TextMate 中选定的文本发送到终端。专业知识可以告诉我如何在 TextMate 中编写命令吗?

谢谢!

最佳答案

这是我目前使用的确切 TextMate 命令。希望能帮助到你!

rawText="$(cat | sed 's/ / /g;')" 

osascript -e 'on run(theCode)' \
-e ' tell application "Terminal"' \
-e ' do script theCode in window 1' \
-e ' end tell' \
-e 'end run' -- "$rawText"

open "txmt://open?line=$(($TM_LINE_NUMBER+1))&column=1000000" &

enter image description here

关于r - 如何将 TextMate 中选定的文本(或一行)发送到在终端上运行的 R,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9217155/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com