All Projects ā†’ mingrammer ā†’ Gosearch

mingrammer / Gosearch

šŸ” Search the Go packages via command-line

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Gosearch

Npmvet
A simple CLI tool for vetting npm package versions
Stars: āœ­ 193 (+302.08%)
Mutual labels:  cli, package
Ff
Find files (ff) by name, fast!
Stars: āœ­ 257 (+435.42%)
Mutual labels:  cli, search
Search Engine Parser
Lightweight package to query popular search engines and scrape for result titles, links and descriptions
Stars: āœ­ 216 (+350%)
Mutual labels:  cli, search
Headlesschrome
A Go package for working with headless Chrome. Run interactive JavaScript commands on web pages with Go and Chrome.
Stars: āœ­ 112 (+133.33%)
Mutual labels:  cli, package
Apio
šŸŒ± Open source ecosystem for open FPGA boards
Stars: āœ­ 366 (+662.5%)
Mutual labels:  cli, package
Ffind
A sane replacement for find
Stars: āœ­ 124 (+158.33%)
Mutual labels:  cli, search
Pkg Ok
šŸ‘Œ Checks paths and scripts defined in package.json before you publish
Stars: āœ­ 219 (+356.25%)
Mutual labels:  cli, package
Docker registry cli
Docker Registry CLI - Provides search functionality for Docker Registry (UI and CLI)
Stars: āœ­ 48 (+0%)
Mutual labels:  cli, search
Fd
A simple, fast and user-friendly alternative to 'find'
Stars: āœ­ 19,851 (+41256.25%)
Mutual labels:  cli, search
Wasm Pack
This tool seeks to be a one-stop shop for building and working with rust- generated WebAssembly that you would like to interop with JavaScript, in the browser or with Node.js. wasm-pack helps you build rust-generated WebAssembly packages that you could publish to the npm registry, or otherwise use alongside any javascript packages in workflows that you already use, such as webpack.
Stars: āœ­ 3,848 (+7916.67%)
Mutual labels:  cli, package
Npm Try
šŸš† Quickly try npm packages without writing boilerplate code.
Stars: āœ­ 103 (+114.58%)
Mutual labels:  cli, package
Typac
install npm packages along with corresponding typings
Stars: āœ­ 29 (-39.58%)
Mutual labels:  cli, package
Xa
Beautiful & Customizable logger ā¤ļø
Stars: āœ­ 78 (+62.5%)
Mutual labels:  cli, package
Nnn
nĀ³ The unorthodox terminal file manager
Stars: āœ­ 13,138 (+27270.83%)
Mutual labels:  cli, search
Fsq
A tool for querying the file system with a SQL-like language.
Stars: āœ­ 60 (+25%)
Mutual labels:  cli, search
Please Upgrade Node
šŸ’ Show a message to your users to upgrade Node instead of a stacktrace
Stars: āœ­ 219 (+356.25%)
Mutual labels:  cli, package
Npmarket
šŸ›’ More efficient search for node packages.
Stars: āœ­ 91 (+89.58%)
Mutual labels:  search, package
Search widget
Flutter package: Search Widget for selecting an option from a data list.
Stars: āœ­ 188 (+291.67%)
Mutual labels:  search, package
Construct
A PHP project/micro-package generator for PDS compliant projects or micro-packages.
Stars: āœ­ 257 (+435.42%)
Mutual labels:  cli, package
Ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Stars: āœ­ 28,564 (+59408.33%)
Mutual labels:  cli, search

GoSearch

Search the Go packages for pkg.go.dev via command-line. It supports all search options in Search Help.

Installation

go get github.com/mingrammer/gosearch

Usage

Basic search.

$ gosearch fastjson

You can query with multiple search words.

$ gosearch logging zero alloc

Use -n option to see more. (default: 10)

$ gosearch -n 20 redis

Use -e option to search for an exact match.

$ gosearch -e go cloud

Use -o option to combine searches. It will search for each word and combine their results.

$ gosearch -o json yaml

Example

Search the mux packages with gosearch mux.

$ gosearch mux
github.com/gorilla/mux (v1.7.3)
ā”œ Package mux implements a request router and dispatcher.
ā”” Published: Jun 30, 2019 | Imported by: 6513 | License: BSD-3-Clause

k8s.io/apiserver/pkg/server/mux (v0.0.0 (6eed2f5))
ā”œ Package mux contains abstractions for http multiplexing of APIs.
ā”” Published: 1 day ago | Imported by: 222 | License: Apache-2.0

github.com/containous/mux (v0.0.0 (c33f32e))
ā”œ Package mux implements a request router and dispatcher.
ā”” Published: Oct 24, 2018 | Imported by: 95 | License: BSD-3-Clause

k8s.io/kubernetes/pkg/genericapiserver/mux (v1.5.8)
ā”œ Package mux contains abstractions for http multiplexing of APIs.
ā”” Published: Sep 30, 2017 | Imported by: 61 | License: Apache-2.0

k8s.io/kubernetes/pkg/genericapiserver/server/mux (v1.6.0 (alpha.1))
ā”œ Package mux contains abstractions for http multiplexing of APIs.
ā”” Published: Jan 30, 2017 | Imported by: 48 | License: Apache-2.0

github.com/coreos/etcd/third_party/github.com/gorilla/mux (v0.4.9)
ā”œ Package gorilla/mux implements a request router and dispatcher.
ā”” Published: Mar 31, 2015 | Imported by: 66 | License: BSD-3-Clause, Apache-2.0

github.com/muxinc/mux-go/examples/common (v0.3.0)
ā”” Published: Oct 25, 2019 | Imported by: 9 | License: MIT

github.com/muxinc/mux-go (v0.3.0)
ā”” Published: Oct 25, 2019 | Imported by: 12 | License: MIT

github.com/yinqiwen/gsnova/common/mux (v0.30.0)
ā”” Published: Oct 29, 2017 | Imported by: 26 | License: BSD-3-Clause

v2ray.com/core/common/mux (v4.19.1+incompatible)
ā”” Published: Jun  3, 2019 | Imported by: 24 | License: MIT
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].