projj icon indicating copy to clipboard operation
projj copied to clipboard

在clone的时候加入进度条

Open jinxin0112 opened this issue 5 years ago • 3 comments

能否在clone repo的时候加入进度条,优化下体验,在clone一些较大项目的时候,还以为电脑卡住了

jinxin0112 avatar Mar 04 '19 02:03 jinxin0112

主要拿不到状态

popomore avatar Jan 22 '20 09:01 popomore

直接输出 git clone 的信息也比停在那里好吧 https://github.com/popomore/projj/blob/master/lib/base_command.js#L188

yesmeck avatar Nov 18 '20 07:11 yesmeck

直接输出 git clone 的信息也比停在那里好吧 https://github.com/popomore/projj/blob/master/lib/base_command.js#L188

@popomore https://github.com/popomore/projj/blob/master/lib/base_command.js#L188 使用git clone ${repo} ${targetPath} --progress 2>&1 将信息输出到stdout中,这样可以实现在终端打印git clone的信息了,这样是不是有处理进度的可能性了呢

zorohu avatar Apr 09 '23 10:04 zorohu