limpador do luca0N! 3 é um programa que limpa pastas temporárias de seu computador.
This repository has been archived on 2020-12-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
luca0N! cc5879dfc3
Minor config file comment changes
Removed ASCII in the config file comment header.
2022-09-12 08:12:46 -03:00
Logo Updated manual 16x16 icon 2020-06-29 16:51:34 -03:00
cfg Minor config file comment changes 2022-09-12 08:12:46 -03:00
LICENSE Initial commit 2020-04-26 18:26:25 -03:00
Makefile Added newline 2020-06-29 16:51:36 -03:00
README.md Add English README 2022-09-12 07:54:25 -03:00
README.pt_BR.md Add English README 2022-09-12 07:54:25 -03:00
about.h Prepared for v3.0.1 2020-06-29 16:51:49 -03:00
cfg.h Minor changes 2020-06-19 13:13:14 -03:00
colors.h Added console color support 2020-06-29 16:51:40 -03:00
ldl3.manifest Updated file version 2020-06-29 16:51:48 -03:00
ldl3.rc Updated file version 2020-06-29 16:51:48 -03:00
main.c Added newline 2020-06-29 16:51:47 -03:00
resource.h Added version resource 2020-05-23 23:02:01 -03:00
str.h Updated license error string 2020-09-27 23:25:57 -03:00

README.md

limpador do luca0N! 3 (ldl3)

Discontinued

This project and its development are now discontinued as of December 2020. The project source is still available in this repository.

Description

limpador do luca0N! 3 is the successor to limpador do luca0N! 2 (also known as winpador do luca0N!). It is written in C and uses the Windows API. This program is licensed under the GNU General Public License version 3, and its development begun in April 26, 2020.

This program is only available for Windows because ldl3 uses the Windows API. There are currently no plans for cross-platform support.

About

This is a simple command line interface program that frees disk space by deleting temporary files on your computer.

Notice

limpador do luca0N! 3 has the potential to destroy your system. Use this utility with caution and always double check the configuration file against syntax errors. Use this program at your own risk.

Using ldl3

You must compile this program in order to use it.

Compiling

Requirements

To compile, you will need:

  • Windows API
  • gcc
  • GNU make

How to compile

To compile, run:

$ make

Note: this command will generate extra files.

To compile without leaving additional files, run:

$ make dustless