| Crates.io | texclean-rs |
| lib.rs | texclean-rs |
| version | 0.1.0-DEV |
| created_at | 2025-08-19 16:47:54.788611+00 |
| updated_at | 2025-08-19 16:47:54.788611+00 |
| description | A command line tool to remove temporary files created during (La)TeX compilation. |
| homepage | https://ajinkyakokandakar.com/latex-clean-rs |
| repository | https://github.com/ajinkya-k/latex-clean-rs |
| max_upload_size | |
| id | 1802176 |
| size | 8,840 |
This command line tool has a single purpose: removing latex temporary files. It is basically the rust port of a shell script written by Danica Sutherland (see below)
[!CAUTION] This project is still in development (mostly because each function isn't unit tested yet), but I do personally use it, and it has replaced the shell script I used for years.
Install directly from GitHub using Cargo:
cargo install --git https://github.com/ajinkya-k/latex-clean-rs
Simply run the following on the command line:
latex-clean <path>
The path must be to a tex file, a pdf file, or a directory.
If the path is to a file, the axillary files associated with that file are deleted.
If the path is to a directory, all auxiliary files in that directory are deleted.
Yes, and in fact it was.
This program is basically just a rust port of a shell script written by Danica Sutherland.
I ported this to rust for a few reasons: