Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huhu/cpp-search-extension

The ultimate search extension for C/C++
https://github.com/huhu/cpp-search-extension

c chrome-extension cpp cppreference edge-extension firefox-extension

Last synced: 5 days ago
JSON representation

The ultimate search extension for C/C++

Awesome Lists containing this project

README

        

# C/C++ Search Extension

### The ultimate search extension for C/C++.

![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ifpcmhciihicaljnhgobnhoehoabidhd.svg)
![Mozilla Add-on](https://img.shields.io/amo/v/c-c-search-extension?color=%2320123A)
![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v0.4.0-1D4F8C)
[![license-mit](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/huhu/rust-search-extension/blob/master/LICENSE-MIT)
[![license-apache](https://img.shields.io/badge/license-Apache-blue.svg)](https://github.com/huhu/cpp-search-extension/blob/master/LICENSE)
[![Discord](https://img.shields.io/discord/711895914494558250?label=chat&logo=discord)](https://discord.gg/xucZNVd)

[https://cpp.extension.sh/](https://cpp.extension.sh/)

## Installation

- [Chrome Web Store](https://chrome.google.com/webstore/detail/cc++-search-extension/ifpcmhciihicaljnhgobnhoehoabidhd)

- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/c-c-search-extension/)

- [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/ffajabficigcddnckikojejmkammkmpe)

## Features

- Search standard library docs
- Offline mode supported
- Builtin commands (`:header`, `:posix` and `:history` etc)

## How to use it

Input keyword **cc** 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/cpp-search-extension
Cloning into 'cpp-search-extension'...

$ cd cpp-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