1. mac显示隐藏文件 shift+command+.

  2. Sublime json格式化 快捷键 ctrl+command+j

  3. utf8转gbk iconv -f UTF-8 -t GBK utf8.html > gbk.html

  4. Git status 的中文编码
    git config –global core.quotepath false