Skip to content

This tool allows the user to quickly search or redirect to a website

Notifications You must be signed in to change notification settings

ArnavBharti/Quick-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Search

This tools allows the user to quickly search or redirect to a website using bangs. Inspired by DuckDuckGo, this is a local implementation of that logic. This makes it really fast.

Bangs

If you search !g apple. This will lookup !g which is Google Search and then search apple using it. The tool recognizes the first bang present in the query so !g apple and apple !g works the same. You can see the list of all bangs here: (DuckDuckGo Bangs)[https://duckduckgo.com/bangs].

Usage

  1. Add https://search.arnavbharti.com/?s=%s as your default search engine.
  2. Enter your search query in the search bar with your desired bang.

Local Setup

  1. Clone the GitHub repository.
  2. This project was made using Bun. For best compatibility use Bun.
  3. Install dependencies using bun install.
  4. Filter the bangs using the script in scripts/filter_bangs.ts.
  5. Run the development server using bun run dev.
  6. If you want to use this local development server as your search replace search.arnavbharti.com with <protocol>://<host>:<port> e.g. http://localhost:5173.

About

This tool allows the user to quickly search or redirect to a website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages