From f48ff281ea4a71a16c8ccbd219248d45f6f124da Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Sun, 9 Jun 2024 00:02:08 +0300 Subject: [PATCH] Improve README --- .github/images/usage.svg | 71 ++++++++++++++++++++++++++++++++++++++++ README.md | 23 +------------ 2 files changed, 72 insertions(+), 22 deletions(-) create mode 100644 .github/images/usage.svg diff --git a/.github/images/usage.svg b/.github/images/usage.svg new file mode 100644 index 0000000..4f02096 --- /dev/null +++ b/.github/images/usage.svg @@ -0,0 +1,71 @@ + + + + subdy Usage + + + + + + + + + + + + + + + + + + Terminal + Usage: subdy {options} domain + Options + --ip, -I ............... Resolve subdomains IP + --dns, -D name-or-url .. DoH provider (cloudflare|google|url) + --no-color, -nc ........ Disable colors in output + --help, -h ............. Show this help message + --version, -v .......... Show version + Examples + subdy go.dev + Find all subdomains of go.dev + subdy -I go.dev + Find all subdomains of go.dev and resolve their IPs + subdy -I -D google go.dev + Find all subdomains of go.dev and resolve their IPs using Google DNS + + + diff --git a/README.md b/README.md index 950d57b..64d3c65 100644 --- a/README.md +++ b/README.md @@ -78,28 +78,7 @@ subdy --generate-man | sudo gzip > /usr/share/man/man1/subdy.1.gz ### Usage -``` -Usage: subdy {options} domain - -Options - - --ip, -I Resolve subdomains IP - --dns, -D name-or-url DoH provider (cloudflare|google|url) - --no-color, -nc Disable colors in output - --help, -h Show this help message - --version, -v Show version - -Examples - - subdy go.dev - Find all subdomains of go.dev - - subdy -I go.dev - Find all subdomains of go.dev and resolve their IPs - - subdy -I -D google go.dev - Find all subdomains of go.dev and resolve their IPs using Google DNS -``` + ### CI Status