obsidian-repos-downloader icon indicating copy to clipboard operation
obsidian-repos-downloader copied to clipboard

Download every approved Obsidian.md community Plugin and Theme

Results 12 obsidian-repos-downloader issues
Sort by recently updated
recently updated
newest added

Similar to #17, [using a shallow clone](https://linuxhint.com/git-shallow-clone-and-clone-depth/) would save a lot of bandwith, diskspace, and reduce download times, even without restricting the download to code only like suggested in #17....

I was pleased to see that this tool can also be used with themes! So, I noticed that the download takes quite a bit of time, especially since it downloads...

At least one plugin uses `git-lfs` and when cloning the repo it errored. ![image](https://user-images.githubusercontent.com/83140328/160496326-7c08d4f6-dd16-456f-9ee2-3e3a5ec180b3.png)

For example, master renamed to main. Reported by @kometenstaub - thank you!

And add a `-v|--version` argument to display it

`git clone` was easier to write than the download code... But some IDEs struggle if presented with a directory that contains hundreds of `.git/` folders inside... The JetBrains IDEs show...

enhancement