Rust based TUI to read flavortown devlogs! Uses Ratatui. BYO API Key.
Used Claude for help with finding a library to parse markdown and a bit of the markdown parsing code
Rust based TUI to read flavortown devlogs! Uses Ratatui. BYO API Key.
Used Claude for help with finding a library to parse markdown and a bit of the markdown parsing code
Final touches done!
tui-markdown’s defaults were annoyingSHIP TIME
Log in to leave a comment
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:
Log in to leave a comment
Set up the basic tui and loop:
Next:
Log in to leave a comment
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:
Log in to leave a comment