Metadata-Version: 2.1
Name: search-cli
Version: 0.1.1
Summary: Search
Home-page: https://github.com/blester125/search-cli
Author: blester125
Author-email: blester125@gmail.com
License: MIT
Download-URL: https://github.com/blester125/search-cli/archive/0.1.1.tar.gz
Description: # Search CLI
        
        <!---[<img src="https://travis-ci.com/blester125/search_cli.svg?branch=master" alt="Build Status">](https://travis-ci.com/blester125/search_cli)--->
        
        Small tools to interface with search engine form the command line that has tight integration with the linux X clipboard.
        
        For python 3 installs:
        
        `sudo apt install surfraw surfraw-extra xclip python3-tk`
        
        For python 2
        
        `sudo apt install surfraw surfraw-extra xclip python-tk`
        
        install with `pip install .` or `pip install search-cli`
        
        Programs:
        
         * `search` or `sr`: Search from the command line with a backoff to search for what ever is on your clipboard if you don't type anything
         * `search_highlighted`: Search for the highlighted span.
         * `search_gui`: Create a text input box and search for entered text with `<Enter>`
         * `search_gui_highlighted`: Same as above but seeded with the currently highlighted text.
        
        `search_highlighted`, `search_gui`, and `search_gui_highlighted` are ideal for keybinding.
        
        When the search bar loses focus (you click away) it will automatically close. If you don't like this behavior you can set `SR_CLOSE_LOSS_FOCUS` to `no` to stop it.
        
        Windows:
        
        On windows only searching with google is supported. To run you will need python installed
        and the entry point scripts exectuable. This normally involes adding paths like the
        following to your path (`control panel` -> `System and Security` -> `System` -> `Advanced system settings` -> `Environment Variables`)
        
         C:\Users\LENOVO\AppData\Local\Programs\Python\Python37-32\Scripts
         C:\Users\LENOVO\AppData\Local\Programs\Python\Python37-32
         
        On windows I can't get the selected text the same way I can on Linux so there are
        `autoHotKey` scripts in the `win` folder than can simulate this behavior.
        
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: win
