From 404e977128141dc46b53cc41023c2b3cd3910a3e Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:56:46 +0300 Subject: [PATCH] README: update `CLI examples` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c4d97a..47cb6d0 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ CLI examples: # AI chat ddgs chat # text search -ddgs text -k "yuchi language" +ddgs text -k "standard oil" # find and download pdf files via proxy ddgs text -k "pushkin filetype:pdf" -r wt-wt -m 50 -d -p https://1.2.3.4:1234 # using Tor Browser as a proxy (`tb` is an alias for `socks5://127.0.0.1:9150`) @@ -50,7 +50,7 @@ ddgs text -k "'neuroscience exploring the brain' filetype:pdf" -m 70 -o csv # find and download images ddgs images -k "beware of false prophets" -r wt-wt -type photo -m 500 -d # get news for the last day and save to json -ddgs news -k "sanctions" -m 50 -t d -o json +ddgs news -k "sanctions" -m 100 -t d -o json ``` [Go To TOP](#TOP)