Search Usage Examples#
The asrch search command is used for performing search operations. Here are some examples of its usage:
Perform a Basic Search
To perform a basic search operation:
python -m asrch search --query "your search query"
Show Browser Header
To show the browser header during the search:
python -m asrch search --query "your search query" --header
Use a Proxy
To perform the search using a proxy:
python -m asrch search --query "your search query" --proxy "192.168.1.1:8080"
Enable Logging
To enable logging messages for the search:
python -m asrch search --query "your search query" --log
Suppress Logging
To suppress logging messages (this option is for Emacs mode and should be ignored in normal CLI usage):
python -m asrch search --query "your search query" --no-log