File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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
748765API reference
You can’t perform that action at this time.
0 commit comments