👏 gopicker
A command line pkg.go.dev searcher and go get helper

Features
- Quickly search Go packages
- Easily get package that you selected
Usage
Usage:
gopicker [OPTIONS] QUERY...
Application Options:
-l, --limit= Number of search result items limit (default: 20)
Help Options:
-h, --help Show this help message
NOTE:
To see examples of keywords to search for, check search-help on pkg.go.dev.
Installation
You can download the executable binaries from the latest page.

To build from source, clone or download this repository then run go install, or run below:
go install github.com/edifierx666/gopicker@latest
License
MIT