Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 681 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 681 Bytes

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