README.md in github-cloner-0.5.3 vs README.md in github-cloner-0.6.0
- old
+ new
@@ -45,12 +45,10 @@
where OAUTH_TOKEN is from the user's Github setting
-l, --language [LANG] Clone only project of type LANG (optional)
where LANG is main language as shown on Github
-a, --[no-]all-repos All repository only (optional)
default to original/non-forked repositories only
- -g, --[no-]group-by-user Group the output by {BASE_DIR}/{USER}/{LANG}
- default to {BASE_DIR}/{LANG}/{USER}
-c, --[no-]clone Clone the repositories to the path specified (optional)
default to --no-clone e.g. dry-run only
Common options:
-h, --help Show this message
@@ -173,11 +171,11 @@
Process 1 of 1 : git clone git@github.com:littlebee/got.git /Users/bchoomnuan/Desktop/projects/Ruby/littlebee/got
```
### TODO
-- Replace system call with the ruby library like [grit](https://github.com/mojombo/grit) or something similar
-- Allow the `https` when performing the clone
+- [ ] Replace system call with the ruby library like [grit](https://github.com/mojombo/grit) or something similar
+- [ ] Allow the `https` when performing the clone
### Related Projects
- [github_cloner](https://github.com/nashby/github_cloner) by Vasiliy Ermolovich