Metadata-Version: 2.1
Name: zlibtui
Version: 1.0.1
Summary: Terminal user interface for Z-library
Home-page: https://github.com/jfto23/zibtui
Author: Jean-Francois To
Author-email: jeanfrancoisto@hotmail.com
License: UNKNOWN
Description: # Z-Library Terminal User Interface (zlibtui)
        
        _zlibtui_ is a terminal UI for [Z-Library](https://b-ok.cc/)
        
        ![](https://github.com/jfto23/zibtui/blob/master/images/zlibtui_pic.png)
        
        # Demo
        
        ![](https://github.com/jfto23/zibtui/blob/master/images/zlibtui_showcase.gif)
        
        # Installation
        
        _zlibtui_ is available on [PyPI](https://pypi.org/project/zlibtui/1.0.0/)
        
        ```
        pip install zlibtui
        ```
        
        # Controls
        
        ## Global
        
        - `esc`: Quit
        
        ## Search
        
        - `enter`: Search
        
        ## Browsing
        
        - `enter`: More info
        
        - `j`: Scroll down
        
        - `k`: Scroll up
        
        - `p`: Next page
        
        - `P`: Previous page 
        
        - `l`: Open link
        
        # Settings
        
        The preferred browser to be used when opening links can be specified by the environment variable `ZLIBTUI_BROWSER`. The default browser is Firefox.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
