zeal-cli
zeal-cli copied to clipboard
Custom Sources
Describe the Feature
Allow the user to set a custom feed sources list in config.
Closing Requirements
No response
Hey @Morpheus636 do you have plans to implement this ? I coded myself a hacky way to parse Kapeli's user-contributed index.json into xml and use current xml file finder with rglob instead of glob. This way there is no need to code API and change current schema to add DataSource provider that can be more intelligent (check for new versions of only docset to be installed).
It's easy though and could be first step of moving this forward :)
Added code into my master
Interesting... I'll mark this issue as Triaged and assign you to it, if you'd like to work on it (I had been planning to do it but got busy with other projects). Can you open a PR (even a draft, if you don't think its ready) to make it easier to review the changes?
@Morpheus636 added PR draft, ideally this would benefit from cache, unless we want to hammer API :D