Hacker News new | ask | show | jobs
by Myrmornis 2307 days ago
A little plug: iterm2-dwim is a click handler that makes use of the iTerm2 smart selection feature to open files in your editor at the correct line.

https://github.com/dandavison/iterm2-dwim

From the README:

iterm2-dwim is a click handler for iTerm2. The aim is that you command-click on any file path, relative or absolute, and it opens the file in your editor. If there was a line number, your editor goes to that line. So, compiler/linter output, tracebacks, git output, etc.

Currently Emacs, PyCharm and Sublime are supported.

1 comments

I _love_ this. Thank you.
No problem! Don’t hesitate to get in touch on github if you have questions / issues.