Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[功能建议] 支持非GitHub的package #62

Open
ImpleLee opened this issue May 19, 2023 · 0 comments
Open

[功能建议] 支持非GitHub的package #62

ImpleLee opened this issue May 19, 2023 · 0 comments

Comments

@ImpleLee
Copy link

现今plum只能支持clone GitHub上的git repo,即scripts/fetch-package.sh所示:

package_url="https://github.com/$(resolve_package_name "${package_name}").git"

但用户也可能有使用非GitHub的package的需求,比如在我的use case中,我想要略微调整我使用的双拼输入法的键位排布,做一个新的方案,但我不想上传到GitHub,而仅仅想供我个人使用。但plum并不支持clone非GitHub的repo,致使我不得不把我本地的repo上传GitHub。如果plum支持我混用本地的repo,就能大幅提高我的使用体验。

按我个人的猜想,会去安装客制化输入方案的rime用户中自行调整输入方案的用户可能也不在少数,支持非GitHub的(尤其是本地的)package也能很好地支持package开发途中的体验。因此我认为该feature会比较有用,值得支持。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant