Skip to content

Latest commit

 

History

History
138 lines (88 loc) · 3.45 KB

利器.md

File metadata and controls

138 lines (88 loc) · 3.45 KB

1、shell相关

  • iTerm2
  • zsh
  • homebrew(GUI版cakebrew)
  • autojump
  • tree

以树形结构展示当前目录,能通过 homebrew 安装

  • tig

git 命令行工具

2、数据库

  • sqlitebrowser

3、网络

4、markdown

  • MacDown
  • MarkdownPad 2
  • Typora

5、PDF

  • Skim
  • PDF Reader X

6、gif截图

7、文本

  • Sublime

教程1

  • UltraEdit

8、文本对比

  • DiffFork
  • Xcode自带FileMerge

9、Provisioning目录

~/Library/MobileDevice/Provisioning Profiles

10、图片压缩工具

11、fui可用于扫描工程中的无用类文件

12、ssh

  • mosh 全平台(iOS除外)ssh工具

13、查看模拟器

SimPholders

14、视频工具

可以下载个大视频网站的在线视频,包括国内外的 youtube、爱奇艺、优酷等。使用方式为 $youtube-dl <url>,会下载到当前目录。

15、xcassert

.xcassert 文件通过 actool 编译后会变成 .car 文件,通过工具 cartool 可以将 .car 文件解析成一个个普通的 png 文件。

详情可参考: http://stackoverflow.com/a/29468398

16、Git

  • diff 工具:

DiffMergeP4Merge、文件夹比较工具Beyond Compare

17、WebStorm

WebStorm 2016.2 注册服:http://114.215.133.70:41017

18、gitstats

git仓库提交记录统计工具。使用方法:

  • 首先要安装画图工具 gnplot
brew options gnuplot

选定需要的 gnuplot terminal 类型后输入命令:

brew install gnuplot --with-cairo --with-pdflib-lite --with-qt --with-wxmac --with-latex
  • 安装 gitstats
git clone git://github.com/hoxu/gitstats.git
cd gitstats
./gitstats [你的项目的位置] [生成统计的文件夹位置]

进入生成统计数据的文件夹,打开 index.html 文件就能看到详尽的统计数据了。

19、Max OS X 平台上的 plist 处理命令 PlistBuddy

20、可以用 vim 的风格画图的工具 http://asciiflow.com/

21、在线画图工具:https://app.diagrams.net/#

22、ftp 图形工具:https://cyberduck.io/

23、远程 ssh 工具: FinalShell,更多 ssh 工具:https://www.v1tx.com/post/best-ssh-client/

24、本地H5静态服务工具:anywhere、http-server

25、安卓文件传输工具:Android File Transfer

禁用手机连线后自动启动的方法,将下面两个目录中的 .app 文件重命名即可:

/Applications/Android File Transfer.app/Contents/Helpers/Android File Transfer Agent.app
/Users/userName/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app

26、adb 安装方式:brew install --cask android-platform-tools