bleachbit, bleachbit_console: update page for windows, add alias, add page for linux (#14008)

This commit is contained in:
Kefaku
2024-10-11 21:51:20 +02:00
committed by GitHub
parent 6bd624c16c
commit 0fc13ec10d
3 changed files with 45 additions and 14 deletions

24
pages/linux/bleachbit.md Normal file
View File

@@ -0,0 +1,24 @@
# bleachbit
> Clean junk files on the filesystem.
> More information: <https://docs.bleachbit.org/doc/command-line-interface.html>.
- 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.* ...}}`