Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use browser on terminal on Mac?

Tags:

terminal

I have a mac and I want to use browser on terminal. I found resources for Ubuntu and CentOS.

I am using brew package manager and iTerm.

How can I use for Mac?

like image 724
Rohan Khanna Avatar asked Apr 08 '16 09:04

Rohan Khanna


Video Answer


1 Answers

You can use w3m on the Mac. Do brew install w3m on iTerm.

In your shell browse like w3m google.com.

Here is proper documentation http://w3m.sourceforge.net/MANUAL.

like image 67
Rajat Gupta Avatar answered Oct 19 '22 06:10

Rajat Gupta