gpt4 book ai didi

unix - GNU screen : can you automatically name a window after the last invoked program?

转载 作者:行者123 更新时间:2023-12-04 15:05:12 24 4
gpt4 key购买 nike

有没有办法让每个窗口自动将其名称更改为您从该窗口运行的最后一个程序的名称?

这比必须手动重命名窗口更方便。

最佳答案

是的,您可以使用 shelltitle 来执行此操作。

假设您使用 bash,以下应该有效。将此添加到您的 .screenrc :

shelltitle "$ |bash"

其中“$”应该匹配提示字符串($PS1)末尾的任何内容,“bash”是默认标题。然后在提示字符串的开头添加一个空标题转义序列:
export PS1='\[\033k\033\\\]'$PS1

应该放在您的 .profile 中管他呢。

关于unix - GNU screen : can you automatically name a window after the last invoked program?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2068806/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com