readr

Minimal RSS reader (WIP)
Log | Files | Refs | README | LICENSE

commit dc1a2d8f1d45af6abaef87e41955fd0610b8a3b6
parent 65cd4fd8b812d865284d47885e5ed46cb2b9b4f6
Author: citbl <citbl@citbl.org>
Date:   Wed,  8 Oct 2025 23:24:11 +1000

readme

Diffstat:
DREADME | 15---------------
AREADME.md | 26++++++++++++++++++++++++++
Ascreenshot.png | 0
3 files changed, 26 insertions(+), 15 deletions(-)

diff --git a/README b/README @@ -1,15 +0,0 @@ -readr ------ - -Minimal RSS reader (WIP) - -requirements - libcurl - libmrss - -uses - termbox2.h - --std=c99 - -WIP diff --git a/README.md b/README.md @@ -0,0 +1,26 @@ +## readr + +Minimal RSS reader (WIP) + +requirements + libcurl + libmrss + +uses + termbox2.h + +-std=c99 + +### SCREENSHOT + +![readr screenshot](screenshot.png) + +WIP + +### SEE + +TODO + +### LICENSE + +Apache-2.0 diff --git a/screenshot.png b/screenshot.png Binary files differ.