ctrlg icon indicating copy to clipboard operation
ctrlg copied to clipboard

[Feature]: Ensure entry uniqueness

Open mrjones2014 opened this issue 3 years ago • 0 comments

Similar Issues

  • [X] 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 avatar Dec 23 '21 13:12 mrjones2014