mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* aurvote: add Chinese translation * balooctl: add Chinese translation * beep: add Chinese translation * betterlockscreen: add Chinese translation * binwalk: add Chinese translation * binwise: add Chinese translation * blkdiscard: add Chinese translation * blkid: add Chinese translation * bluetoothctl: add Chinese translation * bluetoothd: add Chinese translation * bmon: add Chinese translation * bpftrace: add Chinese translation * bpytop: add Chinese translation * brctl: add Chinese translation * brew: add Chinese translation * commit suggestion
36 lines
542 B
Markdown
36 lines
542 B
Markdown
# balooctl
|
|
|
|
> KDE Plasma 的文件索引和搜索框架。
|
|
> 更多信息:<https://wiki.archlinux.org/index.php/Baloo>.
|
|
|
|
- 查看帮助:
|
|
|
|
`balooctl`
|
|
|
|
- 显示索引器状态:
|
|
|
|
`balooctl status`
|
|
|
|
- 开启或关闭文件索引器:
|
|
|
|
`balooctl {{enable|disable}}`
|
|
|
|
- 清除索引数据库:
|
|
|
|
`balooctl purge`
|
|
|
|
- 挂起文件索引器:
|
|
|
|
`balooctl suspend`
|
|
|
|
- 恢复文件索引器:
|
|
|
|
`balooctl resume`
|
|
|
|
- 显示 Baloo 占用的磁盘空间大小:
|
|
|
|
`balooctl indexSize`
|
|
|
|
- 检查未索引的文件并索引它们:
|
|
|
|
`balooctl check`
|