dbslone / git-tabs

Re-opens tabs based upon current working branch
MIT License
6 stars 4 forks source link

Feature: Multiple project support #14

Open DallasO opened 5 years ago

DallasO commented 5 years ago

Would you also be able to add support to track tabs for when multiple project roots / multiple git repos are open?

Use case: large git repo with separate front-end and back-end repos.

Functionality: changing the branch for one repo will only close the tabs for that project folder and will open the tabs stored for the new branch. Preferably in the same order as the projects are open in the file tree, but I understand if ordering is not possible.