是否有终端模拟器(扩展程序或应用程序)可以为本地路径进行链接解析?
特别是当我看到以下内容时:
/home/sam/.gem/ruby/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /home/sam/.gem/ruby/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms' /home/sam/.gem/ruby/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
我希望能够点击:
/home/sam/.gem/ruby/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb
打开文件。
我正在创建可通过 Web 浏览器查看的日志报告。有没有一种简单的方法可以在 Linux 终端中使链接可点击?(侏儒终端)
我正在复制这些链接并手动打开我的网络浏览器以立即实现。