zquestz / s

Open a web search in your terminal.
MIT License
2.32k stars 114 forks source link

Added support for custom providers in configuration file. #88

Closed zquestz closed 8 years ago

zquestz commented 8 years ago

You can now create custom providers through ~/.s/config. The syntax is as follows:

customProviders [
  {
    name: example
    url: "http://example.com?q=%s"
  }
]