diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-01-07 19:05:12 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-01-07 19:07:11 +0100 |
commit | 13fd6cd8bc8a4fcfdc0fd1e89dc57ea9c1d1b3c0 (patch) | |
tree | 74f1a0eba45b268265359155914d2a9c0141642f /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
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. + + + +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. |