Skip to content

Commit

Permalink
docs: improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingandyyy committed Apr 17, 2022
1 parent 6260b06 commit 9753d5b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ bash <(curl -sL https://raw.githubusercontent.com/amazingandyyy/gofuzzyclone/mai
```
gofuzzyclone -help
# fastline mode
gofuzzyclone -owner amazingandyyy -wildcard "*-template" -dest ./projects
gofuzzyclone -owner amazingandyyy -regex "^go.*" -dest ./projects
# interactive mode
gofuzzyclone
Search under which owner? amazingandyyy
Search for what wildcard pattern? (Press [Enter] to skip) go*
Expand Down Expand Up @@ -57,17 +62,14 @@ Cloned: fotingo
Cloned: good-job
Cloned: go-grpc-start
Cloned: gomorph
Cloned: django-api
Cloned: one-click-hugo-cms
Cloned: javascript-algorithms
Cloned: go-app
Cloned: app-template
Cloned: learn-golang-with-todd
Cloned: learn-golang-basic
Cloned: gotraining
...
```

## Resources

- wildcard
- [regex](http://regex101.com)

## LICENSE

[MIT](LICENSE)

0 comments on commit 9753d5b

Please sign in to comment.