开发常用工具分享
dennis 2014/12/12
Agenda
命令行
Mac App
Emacs
大家来推荐?
Terminal
iTerm 2
Homebrew
MacPorts
brew install bash-completion
~/.bash_profile
Zsh
~/bin
Command
open
open test.html
open -a Mou xxx.md => alias mou=‘open -a Mou’
screencapture cmd + shift + 3/4
launchctl
netstat => lsof
emacs => alias emacs='open -a emacs’
brew install htop
Terminal
tab
ctrl + r
bind '"e[A":history-search-backward'
bind ‘"e[B":history-search-forward'
ack/grep/find/awk
Compatible with Emacs:
c+a c+e
c+d c+k
c+f c+b
Git
git-prompt
git-completion
brew install --HEAD hub
PS1="$TITLEBAR ${EMK}[${UC}u${EMK}@${UC}h
${EMB}${NEW_PWD}${EMK}].$(__git_ps1 " (%s)
")${UC}$ ${NONE}”
http://ihower.tw/blog/archives/5436
Java
jenv
javac/javap/java
jps/jinfo/jstat/jmap/jvisualvm
Eclipse Memory Analyzer
Clojure
lein repl
(doc ……)
(source ……)
(find-doc #”……”)
*1,*2,*e
lein repl :connect host:port
Mac App
Alfred: PowerPack
Dash
Issuepost
Wunderlist
Base conversation
1Password
Diagrammix
Navicat for MySQL Lite
Emacs
technomancy/emacs-starter-kit
Clojure
cider
RainbowDelimiters
auto-complete
paredit
multiple-cursors
Other?

我在 Mac 上的常用开发工具