git.fiddlerwoaroof.com
Browse code

feat(scripts): add git-magit

Edward Langley authored on 08/12/2020 01:57:27
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env zsh
2
+emacsclient -n -e "
3
+(let ((default-directory \"$PWD\"))
4
+  (magit)
5
+  (delete-other-windows)
6
+  (select-frame-set-input-focus (selected-frame)))
7
+"