Metadata-Version: 1.1
Name: mirage_linemode
Version: 0.1.1
Summary: Customizable linemode plugin for ranger.
Home-page: https://github.com/hankei6km/mirage_linemode
Author: hankei6km
Author-email: hankei6km@gmail.com
License: MIT
Description: Mirage Linemode
        ===============
        
        [
        
        Customizable linemode plugin for `ranger <https://ranger.github.io/>`__.
        
        -  Display folder icon :file\_folder:, file icon :page\_facing\_up: by
           using emoji.
        -  Assign icon to XDG User directory and special directories/files(ie.
           ``setup.cfg`` ``package.json`` ``tests`` etc).
        
        mirage\_linemode has been strongly influenced by
        `ranger\_devicons <https://github.com/alexanderjeurissen/ranger_devicons.git>`__
        
        Installation
        ------------
        
        Install package and initialize.
        
        ::
        
            # pip install mirage_linemode
            $ mirage_linemode_ctrl init
        
        Usage
        -----
        
        Enable plugin.
        
        ::
        
            $ mirage_linemode_ctrl enable
        
        Uninstallation
        --------------
        
        ::
        
            $ mirage_linemode_ctrl disable
            # pip uninstall mirage_linemode
        
        and,
        
        Remove ``<xdg config home>/mirage-linemode`` directory, if you want to
        clean up cutomized files. (In many cases, ``<xdg config home>`` may be
        ``$HOME/.config``)
        
        Theme
        -----
        
        Mirage Linemode imports
        ``<xdg config home>/mirage-linemode/mirage_linemode_theme.yml`` as theme
        when plugin activated every time.
        
        Further info, See
        `README\_ja.md <https://github.com/hankei6km/mirage_linemode/blob/master/README_ja.md>`__.
        
        License
        -------
        
        Copyright (c) 2018 hankei6km
        
        Licensed under the MIT License. See LICENSE.txt in the project root.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Desktop Environment :: File Managers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
