diff --git a/README.md b/README.md index 4760ec4..41a3137 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Something simple like a [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Ide This requires a golang compiler. ```shell -git clone https://github.com/vbatts/terminal-url-handler +git clone https://git.batts.cloud/vbatts/terminal-url-handler cd terminal-url-handler make user-install ``` @@ -23,9 +23,9 @@ Say you keep a notebook/journal/whatever in an app that allows hyperlinks (markd Create a link: ```markdown -[terminal-url-handler](terminal://~/src/terminal-url-handler) +[terminal-url-handler](terminal:///$HOME/src/terminal-url-handler) ``` -i.e. [terminal-url-handler](terminal://~/src/terminal-url-handler) +i.e. [terminal-url-handler](terminal:///$HOME/src/terminal-url-handler) ```html terminal-url-handler @@ -81,7 +81,8 @@ https://portland.freedesktop.org/doc/xdg-settings.html ### Future improvements? -- [ ] if a `user@host` is included, then ssh to the host +- [x] if a `user@host` is included, then ssh to the host +- [ ] YOUR CHOICE ## LICENSE