Guake/guake

guake rename a tab not selected ?

开放

#2,197 创建于 2023年8月23日

 (3 条评论) (0 个反应) (0 位负责人)Python (619 个派生)batch import
good first issue

仓库指标

星标
 (4,281 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Hello Guake,

I use "guake -r "mytabname" to rename the tabs but I have a lot of tabs opened in parallel. ( and several scripts in parallel )

I have the following issue : In tab1, I do : sleep 10 ; guake -r "test" I switch to tab2/ during the 10s, the tab2 received the name of the "test" ...

Would it be possible to rename the tab of the script where it is launched? and not the latest tab selected?

It's the same issue with sleep 10 ; guake -g => it will return the index of the latest tab selected.

Regards,

贡献者指南