Metadata-Version: 1.1
Name: xonsh-pacman-tabcomplete
Version: 0.1
Summary: pacman tabcomplete support for the Xonsh shell
Home-page: https://github.com/gforsyth/xonsh-pacman-tabcomplete
Author: Gil Forsyth
Author-email: gilforsyth@gmail.com
License: MIT
Description: xonsh-pacman-tabcomplete
        ========================
        
        Better tab completion for pacman in xonsh
        
        .. raw:: html
        
           <hr>
        
        | This provides better tab completion for ``pacman`` for ``xonsh`` users
          on Arch Linux.
        | It properly filters package names based on a given prefix and will
          only show installed packages when trying to remove a package, etc...
        
        Installation
        ------------
        
        Just do a
        
        .. code:: console
        
            pip install xonsh-pacman-tabcomplete
        
        or you can clone the repo and do
        
        .. code:: console
        
            python setup.py install
        
        Configuration
        -------------
        
        To automatically load pacman completion at startup, put
        
        .. code:: console
        
            xontrib load pacman_tabcomplete
        
        in your ``.xonshrc``
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
