Live data from Hacker News

Show HN: Vomitorium – all of your project in 1 text file

npmjs.com

21–30 of 56 posts

Re: Show HN: Vomitorium – all of your project in 1 text file

#21
It'd be nice if something similar were available to traverse, say, directories of writings in Markdown, Word, LibreOffice, etc., and output a single text file so I have all my writings in one place. Plus allow plug-ins to extract from more exotic file types not originally included.

Re: Show HN: Vomitorium – all of your project in 1 text file

#25
The name links up nicely with AI enshittification. Although if you wanted to be pedantic, for that metaphor to work you'd really want to call it "gorge" or something more related to ingestion rather than vomiting. (I'm aware that a vomitorium was the exit from a Roman stadium, so it's not really about throwing up either).

Re: Show HN: Vomitorium – all of your project in 1 text file

#30
post #21

It'd be nice if something similar were available to traverse, say, directories of writings in Markdown, Word, LibreOffice, etc., and output a single text file so I have all my writings in one place. Plus allow plug-ins to extract from more exotic file types not originally included.

seems fairly trivial to chain together something with find, pandoc (https://pandoc.org/MANUAL.html) and cat.
Post reply on HN