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 @@ -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
785802API reference
You can’t perform that action at this time.
0 commit comments