fork-dev / Tracker

Bug and issue tracker for Fork for Mac
511 stars 12 forks source link

[Feature] Reveal line in Zed #2243

Open porsager opened 1 day ago

porsager commented 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
DanPristupov commented 1 day ago

/Applications/Zed.app/Contents/MacOS/cli 207:10

Did you miss the file name?

porsager commented 1 day ago

Ah yes of course :P sorry

DanPristupov commented 1 day ago

Thanks

porsager commented 1 day ago

Sorry, it's supposed to be appended after the file name as file:line:colon. I've edited above.