zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
45.79k stars 2.53k forks source link

Make projects with the same name Distinguishable in "recent projects" selector #7897

Closed Otterpocket closed 6 months ago

Otterpocket commented 6 months ago

Check for existing issues

Describe the feature

Different projects that have the same name can't be distinguished from one another in the "recent projects selector"

image

In this example I have 3 "zed" projects.

2 of them are /Users/benhamment/Projects/zed-dracula-theme/zed/ /Users/benhamment/Projects/zed/

If applicable, add mockups / screenshots to help present your vision of the feature

image

Ugly I know, but just a simple solution

Otterpocket commented 6 months ago

I am but a simple rubyist however my attempt and POC (with the help of AI) can be found as PR in my own fork:

https://github.com/Otterpocket/zed/pull/1/files

SomeoneToIgnore commented 6 months ago

This is being tacked in https://github.com/zed-industries/zed/pull/7528 and pretty close to completion at this point.

Otterpocket commented 6 months ago

This is being tacked in #7528 and pretty close to completion at this point.

Awesome, great work!

Going to close this issue, look forward to trying it out.