From cba7003fa9804c3768d38ab6d85c26c9de27bb41 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 1 Oct 2021 00:50:06 +0800 Subject: [PATCH] Add w3m (#29) 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 f6a00d7..4f2a884 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,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!)