pythoncamp0

iTerm2 安装

缘起

于是乎准备装上试试,当然装之前要多了解一下 iTerm2 到底哪点值得用。

iTerm2 是什么

引用一段官方的说明

> iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with OS 10.5 (Leopard) or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted.

为什么要使用 iTerm2

  • 屏幕分割
  • 自动补全之前记录
  • 更方便的复制
    • BetterTouchTool已经很好用了,这一点好处暂时体会不深
  • 使用主题,增加可读性

官方 features

新知识清单

概念 解释 之前的错误认知
bash 是一种Unix shell 就是一个写命令行的工具吧
OS X 系统terminal 是terminal模拟器的一种(就好像之前以为操作系统只有一个,浏览器只有一个一样) 难道这个不是跟bash一样么
shell command-line interpreter;一个输入代码的程序,隐藏了系统底层的一些细节(因此叫shell)
Terminal emulator 之前人们用这个Computer terminal 来输入以及显示信息,Terminal emulator 是个Computer terminal模拟器
CLI Command-line interface

参考

Unix Shells - csh, ksh, bash, zsh, ...

参考

阳志平:iTerm2 新手应知特色功能

iTerm2 官方