Metadata-Version: 2.1
Name: Conolist
Version: 0.13
Summary: Work with paths with extra tools from command line interface simple.
Home-page: https://github.com/E-RROR/conolist
Author: Sina Farhadi
Author-email: sina.farhadi.cyber@gmail.com
License: MIT
Description: <p align="center">
        <img src="https://image.flaticon.com/icons/svg/2948/2948063.svg" height="150" width="250" />  
        </p>
        <h1 align="center">CONO LIST</h1>
        <h3 align="center">Surfe paths grapihcal from console</h3>
        <p align="center">
          <img src="https://img.shields.io/pypi/v/conolist"/>
          <img src="https://img.shields.io/github/issues/E-RROR/conolist"/>
        </p>
        
        # Installation
        ```
        pip3 install conolist
        ```
        # How its like
        /home/sina
            ..
            $ snap
            $ .conda
        ->  $ .gnome
            $ .config
            $ .local
            $ Downloads
        
        # Usage
        from anywhere in your terminal just run `conolist`
        
        # Keys and features available
        | Key | Purpose|
        | --- | --- |
        | q | quit |
        | c  | enter command |
        | Key up | go up |
        | Key Down  | go down |
        | Enter | go to that path |
        
        # Example
        [![asciicast](https://asciinema.org/a/345407.svg)](https://asciinema.org/a/345407)
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3
Description-Content-Type: text/markdown
