##// END OF EJS Templates
Add --term-title-format flag to customize terminal title format
Add --term-title-format flag to customize terminal title format

File last commit:

r23623:5567e00e
r23623:5567e00e
Show More
term-title-format-feature.rst
2 lines | 221 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / term-title-format-feature.rst
Tory Haavik
Add --term-title-format flag to customize terminal title format
r23623 An additional flag `--term-title-format` is introduced to allow the user to control the format of the terminal
title. It is specified as a python format string, and currently the only variable it will format is `{cwd}`.