aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLouis Burda <dev@sinitax.com>2026-02-03 02:40:25 +0100
committerLouis Burda <dev@sinitax.com>2026-02-03 02:40:25 +0100
commit50841efdb6ea07e64f11cd5d2ceaa62fb80bd906 (patch)
tree3a2bc47a9e5607112623f4deb315ae7f5e82e55a /README.md
parent7018784a38ed41f2875449dd36ae7aa106fe5d0d (diff)
downloadtldr-main.tar.gz
tldr-main.zip
Fix errors and --nodriver modeHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ce453bb..3ac8d6f 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ tldr <URL> -m <provider/model>
| `-p, --proxy` | Proxy URL (e.g., `http://proxy:8080`) |
| `-H, --header` | HTTP header (`Name: Value`). Repeatable |
| `-n, --nodriver` | Use headless browser for JS-rendered pages |
+| `-d, --debug` | Show browser window when using `--nodriver` |
| `-r, --raw` | Output raw text without summarization |
| `-h, --help` | Show help |
@@ -52,6 +53,9 @@ tldr https://example.com -H "Authorization: Bearer token" -m openai/gpt-4o
# Raw text output
tldr https://example.com --raw
+
+# Debug mode (show browser window)
+tldr https://example.com --nodriver --debug -m claude/sonnet
```
## Environment Variables