Skip to content

Commit

Permalink
Merge pull request #151 from Gallaecio/cli-tools-documentation
Browse files Browse the repository at this point in the history
Include references in the documentation to known Parsel CLI tools
  • Loading branch information
kmike authored Sep 25, 2019
2 parents d9b3d0c + a91f9e2 commit 0691799
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,23 @@ are more predictable: ``.get()`` always returns a single result,
``.getall()`` always returns a list of all extracted results.


Command-Line Interface Tools
============================

There are third-party tools that allow using Parsel from the command line:

- `Parsel CLI <https://github.com/rmax/parsel-cli>`_ allows applying
Parsel selectors to the standard input. For example, you can apply a Parsel
selector to the output of cURL_.

- `parselcli
<https://github.com/Granitosaurus/parsel-cli>`_ provides an interactive
shell that allows applying Parsel selectors to a remote URL or a local
file.

.. _cURL: https://curl.haxx.se/


.. _topics-selectors-ref:

API reference
Expand Down

0 comments on commit 0691799

Please sign in to comment.