Skip to content

Instantly share code, notes, and snippets.

@samgreen
Created January 3, 2014 19:08
Show Gist options
  • Save samgreen/8244333 to your computer and use it in GitHub Desktop.
Save samgreen/8244333 to your computer and use it in GitHub Desktop.
Padlet Sublime Text Menu
[
{
"caption":"Padlet",
"children":[
{
"caption":"Dev Log",
"command":"exec",
"args":{
"cmd":[
"tail",
"-f",
"/Users/samgreen/code/Pad-Web/log/development.log"
]
}
},
{
"caption":"POW",
"children":[
{
"caption":"Stats",
"command":"exec",
"args":{
"cmd":[
"curl",
"-s",
"-H",
"Host:pow",
"padlet.dev/status.json"
]
}
},
{
"caption":"Restart",
"command":"exec",
"args":{
"cmd":[
"touch",
"/Users/samgreen/.pow/restart.txt"
]
}
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment