aboutsummaryrefslogtreecommitdiffstats
path: root/tldr.1
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 /tldr.1
parent7018784a38ed41f2875449dd36ae7aa106fe5d0d (diff)
downloadtldr-main.tar.gz
tldr-main.zip
Fix errors and --nodriver modeHEADmain
Diffstat (limited to 'tldr.1')
-rw-r--r--tldr.113
1 files changed, 12 insertions, 1 deletions
diff --git a/tldr.1 b/tldr.1
index 5f9bb3b..37b45db 100644
--- a/tldr.1
+++ b/tldr.1
@@ -23,9 +23,12 @@ Proxy URL for HTTP requests (e.g., http://proxy:8080).
HTTP header in "Name: Value" format. Can be specified multiple times.
.TP
.BR \-n ", " \-\-nodriver
-Use nodriver (headless browser) to fetch JavaScript-rendered pages.
+Use nodriver (headless browser by default) to fetch JavaScript-rendered pages.
Incompatible with \fB\-\-header\fR. Supports \fB\-\-proxy\fR.
.TP
+.BR \-d ", " \-\-debug
+Show browser window when using \fB\-\-nodriver\fR (disables headless mode).
+.TP
.BR \-r ", " \-\-raw
Output raw extracted text instead of LLM summary.
.TP
@@ -93,6 +96,14 @@ Output raw text without summarization:
tldr https://example.com --raw
.fi
.RE
+.PP
+Debug mode (show browser window):
+.PP
+.RS
+.nf
+tldr https://example.com --nodriver --debug -m claude/sonnet
+.fi
+.RE
.SH SEE ALSO
.BR curl (1),
.BR wget (1)