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.
Download latest release.
Unzip it, then:
cd atom-url-handler-master/atom
bash install
Open a new tab on your browser and type: atm://open/?url=file:///etc/hosts
All credits goto Algorich, owner of sublime-url-handler since I just made small change to make it work with Atom.