From 0594d606db434e278da59cb137f5c50bb15a8edc Mon Sep 17 00:00:00 2001 From: Tony Narlock <tony@git-pull.com> Date: Sat, 30 Apr 2016 06:15:51 -0500 Subject: [PATCH] Add vcspull - mass clone/update projects from vcs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8791c4..c9f4344 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [try](https://github.com/timofurrer/try) - A dead simple CLI to try out python packages - It's never been easier. * [mycli](https://github.com/dbcli/mycli) - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting. * [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting. + * [vcspull](https://github.com/tony/vcspull) - Synchronize (cloning and update) projects from vcs. Supports svn, mercurial and git. ## Downloader -- GitLab