- In iTerm2, go to Settings -> Profiles -> Advanced -> Smart Selection -> Edit
- Click
+
to add a rule with the following values:- Notes: Python traceback
- Regular Expression:
File "(.+)", line ([0-9]+), in .+
- Precision: Very High
- Click
Edit Actions...
and add an action to open in your editor. For example, if you use VS Code, add an action with the following values:- Title: Open in VS Code
- Action: Run Command...
- Parameter:
/usr/local/bin/code -r -g "\1":\2