Skip to content

Instantly share code, notes, and snippets.

@papercreatures
Created September 18, 2012 09:27
Show Gist options
  • Save papercreatures/3742232 to your computer and use it in GitHub Desktop.
Save papercreatures/3742232 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