Metadata-Version: 1.1
Name: seek
Version: 0.2.0
Summary: Terminal search and speed reader.
Home-page: https://github.com/Miserlou/Seek
Author: Rich Jones
Author-email: rich@openwatch.net
License: MIT License
Description: ![seek. command line nirvana.](http://i.imgur.com/2wEYui1.png)
        # seek
        
        Display internet search results without ever leaving your terminal. Oh, and it can speed read the results as well. Basically, it's command line nirvana.
        
        Seek is a sister to [howdoi](https://github.com/gleitz/howdoi/) and [Glance](https://github.com/Miserlou/glance/).
        
        ## Installation
        
            pip install seek
        
        ## Examples
        
            $ seek a nice up of tea orwell 
        
            If you look up 'tea' in the first cookery book that comes to hand you will probably find that it is unmentioned; or at most you will find a few lines of sketchy instructions which give no ruling on several of the most important points. [etc.]
            A Nice Cup of Tea
            http://www.booksatoz.com/witsend/tea/orwell.htm
        
            $ seek a nice cup of tea orwell --glance
            A Nice Cup of Tea
            http://www.booksatoz.com/witsend/tea/orwell.htm
            stimulation      <--- (This is animated)
        
        ## Features:
        
        * [Glance](http://glance.wtf) mode! Powered by [pyglance](http://github.com/Miserlou/pyglance).
        * Diffbot article extraction
        * Searches DuckDuckGo, Google coming soon (maybe).
        
        BSD 3-clause, 2014-2015.
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
