Konsole(終端模擬器)
Konsole是KDE平臺的終端模擬器 |
特性預覽
- X終端模擬器
- 便於命令操作
- 針對不同任務使用不同的配置。
- 支持設定會滾限制和保存輸出內容到檔案。
- 能用默認網頁瀏覽器打開鏈接。
- 能用文件管理器打開當前路徑。
- 開啟桌面特效後支持半透明背景。
Konsole是KDE平臺上的X終端模擬器,便於用戶使用命令列。除了提供使用強大shell的方法外,Konsole同樣提供很多能讓命令列操作便利和愉快的功能,比如配置檔案管理,回滾和配色方案,以及半透明效果。
Konsole同時提供一個嵌入式的 KPart終端,他被整合到Yakuake, Dolphin和Kate等程式中,在使用者操作命令列時提供給使用者一個統一相似的介面。
教學和技巧
語言
在Konsole裡,你能切換語言到純英語環境(比如為了查看某些bug訊息),輸入下列命令:
export LANG=C
快捷鍵
- 切換標籤: SHIFT+左, SHIFT+右 (不像X-Chat, Firefox, Quanta, Kdevelop)。
附注
- 新建標籤: SHIFT+CRTL+N.
標籤的配置
If you regularly use a lot of tabs, you'll sometimes find it convenient to label them. Just double-click on the tab and you'll get a re-name dialogue.
設定檔案管理
- 新建新的設定檔
- 在 分頁,隨你喜歡可以輸入新的配置文件名和修改圖標。
- 如果要成為root用戶的konsole,鍵入命令 :
/bin/su -
提示
sudo su或只要預先在所有需要超級用戶權限的命令前加sudo。
- 在 標籤頁能改變字體大小.
- 在 對話框,你能添加或刪除一個勾,這決定配置檔案是否在檔案菜單中顯示。
- Font size can also be changed on the tab.
- On the screen you can add or remove a star, which controls whether that profile is to be offered on the File menu.
Padding
You can change the padding between the border and the contents of Konsole (the "margin" or "gutters" between window border and text) by editing your profile file in .local/share/konsole/[name of profile] and adding:
TerminalMargin=7
The number after "TerminalMargin" can be edited to whatever size you prefer. After that you need to log out and then log in to show the changes.
Per Konsole tab Bash history
If you want each Konsole tab to remember its own individual bash history, and restore it with the session after a reboot or log out/in, add the following line in your ~/.bashrc:
HISTFILE="$HOME/.bash_history.${KONSOLE_DBUS_SESSION##*/}"
相關站點
Help with Development
If you are interested in helping with Konsole's development, check out how to help the Konsole team.
關鍵字
終端模擬器,命令列, CLI, shell