zeke / queriac

An experiment...
4 stars 5 forks source link

Queriac

Queriac is browser extension that gives you a universal javascript command line in your browser. Set up a github repository full of javascript files, and each file becomes a command.

It's like Alfred.app/Quicksilver/Launchy, but in the browser.

Check out some example commands at https://github.com/zeke/queriac-commands

Setup

  1. Install the browser extension.
  2. Create a github repo called queriac-commands and fill it up with scripts.
  3. Each script will become a queriac command.
  4. When viewing a webpage, double-tap the SHIFT key on your keyboard to open Queriac input.

Running this web app

npm install
npm start