Post #1836974
2026-04-25 16:29 UTC
Have been receiving a bunch of feature requests for threadcat 🧶🐱, my little tool that downloads Mastodon threads as Markdown files! https://codeberg.org/blinry/threadcat
Just released v0.1.2, it adds:
A --help option, to tell you how to use it!
An -o / --output option to specify where the Markdown should be written to.
And it now refuses to overwrite existing Markdown files.
I also replaced the anyhow crate with color_eyre, which formats error messages very nicely!
Replies (1)
-
@aiyion@infosec.exchange 2026-04-25 16:54
@blinry don't forget to push the tag as well :) The tool is a nice idea, looking forward to use it!