如何通过命令行启动终端新tab并运行命令?
Tofloor
poster avatar
oldfeel
deepin
2017-11-03 15:07
Author
我目前的做法是
  1. deepin-terminal -x bash -c "cd admin && npm start" &
  2. deepin-terminal -x bash -c "cd api && bee run" &
Copy the Code

但是每行命令都会创建个新 window,我想用同一个 window 多个 tab 来执行这些命令,该怎么做?
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-11-03 16:46
#1
Reply View the author
avatar
wangyong
deepin
2017-11-03 20:16
#2
国外的用户也跟我提了这个需求,但是非常不好改动。
Reply View the author