Update documentation
This commit is contained in:
parent
603037ae0b
commit
9579ea57d0
1 changed files with 40 additions and 0 deletions
40
README.md
Normal file
40
README.md
Normal file
|
@ -0,0 +1,40 @@
|
|||
# Collect Repositories
|
||||
|
||||
Find, list and filter git repositories on your system.
|
||||
|
||||
Use cases:
|
||||
* finding repositories without a remote repository defined
|
||||
* find repositories using a remote repository on X but not on Y (where X and Y can be Gitlab, Github, Bitbucket, Gitea, ...)
|
||||
* finding repositories that are not registered in mrconfig
|
||||
|
||||
## Usage
|
||||
|
||||
```shell-session
|
||||
$ collect-repos list -r . gitea=false,github=false,gitlab=false,bitbucket=false,mr=false
|
||||
SELECTOR: gitea=false AND github=false AND gitlab=false AND bitbucket=false AND mr=false
|
||||
|
||||
PATH
|
||||
---------------------------------------------------
|
||||
dev--editor-vscodium
|
||||
dev--git-basics/examples/stories-project
|
||||
dev--git-basics/examples/stories-project2
|
||||
devops--build-and-dependencies
|
||||
devops--ci-and-cd/examples/webhook-server
|
||||
devops--docker-demo
|
||||
devops--kubernetes/exercises/exo2-nextcloud/tmp/k8s
|
||||
draft--devops--industrial
|
||||
framework--jekyll
|
||||
framework--nodejs/projets/page-authentification
|
||||
framework--nodejs-advanced
|
||||
pm--it-project/demos/wiki/wikidata
|
||||
pm--nepal
|
||||
```
|
||||
|
||||
## Authors
|
||||
|
||||
FIXME
|
||||
|
||||
## Licence
|
||||
|
||||
FIXME
|
||||
|
Loading…
Reference in a new issue