Created
July 15, 2013 09:37
-
-
Save DisposaBoy/5998675 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
"on_save": [ | |
// automatically replay the current package on save | |
// for main packages, it compiles it and runs the command with the args passed to `replay` | |
// for normal packages, it compiles it and runs `go test` | |
{ | |
"cmd": "gs9o_open", | |
"args": { | |
"focus_view": false, // prevent 9o from stealing focus | |
"run": ["replay"] // "run" is a list of strings ["cmd", "arg1", "arg2"], | |
// it can be any command you can type into 9o | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment