#latex #cleaner #cleanup #current-directory #cleaning #intermediary

app latex_cleaner

Utility for cleaning LaTeX intermediary files from the current directory or one passed in

5 stable releases

1.3.0 May 4, 2023
1.2.1 May 4, 2023
1.1.1 May 3, 2023
1.1.0 Apr 11, 2023
1.0.1 Apr 11, 2023

#5 in #intermediary

Download history

52 downloads per month

MIT license

13KB
238 lines

$\LaTeX$ cleaner

This is a very simple project designed to recursively clean up directories with lots of $\LaTeX$ files.

It looks for and removes aux, log and gz files. It looks for and optionally compiles tex files.

Examples:

latex_cleaner # clean all files in current dir
latex_cleaner ../ u # clean all files in parent dir, and recompile tex files

Dependencies

~2.9–6MB
~112K SLoC