# shell

在计算机科学中,Shell俗称壳(用来区别于核),是指“为使用者提供操作界面”的软件(命令解析器)。

  1. 图形界面shell(Graphical User Interface shell 即 GUI shell)
  2. 命令行式shell(Command Line Interface shell ,即CLI shell)

# 样式

# zsh-users (opens new window)

  1. zsh-autosuggestions (opens new window) 命令补全建议提示

# oh My Zsh (opens new window) 命令高亮

一个由社区驱动的令人愉快的框架,用于管理zsh配置。

# 什么时候使用 shell

  1. Xcode 编译脚本
  2. 脚本打包
  3. React-Native 打包封装
  4. 第三方加密(爱加密) 配置
  5. 自己实现某个功能,例如: 方法名 混淆
  6. 等等