w3m
提供: FreeBSD入門
2015年4月20日 (月) 00:34時点におけるDaemon (トーク | 投稿記録)による版 (ページの作成:「w3mコマンドは、国産のテキストブラウザですが、ページャでもあります。画像を表示できるw3m-imgもあります。 '''読み方...」)
スポンサーリンク
w3mコマンドは、国産のテキストブラウザですが、ページャでもあります。画像を表示できるw3m-imgもあります。
読み方
- w3m
- だぶりゅー さん えむ, だぶりゅー すり えむ, だぶる さん えむ、だぶる すりー えむ
目次
概要
w3mは、 WWW-wo-Miru(WWWを見る)から名付けられました。 w3m(だぶる さん えむ)は、国産のテキストブラウザですが、ページャでもあります。wgetやfetchコマンドでダウンロードし辛いファイルをウェブからダウンロードをするときにも利用できます。
w3m-imgを使うと、w3mでもターミナルでも画像を表示することもできます。
Emacsのemacs-w3mやvimのw3m.vimなどもあります。
インストール
pkgコマンドでインストールする場合
sudo pkg install w3m
w3m-imgをインストールする場合は、以下の通りです。 pkgコマンドでインストールする場合
sudo pkg install w3m-img
設定
~/.w3m
が設定ファイルのディレクトリです。
使い方
コマンドラインオプション
w3m version w3m/0.5.3, options lang=en,m17n,color,ansi-color,mouse,sysmouse,menu, cookie,ssl,ssl-verify,external-uri-loader,w3mmailer, nntp,ipv6,alarm,mark usage: w3m [options] [URL or filename] options: -t tab set tab width -r ignore backspace effect -l line # of preserved line (default 10000) -I charset document charset -O charset display/output charset -e EUC-JP -s Shift_JIS -j JIS -B load bookmark -bookmark file specify bookmark file -T type specify content-type -m internet message mode -v visual startup mode -M monochrome display -N open URL of command line on each new tab -F automatically render frame -cols width specify column width (used with -dump) -ppc count specify the number of pixels per character (4.0...32.0) -dump dump formatted page into stdout -dump_head dump response of HEAD request into stdout -dump_source dump page source 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 -4 IPv4 only (-o dns_order=4) -6 IPv6 only (-o dns_order=6) -no-mouse don't use mouse -cookie use cookie (-no-cookie: don't use cookie) -graph use DEC special graphics for border of table and menu -no-graph use ACII character for border of table and menu -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 -o opt=value assign value to config option -show-option print all config options -config file specify config file -help print this usage message -version print w3m version -reqlog write request logfile -debug DO NOT USE
ウェブブラウジング
w3mコマンドでウェブページを見るには、以下のコマンドを実行します。
$ w3m http://www.google.com/
白黒で表示する
デフォルトでは、カラー表示ですが、白黒にしたい場合は、 -M オプションで白黒にできます。
w3m -M http://www.yahoo.co.jp/
ローカルのHTMLファイルを表示する
$ w3m -T text/html foo.html
ページャとしてのw3m
w3mは、このような形でページャとして利用できます。
ls | w3m
関連項目
ツイート
スポンサーリンク