ClearConfig is a lightweight utility designed for fast, configurable file deletion. Specify file patterns in simple config files, and let ClearConfig handle the cleanup efficiently.
The config file located in the folder with the executable (must be named ClearConfig.config) should contain the following line:
link C:\Example\ClearConfig.config
The config file specified in the previous item must include the following content:
fe .txt
Command | Description | Parameters |
---|---|---|
help |
Show all available commands | - |
update_links |
Refresh config file references | list_all (true/false) |
remove |
Execute deletion from config files | config_path (optional) |
remove_rec |
Execute deletion from config files recursive | config_path (optional) |
Example:
remove C:\Example\ClearConfig.config
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature
) - Open a Pull Request
Found a bug? Please help us by:
- Checking existing issues to avoid duplicates
- Providing detailed steps to reproduce
- Including your OS/environment details
- Describing expected vs actual behavior