Skip to content

Instantly share code, notes, and snippets.

@kdarty
kdarty / sublime-text-osx-context-menu.md
Created February 18, 2017 19:50 — forked from vincentmac/sublime-text-osx-context-menu.md
Sublime Text OSX Context Menu

Add Sublime Text to OS X Context Menu

  • Open Automator
  • Create a new Service
  • Add a Run Shell Script action
  • Set input to Service receives selected files or folders in any application
  • Set the script action to /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl -n $@
  • Set Pass input to as arguments
  • Save as Open in Sublime Text
@kdarty
kdarty / index.html
Created January 27, 2016 15:13 — forked from alexandrevicenzi/index.html
Bootstrap CSS Animate Loading Icon Button
<!-- Code snippet -->
<div class="form-group">
<div class="col-md-12 text-center">
<span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
</div>
</div>
@kdarty
kdarty / 0_reuse_code.js
Created July 2, 2014 13:52
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console