vcspull icon indicating copy to clipboard operation
vcspull copied to clipboard

🔄 Synchronize projects via yaml/json manifest. Built using `libvcs`.

Results 53 vcspull issues
Sort by recently updated
recently updated
newest added

Hello there, While trying to use vcspull I noticed that it breaks and stops when a submodule is miss configured or does not exist. Maybe would be better to validate...

bug

### Eliminate shorthands ```yaml : : '' ``` - This would need to be a 2.0.0 thing - 2.0 could be released today if I wanted to, but we'd end...

#361 `--continue-on-error` / etc. (see what other apps use for flags to continue on error)

The hackable repo manager, built on `libvcs`. With great defaults, and presets if those don't work ## Config Loaders and backends Finds configs (based on [template loaders in django](https://docs.djangoproject.com/en/4.0/topics/templates/#loaders)) and...

``` XDG_USER_CONFIG/vcspull: repos/*{json,yaml} settings.{yaml,json,toml} ``` Moving the config files ~/.vcspull/*.{json,yaml} -> ~/.config/vcspull/repos/*.{json,yaml}

Currently when using this tool one has to edit the config file and then run the `vcspull` command (maybe with filter on the new repo name) to get the new...

enhancement

Conflicts Catch conflicts of same name and: - different vcs - different vcs URL Without this, merging can't be done #231) Catch same repo, same remote name, different URL

- [ ] Note that vcspull python API is internal and not stable - [ ] Add a note to docs 1.x doesn't have a stable API - [ ]...

command output: ``` ╰─ vcspull -c ./vcspull.yaml Traceback (most recent call last): File "/home/aschleifer/.local/bin/vcspull", line 8, in sys.exit(cli.cli()) File "/usr/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3.10/site-packages/click/core.py", line...

bug

https://github.com/vcs-python/vcspull/issues/new Perhaps a possibility in the future, also, may be a `vcspull run-script ` command This could make it possible to interact with `vcspull` and `libvcs` based on the environmental...