diff --git a/README.md b/README.md index 7968542..599cd7b 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,15 @@ Execute the wrapper scripts located at `x/`, depending on the **action you want This scripts can also be **called into a cron job** directly +# Usage Examples! + +```bash +./x/blist-add-alldomain google.com # block entire google.com domain +./x/blist-add-domainonly www.google.es # block only the given domain/subdomain +./x/clear-rejected-urls # clear all rejected URLS +./x/purge-by-lang fr # purge all URLs by the given language code +./x/purge-by-lang de +./x/purge-by-lang ru +./x/purge-by-regex amazon.com # purges all URLs that contains the given string in the DOMAIN part of the URL +./x/terminate-all # terminate all crawling tasks right now! (starts different crawling jobs if Auto-Crawl is ON) +```