From 90499b3bf20e2b62243c39a099e4c58549eb4bb4 Mon Sep 17 00:00:00 2001 From: Fernando Fontana Date: Fri, 31 Mar 2023 21:13:37 -0300 Subject: [PATCH] bleachbit_console: add page (#9610) --- pages/windows/bleachbit_console.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/windows/bleachbit_console.md diff --git a/pages/windows/bleachbit_console.md b/pages/windows/bleachbit_console.md new file mode 100644 index 0000000000..7d8714de1e --- /dev/null +++ b/pages/windows/bleachbit_console.md @@ -0,0 +1,25 @@ +# bleachbit_console + +> The Bleachbit command-line interface (CLI) allows users to automate the process of cleaning junk files on their system. +> It can be run with various command-line arguments to perform different clean-up operations. +> More information: . + +- Perform the clean-up operation and delete files: + +`bleachbit_console.exe --clean` + +- Preview the files that will be deleted and other changes that will be made before actually performing the clean-up operation: + +`bleachbit_console.exe --preview` + +- Display system information: + +`bleachbit_console.exe --sysinfo` + +- Start the graphical user interface (GUI) version of Bleachbit: + +`bleachbit_console.exe --gui` + +- Display version: + +`bleachbit_console.exe --version`