Tony Narlock

Results 392 issues of Tony Narlock

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...

```yaml ~/study/rust/: gitui: 'git+https://github.com/extrawurst/gitui.git' ``` `vcspull gitui` noop

``` ❯ vcspull vcspull tmuxp cihai cli unihan-etl unihan-db libvcs libtmux alagitpull alagitpull |vcspull| (git) Updating to 'master'. |tmuxp| (git) Updating to 'master'. |cihai| (git) Updating to 'master'. |cli| (git)...

``` ❯ vcspull django fatal: ref HEAD is not a symbolic ref Traceback (most recent call last): File "/Users/me/Library/Python/2.7/bin/vcspull", line 11, in sys.exit(cli.cli()) File "/Users/me/Library/Python/2.7/lib/python/site-packages/click/core.py", line 722, in __call__ return...

bug
pinned

Allow scanning for repos with a find/ag. ``` sh $ vcspull scan [path] # prompt to merge into config (creating backup first) or create new ``` Should allow ignore dirs/patterns....

enhancement

cd to repository by name

enhancement

search repos

https://github.com/tony/vcspull/tree/click Consider allowing starting with`/`, `./`, `~` or any string with a `/` within to be treated as pulling by file path. ``` sh $ vcspull ./.config $ vcspull ./.config/*...

To simplify things, lets make the format verbose. ``` yaml /path/to/parent_dir: - name: 'default to vcs default' # optional - url: raw_vcs_url # no more ambiguity over how to handle...