Metadata-Version: 2.1
Name: zlibtui
Version: 1.1.2
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/)
        
        ```
        pip install zlibtui
        ```
        
        # Controls
        
        ## Global
        
        - `esc`: Quit
        
        - `tab`: Switch focus
        
        ## Search
        
        - `enter`: Search
        
        ## Browsing
        
        - `enter`: More info
        
        - `j`: Scroll down
        
        - `k`: Scroll up
        
        - `p`: Next page
        
        - `P`: Previous page 
        
        - `l`: Open link
        
        - `m`: Open menu
        
        ## Menu
        
        - `m`: Close menu
        
        - `j`: Scroll down
        
        - `k`: Scroll up
        
        - `h`: Change option (left)
        
        - `l`: Change option (right)
        
        # 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
