Skip to content

Instantly share code, notes, and snippets.

@pirate
Last active October 14, 2017 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pirate/ed168f551c854abc34da19fd57ce875a to your computer and use it in GitHub Desktop.
Save pirate/ed168f551c854abc34da19fd57ce875a to your computer and use it in GitHub Desktop.
Build shortcut to submit screenshot to carbon.now.sh, see https://gist.github.com/pirate/22438209f9ce5a7ece1813dac9014228 for submit-carbon-sh.js
{
...,
"build_systems":
[
{
...,
"variants":
[
...,
{
"cmd":
[
"open $(~/proj/submit-carbon-sh.js < \"$file\")"
],
"name": "Tweet carbon.now.sh screenshot",
"shell": true
},
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment