5 ms·
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 s
by scioto 2y 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.
- BlindEyeHalo 2y agoseems fairly trivial to chain together something with find, pandoc (https://pandoc.org/MANUAL.html https://pandoc.org/MANUAL.html) and cat.