Skip to content

Instantly share code, notes, and snippets.

@adhipg
Forked from papercreatures/me.sh
Created September 19, 2012 19:07
Show Gist options
  • Save adhipg/3751563 to your computer and use it in GitHub Desktop.
Save adhipg/3751563 to your computer and use it in GitHub Desktop.
rewrite locations to vim urls
node <script> 2>&1 | gist.sh
#!/bin/sh
sed -Ee "s#[(]?(/[^:]*/([^ ]*)):([0-9]+):([0-9]*)[)]?#[\2:\3:\4] mvim://open/?url=file://\1\&line=\3\&column=\4#g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment