builtbybel / builtbybel/FluentCleaner
CLI / command-line support for automation (batch scripts)
- Dominant language
- C#
- Stars
- 6k
- Forks
- 212
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 12
Description
Hi,
Would it be possible to add command-line argument support to FCleaner.exe?
Use case: running FluentCleaner as part of a batch script alongside other tools (e.g. CCleaner /auto, BleachBit --clean).
Minimal useful interface would be something like:
FCleaner.exe --clean-all # clean all selected entries silently
FCleaner.exe --clean # clean specific category
FCleaner.exe --analyze # scan only, no deletion
The internal terminal already has the logic (clean all, clean category, etc.) —
exposing it via argv would make automation straightforward.
Thanks for the great project.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.