Examples

The asrch search command is used for performing search operations. Here are some examples of its usage:

Note

--browse similar to this, will be added to send in future updates

  1. Perform a Basic Search

    To perform a basic search operation:

    asrch search "your search query"
    
  2. Show Browser Header

    To show the browser header during the search:

    asrch search "your search query" --header
    
  3. Use a Proxy

    To perform the search using a proxy:

    asrch search "your search query" --proxy "192.168.1.1:8080"
    
  4. Enable Logging

    To enable logging messages for the search:

    asrch search "your search query" --log
    
  5. Suppress Logging

    Note

    no-log is set by default so you should only have to pass --log if you want verbosity

    To suppress logging messages:

    asrch search "your search query" --no-log
    

Examples#

Search for the weather

asrch search "Whats the weather like"