Metadata-Version: 2.1
Name: papis-dmenu
Version: 0.3
Summary: dmenu based inerface for papis
Home-page: https://github.com/papis/papis-dmenu
Author: Alejandro Gallo
Author-email: aamsgallo@gmail.com
License: GPLv3
Description: Papis-dmenu
        ===========
        
        |Pypi| |RTD| |Python| |TRAVIS|
        
        ::
        
            If you use this plugin and you would like to
            MAINTAIN it, send us an email, we're looking for an active maintainer.
        
        
        This project implements a picker based on
        `dmenu <https://tools.suckless.org/dmenu/>`_
        for papis.
        
        Usage
        -----
        
        Just use it as a
        `picktool <https://papis.readthedocs.io/en/latest/configuration.html#config-settings-picktool>`_
        
        ::
        
          papis --set picktool dmenu open
        
        Installation
        ------------
        
        There is a version in PyPi
        
        ::
        
          pip3 install papis-dmenu
        
        or
        
        ::
        
          sudo pip3 install papis-dmenu
        
        TODO
        ----
        - [ ] Gradually type the project
        - [ ] Implement some more tests
        - [ ] Document a bit
        
        
        .. |TRAVIS| image:: https://travis-ci.org/papis/papis-dmenu.svg?branch=master
           :target: https://travis-ci.org/papis/papis-dmenu
        .. |Python| image:: https://img.shields.io/badge/Python-3%2B-blue.svg
           :target: https://www.python.org
        .. |Pypi| image:: https://badge.fury.io/py/papis-dmenu.svg
           :target: https://badge.fury.io/py/papis-dmenu
        .. |RTD| image:: https://readthedocs.org/projects/papis-dmenu/badge/?version=latest
           :target: http://papis-dmenu.readthedocs.io/en/latest/?badge=latest
        
Keywords: papis,dmenu,bibtex,management,cli,biliography
Platform: linux
Platform: osx
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Provides-Extra: develop
