iterm-workspace
iterm-workspace copied to clipboard
[Feature Request] Tab title
Really useful project, thanks for it! Would be good to add support to title tabs or command sections.
This is pretty easy to add on top:
- Add a function to your environment that can rename iterm tabs (e.g. https://superuser.com/questions/419775/with-bash-iterm2-how-to-name-tabs)
- Add that function to the cd in your
.iterm-workspacei.e."cd": "cd yourproject && iterm_tab_title yourprojectname"