Open porsager opened 1 day ago
Zed has had support for opening a specific line:column using their cli. I think this would be an easy addition in fork.
For instance on macos I can simply call:
/Applications/Zed.app/Contents/MacOS/cli somefile.c:207:10
/Applications/Zed.app/Contents/MacOS/cli 207:10
Did you miss the file name?
Ah yes of course :P sorry
Thanks
Sorry, it's supposed to be appended after the file name as file:line:colon. I've edited above.
file:line:colon
Zed has had support for opening a specific line:column using their cli. I think this would be an easy addition in fork.
For instance on macos I can simply call: