Remove log files from your projects with a blink of an eye.
Log files from projects can take alot of disk space eventually, to tackle this issue I created eliminaro. A simple little go program to remove them.
Besides removing log files, Eliminaro also removes the already merged git branches from your project.
- Download the binary at https://github.com/LDonnez/eliminaro/releases
- Give the binaro file execution permissions ->
chmod +x eliminaro
- mv the binary to
/usr/bin/eliminaro
for installing for all users otherwise move it to/usr/local/bin/eliminaro
When going to a project with a log directory just type eliminaro
in the terminal and all the files from the log directory will be removed.
-dir=<directory
Specify a root directory
-log-dir=<log dir>
Specify a log directory where files needs to be removed.
- Remove log files from the log directory in your project
- Remove merged git branches