/atom-url-handler

Enables SublimeText to open URL Scheme atm:// and txmt:// on Linux

Primary LanguageShell

Atom URL Handler on Linux (Ubuntu based)

Enables Atom to open URL Scheme atm:// and txmt:// like these:

atm://open/?url=file:///etc/passwd&line=10&column=2

Note: We would have liked to have used atom:// as a protocol, but that is already taken and used for other purposes by Atom itself.

Installation

Download latest release.

Unzip it, then:

cd atom-url-handler-master/atom
bash install

Test it

Open a new tab on your browser and type: atm://open/?url=file:///etc/hosts

Thanks

All credits goto Algorich, owner of sublime-url-handler since I just made small change to make it work with Atom.