vcspull
vcspull copied to clipboard
CLI Refactor
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.
$ vcspull ./.config
$ vcspull ./.config/*
$ vcspull ~/*
If starting with http, git, file, try to find match with vcs url
$ vcspull https://github.com/tony/vcspull.git
(done) Default, match repo name
$ vcspull vim
(done) Pull multiple repos by vcs name delimited by space
vcspull neovim vim