jrmoulton / tmux-sessionizer

Tmux Sessionizer: A tool for opening git repositories as tmux sessions
MIT License
459 stars 35 forks source link

Deduplicate session names for repos and bookmarks #105

Closed petersimonsson closed 4 months ago

petersimonsson commented 5 months ago

Improve the deduplication of session names to work for bookmarks as well as repos. Also make it work when showing the full path in the picker. The deduplication also changes the name for all duplicate session names to get similar names for all conflicting session names.

fixes #26