LoginSignup
0
0

More than 1 year has passed since last update.

Ubuntuのterminalのタブ名変更

Last updated at Posted at 2020-12-14

環境

Ubuntu 20.04

ターミナルでタブ名を変更する方法

デフォルトで以下のようにタブ名が固定されてしまっているので、変えたい。

Screenshot from 2020-12-14 16-57-51.png

とくにたくさんタブを開く場合は、タブ名から作業内容がわかるようにしたい。
以下のコマンドを打てば変わる。

echo -en "\033]0;change tab name\a"

Screenshot from 2020-12-14 16-58-41.png

以上

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0