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

https://github.com/declanchidlow/search

A search engine wrapper with handy additions.
https://github.com/declanchidlow/search

search-engine search-interface

Last synced: about 1 year ago
JSON representation

A search engine wrapper with handy additions.

Awesome Lists containing this project

README

          



Search

[![Stars](https://img.shields.io/github/stars/DeclanChidlow/search?style=flat-square&logoColor=white)](https://github.com/DeclanChidlow/search/stargazers)
[![Forks](https://img.shields.io/github/forks/DeclanChidlow/search?style=flat-square&logoColor=white)](https://github.com/DeclanChidlow/search/network/members)
[![Pull Requests](https://img.shields.io/github/issues-pr/DeclanChidlow/search?style=flat-square&logoColor=white)](https://github.com/DeclanChidlow/search/pulls)
[![Issues](https://img.shields.io/github/issues/DeclanChidlow/search?style=flat-square&logoColor=white)](https://github.com/DeclanChidlow/search/issues)
[![Contributors](https://img.shields.io/github/contributors/DeclanChidlow/search?style=flat-square&logoColor=white)](https://github.com/DeclanChidlow/search/graphs/contributors)
[![Licence](https://img.shields.io/github/license/DeclanChidlow/search?style=flat-square&logoColor=white)](https://github.com/DeclanChidlow/search/blob/main/LICENCE)


Search engine wrapper.


A super lightweight search engine wrapper that allows users to search across websites from a single interface with quality of life additions.

## Features:

1. **Lightweight** - The project is extremely quick to load and run. It uses only HTML, CSS, and JavaScript.
2. **Custom Defaults** - Users can select the search engine they'd like to use by default via a convenient dropdown menu.
3. **Bang Patterns** - Users can add special commands (eg, "!g" for Google, "!yt" for YouTube) to their query to quickly switch to a specific search engine or website.
4. **Snap Patterns** - Users can use the same special commands as bangs, substituting '!' for '@', to do a search in their chosen engine that is filtered to a specific site. For example, searching for only GitHub results on DuckDuckGo.

The full list of bang/snap patterns is available on the site.