diff --git a/docs/usage.rst b/docs/usage.rst index c837fbd9..fddc5da6 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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 `_ allows applying + Parsel selectors to the standard input. For example, you can apply a Parsel + selector to the output of cURL_. + +- `parselcli + `_ 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