Skip to content

Instantly share code, notes, and snippets.

View MaybeMonad's full-sized avatar
🎯
Focusing

MaybeMonad MaybeMonad

🎯
Focusing
View GitHub Profile
@MaybeMonad
MaybeMonad / sublime-command-line.md
Last active August 9, 2021 07:53 — forked from adrianorsouza/sublime-command-line.md
launch sublime text from the command line

Launch Sublime Text from the command line on OSX

Sublime Text includes a command line tool, subl, to work with files on the command line. This can be used to open files and projects in Sublime Text, as well working as an EDITOR for unix tools, such as git and subversion.

Requirements

  • Sublime text 2 or 3 installed in your system within Applications folder

Setup