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

[Feature]: Ensure entry uniqueness #27

@mrjones2014

Description

@mrjones2014

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions