我在 Mac 上的常用开发工具

13
开开开开开开开开 dennis 2014/12/12

Transcript of 我在 Mac 上的常用开发工具

开发常用工具分享dennis 2014/12/12

Agenda

命令行Mac App

Emacs

大家来推荐?

TerminaliTerm 2

Homebrew

MacPorts

brew install bash-completion

~/.bash_profile

Zsh

~/bin

Commandopen

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

Terminaltab

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

Gitgit-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

Clojurelein repl

(doc ……)

(source ……)

(find-doc #”……”)

*1,*2,*e

lein repl :connect host:port

Mac AppAlfred: PowerPack

Dash

Issuepost

Wunderlist

Base conversation

1Password

Diagrammix

Navicat for MySQL Lite

Emacstechnomancy/emacs-starter-kit

Clojure

cider

RainbowDelimiters

auto-complete

paredit

multiple-cursors

Other?