Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pr4bh4sh/iterm-file-handler

Opens files in IDE/default app when tapping on the error stack-trace in Iterm shell
https://github.com/pr4bh4sh/iterm-file-handler

handler intellij iterm iterm2 rubymine

Last synced: 7 days ago
JSON representation

Opens files in IDE/default app when tapping on the error stack-trace in Iterm shell

Awesome Lists containing this project

README

        

# Iterm File Handler

## Install

1. From source by clonning and running below command
`python3 setup.py install`
2. Install using pip
`pip install iterm_file_handler`
3. From git
`pip install git+https://github.com/pr4bh4sh/iterm-file-handler`

## Uses

1. Add `/usr/local/bin/itfh "\1" "\2" "\5"` in iterm setting as below

2. CMD + Click on the file path displayed in iterm

3. Profit

## Debugging

Add 'test' in the input as `/usr/local/bin/itfh "\1" "\2" "\5" 'test'` to generate logs at `~/.iterm_file_handler.log`. By default it will log if something goes wrong.

![alt tag](iterm-setting.jpg)
### Credits
- https://github.com/jgehrcke/python-cmdline-bootstrap
- https://github.com/fmeeuw/Iterm2-intellij