Skip to content

Instantly share code, notes, and snippets.

@ndarville
ndarville / free-icon-licensing.mdown
Last active December 10, 2015 13:58
Licenses for a number of popular and interesting “free” icons, be they image- or font-based.
Font Font License General License
Glyphish Free Image, N/A [On-site attribution with link][glyphish]
IcoMoon Free ? [CC BY-SA 3.0][icomoon]
Iconic ? [CC SA 3.0][iconic] *
Entypo SIL [CC BY 3.0][entypo]
Font Awesome 3.0 SIL [CC BY 3.0][fa-3.0], [MIT][fa-3.0] for code

* The SA license does not appear to exist. Use BY-SA instead.

@artero
artero / launch_sublime_from_terminal.markdown
Last active May 15, 2024 03:38 — forked from olivierlacan/launch_sublime_from_terminal.markdown
Launch Sublime Text 2 from the Mac OS X Terminal

Launch Sublime Text 2 from the Mac OS X Terminal

Sublime Text 2 ships with a CLI called subl (why not "sublime", go figure). This utility is hidden in the following folder (assuming you installed Sublime in /Applications like normal folk. If this following line opens Sublime Text for you, then bingo, you're ready.

open /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl

You can find more (official) details about subl here: http://www.sublimetext.com/docs/2/osx_command_line.html

Installation