From 0fc13ec10d57c1c04aceb728d6def19503db6932 Mon Sep 17 00:00:00 2001 From: Kefaku <114934849+Kefaku@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:51:20 +0200 Subject: [PATCH] bleachbit, bleachbit_console: update page for windows, add alias, add page for linux (#14008) --- pages/linux/bleachbit.md | 24 ++++++++++++++++++++++++ pages/windows/bleachbit.md | 7 +++++++ pages/windows/bleachbit_console.md | 28 ++++++++++++++-------------- 3 files changed, 45 insertions(+), 14 deletions(-) create mode 100644 pages/linux/bleachbit.md create mode 100644 pages/windows/bleachbit.md diff --git a/pages/linux/bleachbit.md b/pages/linux/bleachbit.md new file mode 100644 index 000000000..d5a09c4eb --- /dev/null +++ b/pages/linux/bleachbit.md @@ -0,0 +1,24 @@ +# bleachbit + +> Clean junk files on the filesystem. +> More information: . + +- Start the graphical user interface (GUI) version of Bleachbit: + +`bleachbit --gui` + +- Shred a file: + +`bleachbit --shred {{path/to/file}}` + +- List available cleaner options: + +`bleachbit --list-cleaners` + +- Preview the files that will be deleted and other changes that will be made before actually performing the clean-up operation: + +`bleachbit --preview {{--preset|cleaner1.option1 cleaner2.* ...}}` + +- Perform the clean-up operation and delete files: + +`bleachbit --clean {{--preset|cleaner1.option1 cleaner2.* ...}}` diff --git a/pages/windows/bleachbit.md b/pages/windows/bleachbit.md new file mode 100644 index 000000000..bb9a3d893 --- /dev/null +++ b/pages/windows/bleachbit.md @@ -0,0 +1,7 @@ +# bleachbit + +> This command is an alias of `bleachbit_console`. + +- View documentation for the original command: + +`tldr bleachbit_console` diff --git a/pages/windows/bleachbit_console.md b/pages/windows/bleachbit_console.md index 6957892cc..a539b1b8e 100644 --- a/pages/windows/bleachbit_console.md +++ b/pages/windows/bleachbit_console.md @@ -3,22 +3,22 @@ > Clean junk files on the filesystem. > 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: +- Shred a file: -`bleachbit_console.exe --version` +`bleachbit_console.exe --shred {{path/to/file}}` + +- List available cleaner options: + +`bleachbit_console.exe --list-cleaners` + +- 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 {{--preset|cleaner1.option1 cleaner2.* ...}}` + +- Perform the clean-up operation and delete files: + +`bleachbit_console.exe --clean {{--preset|cleaner1.option1 cleaner2.* ...}}`