cursor icon indicating copy to clipboard operation
cursor copied to clipboard

Opening file at specific line from terminal

Open dpsk opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. I often open error traces from termnial, i want them be opened at specific line

Describe the solution you'd like right now i use iterm2 on os x with the following script /usr/local/bin/cursor --reuse-window --add \1 i wan t to use something like this /usr/local/bin/cursor --reuse-window --add \1:\2 or /usr/local/bin/cursor --reuse-window --add \1 \2 where \2 is line number and \1 is file path, is this possible?

dpsk avatar Sep 10 '24 04:09 dpsk