s

Open a web search in your terminal.

MIT License

Downloads
43
Stars
2.3K
Committers
48
s - Release v0.5.8

Published by zquestz almost 8 years ago

Just updates built binaries to use Go 1.7.4.

s - Release v0.5.7

Published by zquestz about 8 years ago

  • Added -o and --output flags to simply output the URL and not open your browser.
  • Updated the build to use go 1.7.1.
s - Release v0.5.6

Published by zquestz about 8 years ago

  • Updated to build on Go 1.7
s - Release v0.5.5

Published by zquestz about 8 years ago

Adds tag and provider expansion for the web front-end. Now we can do the following queries:

Search duckduckgo for "foo"

https://<domain>/search?q=foo&provider=duck

Search yahoo and the tag music for radiohead

https://<domain>/search?q=radiohead&provider=yah&tag=mu
s - Release v0.5.4

Published by zquestz over 8 years ago

  • Updated to build on Go 1.6.3 for Mac OS X Sierra support.
  • Fixed build with latest Cobra changes upstream.
s - Release v0.5.3

Published by zquestz over 8 years ago

s - Release v0.5.2

Published by zquestz over 8 years ago

  • Added tag support to the web UI.
  • Updated 8tracks provider for better search results.
s - Release v0.5.1

Published by zquestz over 8 years ago

  • Added postgresql provider
  • Recompiled binary releases using Go 1.6.2
s - Release v0.5.0

Published by zquestz over 8 years ago

Added full support for tags with -t. This allows you to search multiple related sites at the same time.

  • Support for tagging custom providers.
  • Auto completion for bash/zsh/fish
  • Tag partial matching.

Here are the new tags, and associated providers:

arch (archpkg, archwiki, aur)
code (gist, github, stackoverflow)
education (arxiv, coursera, libgen, wikipedia)
forums (quora, reddit)
go (go, godoc)
javascript (atmospherejs, npm, npmsearch)
movies (crunchyroll, imdb, netflix, rottentomatoes)
music (8tracks, bandcamp, soundcloud, spotify)
news (cnn, npr, theregister)
photos (500px, flickr, instagram)
pics (dribbble, flickr, imgur, instagram)
search (bing, duckduckgo, google, yahoo, yandex)
shopping (amazon, overstock)
social (facebook, googleplus, twitter)
tech-news (arstechnica, bgr, engadget, hackernews)
torrents (kickasstorrents, thepiratebay, torrentz)
video (vimeo, youtube)
s - Release v0.4.5

Published by zquestz over 8 years ago

Added the following providers:

  • archpkg
  • archwiki
  • aur
  • buzzfeed
  • cnn
  • npr
s - Release v0.4.4

Published by zquestz over 8 years ago

  • Added theregister, bgr, phandroid, metacpan and engadget providers.
s - Release v0.4.3

Published by zquestz over 8 years ago

  • HTTP server sets locale based on accept headers.
  • Added debian package search provider (debianpkg).
  • Improved flag completion for zsh and bash.
s - Release v0.4.2

Published by zquestz over 8 years ago

  • Added fish shell completion.
  • Added HTTP/2 support.
  • Now built on Go 1.6
s - Release v0.4.1

Published by zquestz over 8 years ago

Fix cross compilation issue with configuration system. Unfortunately user.Current() does not work when cross compiled.

s - Release v0.3.1

Published by zquestz over 8 years ago

  • Added favicon support for desktop and mobile browsers.
s - Release v0.3.0

Published by zquestz over 8 years ago

  • Added a web server to quickly search all providers included in s.
  • Added another batch of providers.
  • Fixed Windows stat issue.
  • Added release binaries.
s - Release v0.2.1

Published by zquestz over 8 years ago

  • Added hooks for localizing providers. providers.Region() and providers.Language() are supported.
  • Added more providers.
  • Support for custom binary arguments. This enables features like incognito mode.
s - Release v0.2.0

Published by zquestz over 8 years ago

  • Added a huge number of providers.
s - Release v0.1.8

Published by zquestz almost 9 years ago

  • Fixed Windows support (thanks mattn)
  • Added provider expansion for less typing.
  • Added Facebook and Quora providers.
  • Added custom binary flag for terminal browser (w3m, links, etc) users.
s - Release v0.1.7

Published by zquestz almost 9 years ago

  • Added gist, NPM, NPM Search, Go, and Youtube providers.