Created
June 22, 2012 04:54
-
-
Save hitode909/2970301 to your computer and use it in GitHub Desktop.
ターミナルからmagit-statusする
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
emacsclient -e "(magit-status \"./$(git rev-parse --show-cdup)\")" & | |
osascript -e 'tell application "Emacs" to activate' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment