Skip to content

Commit 5d21c7a

Browse files
committed
add readme
1 parent fc5195d commit 5d21c7a

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
= EmacsURLHandler for OSX
2+
3+
This application enables your emacs to open files via hyperlinks starts with `emacs://` something like:
4+
5+
emacs://open/?url=file:///etc/passwd&line=10&column=2
6+
7+
This URL format is same as TextMate's `txmt:` scheme described [here](http://manual.macromates.com/en/using_textmate_from_terminal#url_scheme_html)
8+
9+
== Installation
10+
11+
Download [latest release](http://cloud.github.com/downloads/typester/emacs-handler/EmacsHandler-1.0.zip).
12+
13+
Unzip it, and install it in your Applications directory.
14+
15+
Launch it and select `EmacsHandler` -> `Preferences...`, then following window will open.
16+
17+
<a href="http://www.flickr.com/photos/typester/4060516152/" title="EmacsHandler Preferences by typester, on Flickr"><img src="http://farm3.static.flickr.com/2561/4060516152_16d3370a7a_o.png" width="480" height="252" alt="EmacsHandler Preferences" /></a>
18+
19+
Enter your emacsclient path and push apply button.
20+
21+
== Test it
22+
23+
Open terminal and type:
24+
25+
open 'emacs://open/?url=file:///etc/hosts'
26+
27+
or just click [this link](emacs://open/?url=file:///etc/hosts)
28+
29+
== Author
30+
31+
Daisuke Murase :@typester (github, twitter, CPAN, etc..)
32+
33+
== License
34+
35+
BSD.
36+

0 commit comments

Comments
 (0)