ZHAO Xudong
ZHAO Xudong
### Electerm Version(Electerm版本) all ### Platform detail (平台详情) all ### What steps will reproduce the bug?(重新问题的详细步骤) skip ### What should have happened?(期望的结果) skip ### Would this happen in other terminal...
### What feature you'd like to see or proposal(期望什么新功能/特性或者建议) Active theme should be on list top
Linux 下面有个问题 直接关闭退出后,残留子进程(bash 或者 zsh)无法退出。(v1.21.48 on archlinux) _Originally posted by @kiolygenius in https://github.com/electerm/electerm/issues/2485#issuecomment-1120449575_
@zxdong262 [trzsz.js](https://github.com/trzsz/trzsz.js) `v0.4.0` 开始支持拖文件和目录上传的了。 1、在服务器上安装 [trzsz](https://github.com/trzsz/trzsz) 或者 [trzsz-go](https://github.com/trzsz/trzsz-go),只要在某个 `PATH` 路径下能找到 `trz` 程序就可以了。 2、客户端监听 `drop` 事件,然后调用 `trzsz` 的 `uploadFiles` 接口就可以了。 https://github.com/electerm/electerm/blob/master/src/client/components/terminal/attach-addon-custom.js 这里面有一个 `const trzsz = window.newTrzsz(...)` ,调 `trzsz` 对象的 `uploadFiles` 函数即可。...
是的 我尝试删除大量书签后是可以正常上传了, PS:吐槽一下删除功能:不能批量删除、删除目录仅把下级书签平铺(此处可加一个勾选框); _Originally posted by @strive1216 in https://github.com/electerm/electerm/issues/2500#issuecomment-1136772066_
### Discussed in https://github.com/electerm/electerm/discussions/2378 Originally posted by **SadarSSI** February 21, 2022 first congratulations for this wonderful software Could you consider adding the possibilities - ssh pageant: for example Keepass with...
get nothing, but `require('child_process').exec('git summary --line')` will get the right stdout. ``` javascript var exec = require('child_process').exec exec('git summary', function(err, stdout) { //nothing in here works }) exec('git summary --line',...
Currently I use https://github.com/FGasper/zmodemjs, which have some issues when transfer big files, wondering if this project could provide support for rz/sz, so it can be used as a replacement to...