Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/huhu/cpp-search-extension
- Owner: huhu
- License: apache-2.0
- Created: 2020-05-22T02:43:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T23:05:08.000Z (3 months ago)
- Last Synced: 2024-08-28T00:24:37.717Z (3 months ago)
- Topics: c, chrome-extension, cpp, cppreference, edge-extension, firefox-extension
- Language: JavaScript
- Homepage: https://cpp.extension.sh
- Size: 3.7 MB
- Stars: 94
- Watchers: 3
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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