Metadata-Version: 1.0
Name: dxr-cmd
Version: 0.2.2
Summary: Command-line tool for querying DXR.
Home-page: https://github.com/Osmose/dxr
Author: Michael Kelly
Author-email: me@mkelly.me
License: MIT
Description: DXR Command-line Tool
        =====================
        
        A small command-line tool for searching `DXR <https://dxr.mozilla.org/>`_.
        
        .. image:: https://osmose.github.io/dxr-cmd/dxr-cmd.gif
        
        Install
        -------
        DXR-cmd is written in Python and can be installed using ``pip``, which comes
        included with most recent versions of Python::
        
            pip install dxr-cmd
        
        
        Usage
        -----
        
        Adds a command called ``dxr``:
        
        ::
        
            Run a search against DXR.
        
            Usage: dxr [options] <query>...
        
            Options:
              --case-insensitive  Perform a case-insensitive search (searches are
                                  case-sensitive by default).
              -h --help           Show this screen.
              --limit=LIMIT       Maximum number of matches [default: 50]
              --no-highlight      Disable syntax highlighting.
              --pager=PROGRAM     Direct output through PROGRAM.
              --server=DOMAIN     DXR instance to send the search request to.
                                  [default: https://dxr.mozilla.org]
              --style=STYLE       Name of Pygments style for syntax highlighting.
                                  [default: paraiso-dark]
              --tree=TREE         Code tree to search against.
                                  [default: mozilla-central]
              -v --version        Show program version.
        
        
        Developer Setup
        ---------------
        
        1. Use a `virtualenv <https://virtualenv.pypa.io/en/latest/>`_!
        2. Install the package in development mode::
        
            $ ./setup.py develop
        
        
        License
        -------
        This software is licensed under the
        `MIT License <http://opensource.org/licenses/MIT>`_. For more information, see
        the ``LICENSE`` file.
        
Platform: UNKNOWN
