sim*_*que 25 search terminator
我使用终结者作为我的终端。是否有内置的方法来查找/搜索输出积压?我不是在寻找grep和传递命令,或者传递到less或vim.
小智 51
Terminator 有一个内置搜索(ctrl-shift-f 是默认的键绑定),但它不会突出显示找到的文本,这使得它相当无用。
有一个针对终结者的错误打开来解决这个问题,但现在它仍然没有解决:
https://bugs.launchpad.net/ubuntu/+source/terminator/+bug/271487
小智 6
这实际上已经解决了terminator 2.1,是的,2020 年确实会发生好事。但是它还没有在 repo 上,但是您可以克隆
github terminator repo
并按照安装指南中的步骤操作
基本上它会带你到
git clone git@github.com:gnome-terminator/terminator.git
sudo apt-get install python3-gi python3-gi-cairo python3-psutil python3-configobj \
gir1.2-keybinder-3.0 gir1.2-vte-2.91 gettext intltool dbus-x11
# In the folder where you've cloned the repo
python3 setup.py build
python3 setup.py install --single-version-externally-managed --record=install-files.txt
Run Code Online (Sandbox Code Playgroud)
您应该能够通过从克隆存储库的文件夹中运行来从该点生成终端
python3 terminator
Run Code Online (Sandbox Code Playgroud)
并让所需的搜索工作
您可以在解决该错误的 ubuntu 上安装最新版本
sudo add-apt-repository ppa:mattrose/terminator
sudo apt-get update
sudo apt install terminator
Run Code Online (Sandbox Code Playgroud)
见https://github.com/gnome-terminator/terminator/blob/master/INSTALL.md
| 归档时间: |
|
| 查看次数: |
18300 次 |
| 最近记录: |