From 13fd6cd8bc8a4fcfdc0fd1e89dc57ea9c1d1b3c0 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 7 Jan 2025 19:05:12 +0100 Subject: Initial commit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..4dcd3fe --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Rdrview plugin for Dillo + +[Rdrview][] plugin for [Dillo][] written in Bash. + +![](screenshot.png) + +Requires curl and rdrview installed. + +To install use: + +```sh +make install +``` + +To enable the reader mode add `rdrview:` in front of the URL. + +[Rdrview]: https://github.com/eafer/rdrview +[Dillo]: https://dillo-browser.github.io/ + +GPLv3 licensed. -- cgit v1.2.3