1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ubuntuのターミナルで名前付きタブを複数生成

Posted at

参考

環境

  • Ubuntu 20.04

コード

terminalで作業するために毎回 git, docker用のタブを一個ずつ開いて、、、というのが面倒だったので自動化してみました。

test.sh
gnome-terminal --tab --title="dcu"

gnome-terminal --tab --title="yarn"

gnome-terminal --tab --title="ngrok"

gnome-terminal --tab --title="copyq"

gnome-terminal --tab --title="git"

gnome-terminal --tab --title="mysql container"

gnome-terminal --tab --title="golang container"

このシェルスクリプト一個で上記のタブを名前付きで開くことが可能です。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?