Crates.io | latexclean |
lib.rs | latexclean |
version | 0.1.0 |
source | src |
created_at | 2022-03-30 12:56:50.157391 |
updated_at | 2022-03-30 12:56:50.157391 |
description | A command line application to remove auxiliary files generated by LaTeX tools |
homepage | https://github.com/SoutrikBandyopadhyay/latexclean |
repository | https://github.com/SoutrikBandyopadhyay/latexclean |
max_upload_size | |
id | 559151 |
size | 13,580 |
This command line application is useful in cleaning the auxiliary files generated by LaTeX tools like latexmk, TexStudio. This program recursively traverses the given folder and deletes the files with extensions in the following blocked list.
The program is written completely in Rust, and can be installed using cargo.
To install this program, first install cargo by following the installation steps for your operating system.
Subsequently run the following command to install this crate -
cargo install latexclean
Optionally, you could also install this application directly from source by running the following command
cargo install --git https://github.com/SoutrikBandyopadhyay/latexclean
$ cd \path\to\your\latex\workspace
$ latexclean
To enable verbose output,
latexclean --verbose
latexclean -v
latexclean --list
Alternatively,
latexclean -l