Metadata-Version: 1.1
Name: aiofilesearch
Version: 1.0.1
Summary: WS Demo for file search
Home-page: https://github.com/jordic/aiofsearch
Author: Jordi Collell
Author-email: jordic@gmail.com
License: BSD
Description: 
        
        
        # 🤙 Aio File Search 😂 #hackyhollidays
        
        ## AioHTTP + Preact + Parcel + Websockets
        
        Search your local files through a Browser interface
        
        This is just a demo project on how to integrate WS Streaming responses
        into a Preact Web App.
        
        
        ## Install
        
        ``` pip install aiofilesearch ```
        
        ## Run
        
        ``` fsearch ```
        
        * You need to have installed The silver search, and sublime if you want
        to open results with it.
        
        
        ## Interesting Parts
        
        - The front side uses preact + parcel bundler. So easy to start!
        - The backend part uses asyncio subprocess to launch the ag command and start searching
        - Results are streamded from the ag command to the websocket frontend.
        
        
        ## Todo
        
         - Add configuration params 
        
        
        ## Screenshot
        
        ![alt text](https://github.com/jordic/aiofsearch/raw/master/assets/screenshot.png "Screenshot")
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: Web Environment
