tilix icon indicating copy to clipboard operation
tilix copied to clipboard

Add ability to change tile name

Open junquera opened this issue 6 years ago • 15 comments

I miss the possibility of change the name of a tile, like in other terminals like terminator. When I have a lot of tiles (for example multiple ssh sessions) it's very usefull setting the name. Something like this:

tilix_rename

I would be proud of doing this and making the pull request, but I don't know how to start and if it could be usefull to other users.

junquera avatar Oct 22 '17 21:10 junquera

Use the Hamburger menu on the right and select the Name... option. I agree though when tabs are enabled it should be more intuitive.

gnunn1 avatar Oct 22 '17 21:10 gnunn1

I use a lot the bookmarks features of Tilix. It would be great if the Name... option would have the option to use the Bookmark Name. Or as junquera requested, to change the name of the tile.

ghost avatar Nov 09 '17 14:11 ghost

+1 on #1355, double clicking on a tab name to edit the name

arigit avatar Jul 17 '18 18:07 arigit

Is there a command line way to set the tile name? If not, please also provide a way.

crgithubmoth avatar Dec 10 '18 01:12 crgithubmoth

Use the Hamburger menu on the right and select the Name... option. I agree though when tabs are enabled it should be more intuitive.

I noticed that hamburger menu is only available when not in quake mode... is there a way to change in while in quake mode?

caschbre avatar Jan 04 '19 20:01 caschbre

The hamburger menu is always available in quake mode unless you have changed the window style to be "No CSD, Hide Toolbar" or "Borderless". And I'm just noticing with those modes active there's no way to add new tabs either, I'll open a new issue to look into it more.

gnunn1 avatar Jan 04 '19 20:01 gnunn1

Actually I thought this was a closed issue, I'll leave it here since it all goes together.

gnunn1 avatar Jan 04 '19 20:01 gnunn1

Hi everyone and @gnunn1 !

Which variable for bookmark for the terminal title?

I tried ${bookmarkName} or ${bookmark}

gusbemacbe avatar Sep 28 '19 22:09 gusbemacbe

@gusbemacbe I don't think that is supported yet.

To summarize:

  • to change the App title, click on the window title (in the title bar);
  • to change a Session (tab) name: use the hamburger menu and select "Name..." (it would be nice if we could do this by just clicking the tab name in the tab bar);
  • to change the current terminal name (tile name): I couldn't find any way to do this, other than creating the tile from the command line using the --title option (if anyone knows how to do this from the GUI as a one-off change for a specific terminal please chime in) - it would be nice if we could have a "Name..." entry in the menu that unfolds when clicking on the tile name in the tile top bar

arigit avatar Oct 10 '19 15:10 arigit

To add to @arigit 's response above, it seems that changing the current terminal name (third bullet) is possible:

  • Click on terminal's title
  • Select Other -> Layout options
  • Then set the title text under Active/Title Tested on Tilix 1.9.1.

chrislat avatar May 11 '20 12:05 chrislat

I think that what javier was asking for was just allowing tab/session renaming on double click over the current title.

surkum avatar May 12 '20 10:05 surkum

I also need this

On Tue, May 12, 2020, 6:25 AM surkum [email protected] wrote:

I think that what javier was asking for was just allowing tab/session renaming on double click over the current title.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gnunn1/tilix/issues/1162#issuecomment-627254103, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ4ZCKHSWNPTLQS6XUOKD6DRREPZFANCNFSM4EAIN2DQ .

crgithubmoth avatar May 12 '20 21:05 crgithubmoth

Is there a command line way to set the tile name? If not, please also provide a way.

Did you find a way? I did not, but I change the Shortcuts in the tilix configuration to F2 key to "Edit the session name" and fit to me

andrehtgti2 avatar Feb 26 '21 15:02 andrehtgti2

Can we make this a shortcut? Please!! I organize things based on what I am doing and rename tabs frequently to keep track of stuff. A shortcut to rename the currently selected tab would highly productive.

ReverseControl avatar Aug 05 '21 18:08 ReverseControl

Here is my trick :

Go to shortcuts, assign Layout Options some shortcut (i did Ctrl+Alt+W) then you just use the shortcut and rename any tab/window

abdelouahabb avatar Apr 20 '22 15:04 abdelouahabb