richterm

"terminal emulator" with support for text fonts and images for plan9
git clone git://nsmpr.xyz/richterm.git
Log | Files | Refs | README

commit c089bab0b8e0c8d7da86b98fd95d278cc90da572
parent b6134d4f3f8fb0f25a162c34e4bba947d5b5c9a0
Author: Pavel Renev <an2qzavok@gmail.com>
Date:   Sun, 10 Apr 2022 08:54:44 +0000

README.md: mention Markdown

Diffstat:
MREADME.md | 14++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md @@ -43,20 +43,18 @@ mostly like usual and it will be send to stdin of running process. Right-click menu combines link operations (Follow, Snarf, Plumb) and user menu managed by `/menu` file. -# Extra +## Extra `Handler` is an rc script that handles richterm's link and menu events. It tries to open links in appropriate programs or sends them to plumber. -For now, three programs are provided: `Dir`, `Gopher` and `Gemini`: +For now, these programs are provided: -`Dir` prints direcrory listing, supplied with appropriate link for -every line. - -`Gopher` prints gopher menus and text files from supplied gopher URL. - -`Gemini` does the same for gemini URLs. +- `Dir` prints direcrory listing, supplied with appropriate link for every line. +- `Markdown` prints [markdown](https://daringfireball.net/projects/markdown/)-formatted files. +- `Gopher` prints gopher menus and text files from supplied gopher URL. +- `Gemini` does the same for gemini URLs. In addition, `Handler` manages primitive link history via 'Back' option in user menu.