zoukankan      html  css  js  c++  java
  • googler command usage

    Googler command usage

    usage: googler [-h] [-s N] [-n N] [-N] [-V] [-c TLD] [-l LANG] [-g CC] [-x]
                   [--colorize [{auto,always,never}]] [-C] [--colors COLORS] [-j] [-t dN] [--from FROM]
                   [--to TO] [-w SITE] [-e SITE] [--unfilter] [-p PROXY] [--notweak] [--json]
                   [--url-handler UTIL] [--show-browser-logs] [--np] [-4] [-6] [-u] [--include-git] [-v] [-d]
                   [KEYWORD [KEYWORD ...]]
    
    Google from the command-line.
    
    positional arguments:
      KEYWORD               search keywords
    
    optional arguments:
      -h, --help            show this help message and exit
      -s N, --start N       start at the Nth result
      -n N, --count N       show N results (default 10)
      -N, --news            show results from news section
      -V, --videos          show results from videos section
      -c TLD, --tld TLD     country-specific search with top-level domain .TLD, e.g., 'in' for India
      -l LANG, --lang LANG  display in language LANG
      -g CC, --geoloc CC    country-specific geolocation search with country code CC, e.g. 'in' for India.
                            Country codes are the same as top-level domains
      -x, --exact           disable automatic spelling correction
      --colorize [{auto,always,never}]
                            whether to colorize output; defaults to 'auto', which enables color when stdout
                            is a tty device; using --colorize without an argument is equivalent to
                            --colorize=always
      -C, --nocolor         equivalent to --colorize=never
      --colors COLORS       set output colors (see man page for details)
      -j, --first, --lucky  open the first result in web browser and exit
      -t dN, --time dN      time limit search [h5 (5 hrs), d5 (5 days), w5 (5 weeks), m5 (5 months), y5 (5
                            years)]
      --from FROM           starting date/month/year of date range; must use American date format with
                            slashes, e.g., 2/24/2020, 2/2020, 2020; can be used in conjunction with --to,
                            and overrides -t, --time
      --to TO               ending date/month/year of date range; see --from
      -w SITE, --site SITE  search a site using Google
      -e SITE, --exclude SITE
                            exclude site from results
      --unfilter            do not omit similar results
      -p PROXY, --proxy PROXY
                            tunnel traffic through an HTTP proxy; PROXY is of the form
                            [http://][user:password@]proxyhost[:port]
      --notweak             disable TCP optimizations and forced TLS 1.2
      --json                output in JSON format; implies --noprompt
      --url-handler UTIL    custom script or cli utility to open results
      --show-browser-logs   do not suppress browser output (stdout and stderr)
      --np, --noprompt      search and exit, do not prompt
      -4, --ipv4            only connect over IPv4 (by default, IPv4 is preferred but IPv6 is used as a
                            fallback)
      -6, --ipv6            only connect over IPv6
      -u, --upgrade         perform in-place self-upgrade
      --include-git         when used with --upgrade, get latest git master
      -v, --version         show program's version number and exit
      -d, --debug           enable debugging
    
    omniprompt keys:
      n, p                  fetch the next or previous set of search results
      index                 open the result corresponding to index in browser
      f                     jump to the first page
      o [index|range|a ...] open space-separated result indices, numeric ranges
                            (sitelinks unsupported in ranges), or all, in browser
                            open the current search in browser, if no arguments
      O [index|range|a ...] like key 'o', but try to open in a GUI browser
      g keywords            new Google search for 'keywords' with original options
                            should be used to search omniprompt keys and indices
      c index               copy url to clipboard
      u                     toggle url expansion
      q, ^D, double Enter   exit googler
      ?                     show omniprompt help
      *                     other inputs issue a new search with original options
    
  • 相关阅读:
    02 小白新一天
    集合排序
    匿名内部类-Lambda表达式
    设计模式之适配器设计
    设计模式之代理设计
    设计模式之工厂设计
    依赖倒转原则
    多态及练习题
    在一个类中调用另外一个类
    对象的三大特性之封装
  • 原文地址:https://www.cnblogs.com/movit/p/15700470.html
Copyright © 2011-2022 走看看