web-dev-qa-db-ja.com

ターミナルからBleachBitを実行するにはどうすればよいですか?

彼らのウェブサイトでは、単にbleachbit-(argument here)と入力するように言っていますが、それはプログラムを開くことだけです。私は何か間違っていますか?

3
Alan

コマンドラインインターフェイスに関するWebページは2009年7月7日以降更新されていません。コマンドラインインターフェイスには、独自のバイナリbleachbit_cliが追加されました。

info: starting BleachBit version 0.8.0
debug: appicon_path = '/usr/share/pixmaps/bleachbit.png'
Usage: bleachbit_cli [options] cleaner.option1 cleaner.option2

Options:
  -h, --help           show this help message and exit
  -l, --list-cleaners  list cleaners
  -d, --delete         delete files and make other permanent changes
  --sysinfo            show system information
  -p, --preview        preview files to be deleted and other changes
  -v, --version        output version information and exit
  -o, --overwrite      overwrite files to hide contents
5
Egil