文件名称:terminal-tab:以编程方式打开终端选项卡
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-31 20:29:31
nodejs javascript bash cli terminal
终端标签 以编程方式打开终端选项卡。 安装 npm install terminal-tab -g 入门 const terminalTab = require ( 'terminal-tab' ) terminalTab . open ( `echo "my command"; sleep 2 && exit` ) 选项 子进程命令: const options = { cwd : null , env : null , encoding : 'utf8' } terminalTab . open ( `echo "my command"` , options ) 事件回调 terminalTab . open ( `echo "my command"` , options , { onStdout : ( stdout ) => { } , onStderr :
【文件预览】:
terminal-tab-master
----bin()
--------terminal_tab(79B)
----example()
--------index.js(490B)
----index.js(1KB)
----package.json(908B)
----package-lock.json(505B)
----LICENSE.md(1KB)
----.gitignore(1KB)
----CHANGELOG.md(0B)
----README.md(1KB)
----utils()
--------config.js(606B)
--------platform.js(241B)
--------linux.js(1KB)
----.editorconfig(439B)