Skip to content

Version 1 of go-repos

Pre-release
Pre-release
Compare
Choose a tag to compare
@danvixent danvixent released this 25 Mar 14:21
· 7 commits to master since this release

This is the first version of go-repos!
It has support for multiple repository search parameters specified through flags, including:

  1. -search: This flag pre-informs the program that a search operation will be carried out.

  2. -name: This will look for any repository whose name contains the value specified.

  3. -desc: This will look for any repository whose description contains the value specified.

  4. -lang: This will look for any repository whose language contains the value specified.

  5. -date: This will look for any repository whose creation date contains the value specified,
    hence, only a year value could be specified, or a month value or a day value also, all in their numeric equivalents.

  6. -must: This flag enforces matching across all parameters, it makes sure that only repositories matching all criteria will be printed.

We hope you enjoy go-repos!

Feedback is highly appreciated.