Query your filesystem using SQL-like syntax instead of find
Search through your filesystem with SQL-esque queries
fsql$ fsql 'SELECT path FROM files WHERE name LIKE "%.png" AND mtime > now() - 7d'$ fsql 'SELECT path, size FROM files WHERE size > 100m AND path LIKE "/home/%"'$ fsql 'SELECT path FROM files WHERE is_executable = true'