Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pr4bh4sh/iterm-file-handler
- Owner: pr4bh4sh
- License: unlicense
- Created: 2019-01-01T15:54:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T13:25:50.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T22:44:54.107Z (about 1 month ago)
- Topics: handler, intellij, iterm, iterm2, rubymine
- Language: Python
- Homepage:
- Size: 219 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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