Skip to content

Commit a91f9e2

Browse files
committed
Include references in the documentation to known Parsel CLI tools
1 parent 8fc608e commit a91f9e2

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
@@ -743,6 +743,23 @@ are more predictable: ``.get()`` always returns a single result,
743743
``.getall()`` always returns a list of all extracted results.
744744

745745

746+
Command-Line Interface Tools
747+
============================
748+
749+
There are third-party tools that allow using Parsel from the command line:
750+
751+
- `Parsel CLI <https://github.com/rmax/parsel-cli>`_ allows applying
752+
Parsel selectors to the standard input. For example, you can apply a Parsel
753+
selector to the output of cURL_.
754+
755+
- `parselcli
756+
<https://github.com/Granitosaurus/parsel-cli>`_ provides an interactive
757+
shell that allows applying Parsel selectors to a remote URL or a local
758+
file.
759+
760+
.. _cURL: https://curl.haxx.se/
761+
762+
746763
.. _topics-selectors-ref:
747764

748765
API reference

0 commit comments

Comments
 (0)