W3m

Ubuntu Korea Community Wiki
둘러보기로 이동 검색으로 이동
파일:GeekInside.jpg
  변태주의!

  지나치게 비정상적(?)인 사용법 등을 나타내는 문서입니다. 기본적인 지식이 없을 경우 알아듣지 못할 가능성이 있습니다!!!

W3m - a text based Web browser and pager 설치하기[편집]

<SyntaxHighlight lang="bash"> $ sudo apt-get install w3m w3m-img </SyntaxHighlight>

  • 실행

<SyntaxHighlight lang="bash"> $ w3m google.com // 구글 페이지 CLI모드로 접속 </SyntaxHighlight>

기본조작[편집]

<SyntaxHighlight lang="bash"> OPTIONS

      At  start  up,  w3m will load any local file or remote URL specified at
      the command line.  For help  with  runtime  options,  press  "H"  while
      running w3m.  Command line options are:
      -t tab set tab width
      -r     ignore backspace effect
      -l line
             # of preserved line (default 10000)
      -B     load bookmark
      -bookmark file
             specify bookmark file
      -T type
             specify content-type
      -m     internet message mode
      -v     visual startup mode
      -M     monochrome display
      -F     automatically render frame
      -dump  dump formatted page into stdout
      -cols width
             specify column width (used with -dump)
      -ppc count
             specify  the number of pixels per character (default 8.0) Larger
             values will make tables narrower.
      -dump_source
             dump page source into stdout
      -dump_head
             dump response of HEAD request into stdout
      -dump_both
             dump HEAD and source into stdout
      -dump_extra
             dump HEAD, source, and extra information into stdout
      -post file
             use POST method with file content
      -header string
             insert string as a header
      +<num> goto <num> line
      -num   show line number
      -no-proxy
             don’t use proxy
      -no-mouse
             don’t use mouse
      -cookie
             use cookie.
      -no-cookie
             don’t use cookie
      -pauth user:pass
             proxy authentication
      -s     squeeze multiple blank lines
      -W     toggle wrap search mode
      -X     don’t use termcap init/deinit
      -title [=TERM]
             set buffer name to terminal title string.  If TERM is specified,
             use the TERM style title configuration.
      -o opt=value
             assign value to config option
      -show-option
             show all available config option
      -config file
             specify config file
      -help  show usage
      -version
             show w3m version
      -debug DO NOT USE

</SyntaxHighlight>