I am a frequent terminal person. I began Terminal
after I obtained this machine, and it has been working ever since. I at all times have 8-10 tabs open, and I would wish to get extra organized – which means that I would wish to have everlasting tab titles. Everlasting tab titles will assist me hold all associated Terminal
actions positioned beneath the identical tab; e.g. a tab the place I keep logged in to an SSH connection to my NAS; one other tab for doing git
exercise on an area repo, and so on, and so on.
That has been my quest for a couple of weeks, however I am no nearer now than I used to be after I began! I’ve learn a number of Q&A right here (1, 2, 3) & on different SE websites. I’ve searched, and browse – however largely the issues I learn both flatly don’t work in any respect, or they work solely briefly. I am certain I have to be lacking one thing basic, however I have been unable to work out what that’s.
For instance, this often upvoted reply advises that I ought to have the ability to set the terminal tab title from the command line as follows:
% echo -en " 33]1; New Identify 07"
# -- OR --
% printf 'e]1;%sa' 'New Identify'
I’ve tried each of those – a number of instances – and it does nothing! I am going to additionally say there are a number of issues on this reply that I don’t comply with in any respect.
I’ve adopted this Apple Person Information for Terminal
. It advises beginning the “Inspector” to vary the Title and/or Tab. It really does change the Title and Tab – however they revert to “one thing else” as quickly as something is typed on the command line within the tab. I fail to spot what attainable use that’s to anybody?
If it makes any distinction, I’m utilizing the pure
zsh immediate.
What am I lacking? Is there a way by which I can set a Tab Title that continues to be fixed over repeated utilization, re-starts, and so on?