yes but I meant a command, like in a script for example. maybe something using qdbus
it might need to interact with kio or other libraries using C++? There is likely no interface or tool exposed to users
the idea is that when scripting in a desktop environment, it is way more efficient to just get the already collected stats from there, instead of using some ancient unix method to do it again
LLMs suggest a mix of find and stat, which takes forever. Or there is du, which scans everything new, no caching, no index etc.
I use baloo but not on all files. that might be a tool with such an interface exposed, but maybe not either?