iterm2-dwim
iterm2-dwim copied to clipboard
iTerm2 click handler
With the current configuration instructions in the README, absolute paths are handled by iTerm2's "Semantic History" whereas relative paths are handled by the "Paths" regex in "Smart Selection" However, the...
E.g. `z.py`. Would need to ensure that path regexes match a path as simple as that.
Currently a parse rule exists that tries to interpret a relative path as relative to the current directory `CWD`. However, it's fairly common to be in an internal directory of...