stepb / urxvt-tabbedex

Tabbed plugin for rxvt-unicode with many enhancements
75 stars 54 forks source link

Show user@host:path to the right #36

Open gespadas opened 10 years ago

gespadas commented 10 years ago

This is an awesome extension, thanks! It would be great to add an option (or set by default) to show the "user@host:path" label to the right of the tab bar (and/or an option to doesn't shown it at all). I think this label is kind a confusing because it's placed right next to the last tab name.

mina86 commented 8 years ago

Set the title of your terminal to contain that string (e.g. via manipulating PS1) and it will appear on the right of tabs.

Ah, I misunderstood your comment. If you want the label to be right-aligned I pushed code implementing that to https://github.com/mina86/urxvt-tabbedex/tree/experimental but honestly I’m not convinced it’s worth it.