mac其他工具

 

(1) tig 

 git 命令行的工具,使 git 命令行更加的便捷人性化:
https://blog.csdn.net/weixin_42465125/article/details/91346365

 

(2)sourcetree:

git 工具;

 

(3)mac下 sublime text 列操作

参见: https://blog.csdn.net/weixin_34128237/article/details/92508686

将大量每行都类似的文本粘贴到 sublime text 3 中;

command + a 全选;

command + shift + L 进入列编辑模式;就可以进列编辑了。

技巧:

进入列模式以后,可以批量增加或者删除每一行。

例如1. 想要在每一行行首都加上逗号(,),则进入列编辑后,按 command + <- (左箭头),然后按逗号即可。

例如2. 想要删除每一行光标处到每一行的行尾,则进入列编辑后,按 shift + command + -> (右箭头)选中,然后按 delete 即可。

列模式编辑真好用。

 

(4) ITerms2 + oh My Zsh 打造舒适终端体验

https://www.jianshu.com/p/9c3439cc3bdb

 

(5)常见的iterm, oh my zsh, sourcetree, alfred, cleanmymac, dash, vim, cheatsheet快捷键,

mac上值得的工具: https://www.jianshu.com/p/4e7a11b9cb2d

mac 上值得的工具2: http://blog.fwhyy.com/2018/12/the-tools-i-used/

 

(6)vim && terminal

https://zhuanlan.zhihu.com/vim-video  (玩转 vim 和 terminal )

(7)软件神器(shellcheck,tig,wtf, )

https://www.zhihu.com/question/59227720

 

你可能感兴趣的:(工具)