Skip to content

New session not being created on dirname clashes #26

@Forsee41

Description

@Forsee41

I have several git repos with same dirnames. I have submodules named "backend" and "frontend" on several projects. Since each submodule being its own repo, their names clash with each other. Sessionizer only creates one session with a given name, and then just attaches to the previous one if the dirname of a new session is the same.

One possible solution would be to prefix a session name with the parent dirname if name clash is possible. For example, if you have these repos:

  • project1/frontend
  • project2/frontend

you could make sessions with project1-frontend and project2-frontend names.
Max search depth won't help cause I want these repos to be searched

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions