Hacker News new | ask | show | jobs
by scioto 643 days ago
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.
1 comments

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