jacobweber / customsearch

Custom searches in a popup window.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Search

Custom searches in a popup window.

logo

Press a key to open the search window.

While open, you can type text to search, or press:

  • tab or shift-tab to select a search type
  • ↑ or ↓ to select a result
  • enter to open selected result
  • ctrl+c or ⌘+c to copy selected result
  • esc to close

You can write your own search types in JavaScript, that work with any API. Open Preferences, and click Open next to Search Types. The README.txt file has details, or you can follow the built-in examples.

To build apps for Mac, Windows, and Linux, run:

npm install
npm run dist

About

Custom searches in a popup window.


Languages

Language:JavaScript 57.8%Language:TypeScript 28.6%Language:CSS 8.5%Language:HTML 5.1%