Skip to content

Improve balooctl status output

Stefan Brüns requested to merge bruns/baloo:balooctl_status_output into master

balooctl status now also shows the current file during content indexing:

Baloo File Indexer is running
Indexer state: Indexing file content
Indexing: /home/stefan/foo.pdf
Total files indexed: 4.721
Files waiting for content indexing: 2
Files failed to index: 0
Current size of index is 483,81 MiB

balooctl --format <format> status <filename> prints the valid formats when the selected one is invalid:

$> balooctl -f foo status bar.pdf
Output format "foo" is invalid, use one of:
- simple
- json
- multiline

Merge request reports