Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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 jgwill/aa741603b408a0116b2c5d80262c6c8c to your computer and use it in GitHub Desktop.
Save jgwill/aa741603b408a0116b2c5d80262c6c8c to your computer and use it in GitHub Desktop.
@stcgoal Mac OS X -> Automation of Screenshots distribution for online usage as markdown tag. @stcstatus INCOMPLETED
# Add and commit/push screenshots
cd
cd Dropbox/x/screenshots/files
git add $*
git commit -m "captured $*"
git push
# shell-1810171313-02-create-url.sh
echo "https://raw.githubusercontent.com/jgwill/screenshots/master/$*.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment