projj icon indicating copy to clipboard operation
projj copied to clipboard

Manage repository easily.

Results 19 projj issues
Sort by recently updated
recently updated
newest added

close #57 ![image](https://user-images.githubusercontent.com/143572/169300376-bb707ee2-799f-4a1c-98ed-3959c819ce7a.png) cc @popomore

配置域名,能否支持ip和端口?

如果使用 projj import 导入一个路径,这个路径下有一个非 git 的文件夹的话,会导致直接跳过所有项目, 直接走到consoleLogger.info('✨ Done'); 而没做任何导入

添加一个list命令,按照树状结构输出所有的repo

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

find的时候能否自动补全记录的仓库名,增加一下这个feature?

Run "C:\Windows\system32\cmd.exe /d /s /c git clone https://github.com/popomore/projj.git D:\D:\C:\Users\finder\projj\github.com\popomore\projj > /dev/null" error, exit code 1

![image](https://user-images.githubusercontent.com/143572/78977922-873e6b80-7b4b-11ea-9d6f-c06246106ffe.png) 开启了自动 `"change_directory": true,`。之前是正常的,最近突然不正常了。 macOS Catalina 10.15.3 (19D76) ``` $ projj add [email protected]:hotoo/gitopen.git ✔︎ Start adding repository [email protected]:hotoo/gitopen.git ✔︎ Cloning into /Users/hotoo/workbench/github.com/hotoo/gitopen ✔︎ Change directory to /Users/hotoo/workbench/github.com/hotoo/gitopen 38:45: syntax error:...

比如我有 "abc" 和 "tiny-abc" 两个仓库,"abc" 是常用的关键字,但是 `projj find abc` 始终只能搜到 "abc"。 ```js const keys = Object.keys(yield this.cache.get()); let matched = keys.filter(key => key.endsWith(repo.replace(/^\/?/, '/'))); if (!matched.length) matched = keys.filter(key =>...

在查找项目的时候是否可以不区分大小写。 或者加一个配置,配置为 true 的时候不区分大小写。 比如项目名字是 Saas 那么 输入 saas 也可以匹配到。