balooctl: Introduce list command
AbandonedPublic

Authored by michaelh on Mar 10 2018, 4:37 PM.

Details

Reviewers
smithjd
Group Reviewers
Baloo
Frameworks
Summary

balooctl list prints all entries of the database to stdout. Information items are

  • device id
  • inode
  • url
  • file accessability

The output may be filtered by

  • device id
  • Regular expression match of url
  • file accessability
Test Plan

Running on command line.

Diff Detail

Repository
R293 Baloo
Branch
list (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
michaelh requested review of this revision.Mar 10 2018, 4:37 PM
michaelh created this revision.
michaelh added inline comments.Mar 10 2018, 4:40 PM
src/tools/balooctl/purgelistcommand.cpp
62

I'm not sure, if this is correct/proper usage.

68

Will be removed on next update.

michaelh edited the summary of this revision. (Show Details)Mar 10 2018, 4:41 PM
michaelh abandoned this revision.Mar 13 2018, 2:25 PM

Superseded by D11285 and D11287