Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

[Feature]: Ensure entry uniqueness #27

Open
1 task done
mrjones2014 opened this issue Dec 23, 2021 · 0 comments
Open
1 task done

[Feature]: Ensure entry uniqueness #27

mrjones2014 opened this issue Dec 23, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mrjones2014
Copy link
Owner

Similar Issues

  • Before filing, I have searched for similar issues.

Description

Say you have multiple search_dirs configured like so:

search_dirs:
  - ~/dir1/*
  - ~/dir2/*

and there's a sub-directory under both dir1 and dir2, both called repo, so ~/dir1/repo and ~/dir2/repo.

Currently they would both just show up in the finder as repo. But they should show up as dir1/repo and dir2/repo. We should include the minimum number of parent directories to ensure that the display text is unique.

Use Case

If for some reason there ends up being directories with the same name in the finder, currently there is no way to tell where each one is located.

@mrjones2014 mrjones2014 added the enhancement New feature or request label Dec 23, 2021
@mrjones2014 mrjones2014 self-assigned this Dec 23, 2021
@mrjones2014 mrjones2014 added the help wanted Extra attention is needed label Dec 23, 2021
@mrjones2014 mrjones2014 removed their assignment Dec 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant