Is there a command line or scripting interface for KDE Baloo's file tagging?

3

KDE's Baloo allows to tag files by adding an extended file system attribute on the file system level (where supported), while keeping a separate index of all the tagged files. Searching within Dolphin is possible with "tags:/MyTag".

Is there a similar way to search for tagged files on the command line or in scripts, maybe with the baloosearch command line utility or via a DBUS interface?

quazgar

Posted 2015-03-03T08:48:44.703

Reputation: 437

Answers

3

A bit late, but maybe this helps:

kioclient5 ls tags:/MyTag

or

baloosearch //?query=tag:MyTag

Malte Ketelsen

Posted 2015-03-03T08:48:44.703

Reputation: 31