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.
- Host: GitHub
- URL: https://github.com/declanchidlow/search
- Owner: DeclanChidlow
- Created: 2024-07-19T01:56:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T02:00:05.000Z (over 1 year ago)
- Last Synced: 2025-04-15T14:59:39.718Z (about 1 year ago)
- Topics: search-engine, search-interface
- Language: JavaScript
- Homepage: https://search.vale.rocks/
- Size: 127 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Search
[](https://github.com/DeclanChidlow/search/stargazers)
[](https://github.com/DeclanChidlow/search/network/members)
[](https://github.com/DeclanChidlow/search/pulls)
[](https://github.com/DeclanChidlow/search/issues)
[](https://github.com/DeclanChidlow/search/graphs/contributors)
[](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.