cursor
cursor copied to clipboard
Opening file at specific line from terminal
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?