iterm-workspace icon indicating copy to clipboard operation
iterm-workspace copied to clipboard

[Feature Request] Tab title

Open peteringram0 opened this issue 5 years ago • 1 comments

Really useful project, thanks for it! Would be good to add support to title tabs or command sections.

peteringram0 avatar Jun 09 '20 09:06 peteringram0

This is pretty easy to add on top:

  1. 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)
  2. Add that function to the cd in your .iterm-workspace i.e. "cd": "cd yourproject && iterm_tab_title yourprojectname"

LeonSheldon avatar Mar 25 '21 02:03 LeonSheldon