Flavortown Reader banner

Flavortown Reader

4 devlogs
1h 33m 31s

Rust based TUI to read flavortown devlogs! Uses Ratatui. BYO API Key.

This project uses AI

Used Claude for help with finding a library to parse markdown and a bit of the markdown parsing code

Demo Repository

Loading README...

Kyle

Final touches done!

  • Updated the headers.
  • Used Claude for some help with parsing the markdown because tui-markdown’s defaults were annoying
  • Added a border to the devlog text

SHIP TIME

Attachment
0
Kyle

I spent a while trying to do the title but then realised the ID returned by the api is not a project id. I don’t think it’s possible to get the project details unless I’m missing something, so I’ll just leave it without it. I did some styling though :yay:

Next up:

  • make text wrap
  • check any unfinished to dos
  • ship???
Attachment
Attachment
0
Kyle

Set up the basic tui and loop:

  • scroll through logs with j / k
  • quit with q
  • shows project id (hopefully next it will also show project title and maybe author
  • shows devlog

Next:

  • as i said, show the project title and author if possible
  • make it look nicer (make title bold / big, add borders to sections, add colors etc)
Attachment
0
Kyle

I got the basic api call working, so I can get started on making the tui with ratatui now! So far it just prints out the first devlog returned by the api.

To Dos:

  • Build the TUI
  • Display the project name and ID as a title
  • Display the user?
  • Get rid of that warning in the screenshot
Attachment
0