From 0e07c5eb9a6cc2e2c5194d6a001b8c64b1241d02 Mon Sep 17 00:00:00 2001 From: Jim Huang <jserv.tw@gmail.com> Date: Thu, 30 Sep 2021 20:30:40 +0800 Subject: [PATCH] Add w3m w3m is a pager with WWW capability. It is a pager, but it can be used as a text-mode WWW browser. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da3355d..ee41147 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ List of projects that provide terminal user interfaces - [Rainbowstream](https://github.com/orakaro/rainbowstream) A smart and nice Twitter client on terminal written in Python - [rtv](https://github.com/michael-lazar/rtv) Browse Reddit from your terminal - [tblogs](https://github.com/ezeoleaf/tblogs) Read and browse development blogs from your terminal +- [w3m](https://github.com/tats/w3m) A text-mode WWW browser --- There's a crazy amount of TUI projects out there, and we can't list them all (though we try!)