logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

List Files - Find Files with mdfind on macOS | Online Free DevTools by Hexmos

Find files instantly with mdfind. Search files by name, content, or location on macOS. Free online tool, no registration required.

mdfind

List files matching a query. More information: https://keith.github.io/xcode-man-pages/mdfind.1.html.

  • Find a file by its name:

mdfind -name {{file}}

  • Find a file by its content:

mdfind "{{query}}"

  • Find a file containing a string, in a given directory:

mdfind -onlyin {{directory}} "{{query}}"

See Also