如何在 Conemu 中獲得可點擊的 URL?

如何在 Conemu 中獲得可點擊的 URL?

我剛剛收到 Ruby 發來的訊息說

C:\Users\ndx>gem install awestruct
Fetching: hpricot-0.8.6.gem (100%)
ERROR:  Error installing awestruct:
        The 'hpricot' native gem requires installed build tools.

Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'

為什麼這些 URL 不可點擊? (在終端機中擁有這樣的功能會很酷)。

答案1

按住LeftCtrl並單擊它們。

在「控制項」頁面上尋找「突出顯示和轉到」選項(舊穩定版本中的「標記和貼上」)。

答案2

部分引用「學分」連結內容

ConEmu 可以突出顯示超連結(例如http://www.farmanager.com)和編譯器錯誤(例如 FarCtrl.pas(1002,49) 錯誤:找不到標識符...)。

開啟「反白並前往」複選框並在「文字選擇」頁面上選擇適當的修飾符(例如「左Ctrl」)。因此,當您按住選定的修飾符(例如「左Ctrl」)時,ConEmu 將在滑鼠遊標下偵測到的超連結/錯誤下劃線。左鍵單擊(帶修飾符)將打開它:

超連結 - 在預設瀏覽器中

電子郵件 - 在預設郵件程式中

編譯器錯誤 - 在 Far 編輯器中,位於錯誤的行和列上

製作人員

相關內容