From 2b2ae95d873bbaa3362792aac8c6ac46e4aa7ec7 Mon Sep 17 00:00:00 2001 From: Nabeen Tiwaree Date: Fri, 8 Sep 2023 12:01:45 +0545 Subject: [PATCH] docx: update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9f10060..328c0ff 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,13 @@ Built from the ground up for ease of use, performance, beautiful ui and portabil ![](https://raw.githubusercontent.com/pwnwriter/haylxon/showcase/v0.1.2/feature.png) + - **Read urls from stdin**. ✂️ + You can use `--stdin` flag and read urls from stdin as well. + ```bash + $ cat urls.txt | hxn -b $(which brave) --stdin --silent + ``` + + ![](https://raw.githubusercontent.com/pwnwriter/haylxon/showcase/v0.1.2/stdin.png)