Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huhu/go-search-extension
The ultimate search extension for Golang
https://github.com/huhu/go-search-extension
chrome-extension edge-extension firefox-extension golang golang-tools search-engine
Last synced: 23 days ago
JSON representation
The ultimate search extension for Golang
- Host: GitHub
- URL: https://github.com/huhu/go-search-extension
- Owner: huhu
- License: mit
- Created: 2020-03-08T14:59:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T07:51:52.000Z (7 months ago)
- Last Synced: 2024-12-07T01:50:30.873Z (about 1 month ago)
- Topics: chrome-extension, edge-extension, firefox-extension, golang, golang-tools, search-engine
- Language: Go
- Homepage: https://go.extension.sh
- Size: 5.52 MB
- Stars: 140
- Watchers: 7
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - huhu/go-search-extension - extension,edge-extension,firefox-extension,golang,golang-tools,search-engine pushed_at:2024-06 star:0.1k fork:0.0k The ultimate search extension for Golang (Go)
README
# Go Search Extension
### The ultimate search extension for Golang.
![Chrome Web Store](https://img.shields.io/chrome-web-store/v/epanejkfcekejmmfbcpbcbigfpefbnlb.svg)
![Mozilla Add-on](https://img.shields.io/amo/v/go-search-extension?color=%2320123A)
![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-0.2.0-1D4F8C)
[![license-mit](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/huhu/go-search-extension/blob/master/LICENSE)
[![Discord](https://img.shields.io/discord/711895914494558250?label=chat&logo=discord)](https://discord.gg/xucZNVd)[https://go.extension.sh/](https://go.extension.sh/)
## Installation
- [Chrome Web Store](https://chrome.google.com/webstore/detail/golang-search/epanejkfcekejmmfbcpbcbigfpefbnlb)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/go-search-extension/)
- [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/ebibclchdmagkhopidkjckjkbhghfehh)
## Features
- Search standard library docs
- Search third party packages on pkg.go.dev
- Search awesome golang resources
- Builtin commands (`book`, `conf`, `meetup`, `social`, and `history`)## How to use it
Input keyword **go** in the address bar, press `Space` to activate the search bar. Then enter any word
you want to search, the extension will response the related search results instantly.## Contribution
[jsonnet](https://jsonnet.org/) is required before getting started. To install `jsonnet`,
please check `jsonnet`'s [README](https://github.com/google/jsonnet#packages).
For Linux users, the `snap` is a good choice to [install jsonnet](https://snapcraft.io/install/jsonnet/ubuntu).```bash
$ git clone --recursive https://github.com/huhu/go-search-extension
Cloning into 'go-search-extension'...
$ cd go-search-extension$ make chrome # For Chrome version
$ make firefox # For Firefox version
$ make edge # For Edge version
```## Get involved
- You can contact us on Discord Channel: https://discord.gg/xucZNVd