Releases: danvixent/go-repos
Version 1 of go-repos
This is the first version of go-repos!
It has support for multiple repository search parameters specified through flags, including:
-
-search: This flag pre-informs the program that a search operation will be carried out.
-
-name: This will look for any repository whose name contains the value specified.
-
-desc: This will look for any repository whose description contains the value specified.
-
-lang: This will look for any repository whose language contains the value specified.
-
-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. -
-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.