Spell checking on multiple text files.
Having an output of the form as 'gcc' produces it:
intro/main.txt:12: 'hierarchie' -- orthograph
concepts/detail/experiment.txt:12: 'propper' -- orthograph
is a good formal description of a 'todo' list. Also, it enables spell checking by IDEs such as vim and emacs. They can parse this content and jump to the place at focus at button press.
I would like to run ispell/aspell on multiple text files and generate a list of errors in a compiler-error-like fashion.