iterm2-dwim icon indicating copy to clipboard operation
iterm2-dwim copied to clipboard

iTerm2 click handler

Results 4 iterm2-dwim issues
Sort by recently updated
recently updated
newest added

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...