Skip to content

Instantly share code, notes, and snippets.

View csanz's full-sized avatar
🎯
Focusing

Christian Sanz csanz

🎯
Focusing
View GitHub Profile
@csanz
csanz / launch_sublime_from_terminal.markdown
Created January 17, 2019 06:53 — 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

@csanz
csanz / README.md
Created July 12, 2011 07:51 — forked from tmpvar/.gitignore
A console.log implementation that plays "nice" with large amounts of data. It Keeps node alive until the output has flushed to the screen.

Install

npm install console.log

Usage

require('console.log') and go about your day

How it works