LinuxCommandLibrary

balooctl

File indexing and searching framework for KDE Plasma.

TLDR

Display help

$ balooctl
copy


Display the status of the indexer
$ balooctl status
copy


Enable/Disable the file indexer
$ balooctl [enable|disable]
copy


Clean the index database
$ balooctl purge
copy


Suspend the file indexer
$ balooctl suspend
copy


Resume the file indexer
$ balooctl resume
copy


Display the disk space used by Baloo
$ balooctl indexSize
copy


Check for any unindexed files and index them
$ balooctl check
copy

Help

Usage: balooctl [options] command status enable disable purge suspend resume check index clear config monitor indexSize failed 

Options:
  -f, --format   Output format 
                         The default format is "multiline". 
                         Only applies to "balooctl status 
  -v, --version          Displays version information. 
  -h, --help             Displays help on commandline options. 
  --help-all             Displays help including Qt specific options. 

Arguments:
  command                The command to execute 
  status                 Print the status of the indexer 
  enable                 Enable the file indexer 
  disable                Disable the file indexer 
  purge                  Remove the index database 
  suspend                Suspend the file indexer 
  resume                 Resume the file indexer 
  check                  Check for any unindexed files and index them 
  index                  Index the specified files 
  clear                  Forget the specified files 
  config                 Modify the Baloo configuration 
  monitor                Monitor the file indexer 
  indexSize              Display the disk space used by index 
  failed                 Display files which could not be indexed 

Copied to clipboard