Skip to content

Commit 0691799

Browse files
authored
Merge pull request #151 from Gallaecio/cli-tools-documentation
Include references in the documentation to known Parsel CLI tools
2 parents d9b3d0c + a91f9e2 commit 0691799

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/usage.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,23 @@ are more predictable: ``.get()`` always returns a single result,
780780
``.getall()`` always returns a list of all extracted results.
781781

782782

783+
Command-Line Interface Tools
784+
============================
785+
786+
There are third-party tools that allow using Parsel from the command line:
787+
788+
- `Parsel CLI <https://github.com/rmax/parsel-cli>`_ allows applying
789+
Parsel selectors to the standard input. For example, you can apply a Parsel
790+
selector to the output of cURL_.
791+
792+
- `parselcli
793+
<https://github.com/Granitosaurus/parsel-cli>`_ provides an interactive
794+
shell that allows applying Parsel selectors to a remote URL or a local
795+
file.
796+
797+
.. _cURL: https://curl.haxx.se/
798+
799+
783800
.. _topics-selectors-ref:
784801

785802
API reference

0 commit comments

Comments
 (0)