Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thutterer/searchsurge
https://github.com/thutterer/searchsurge
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thutterer/searchsurge
- Owner: thutterer
- Created: 2022-01-22T14:19:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T18:27:58.000Z (about 2 years ago)
- Last Synced: 2024-11-30T15:15:14.577Z (23 days ago)
- Language: Vue
- Homepage: https://my-search.surge.sh
- Size: 1.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SearchSurge
[SearchSurge](https://my-search.surge.sh) makes it easy to tweak your search results with operators like `(site:stackoverflow.com || site:github.com)`.
Chaining many of these operators gives you search superpowers, but it's also a handful to type each time you want to allow or block many sites.
With SearchSurge, you can manage your allowed and blocked sites with ease, switch between search modes and decide which search engine to use.## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).