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

Display Metadata - Manage File Attributes with mdls | Online Free DevTools by Hexmos

Display metadata with mdls. Extract file attributes and manage data using the command line tool. Free online tool, no registration required.

mdls

Display the metadata attributes for a file. More information: https://keith.github.io/xcode-man-pages/mdls.1.html.

  • Display the list of metadata attributes for file:

mdls {{path/to/file}}

  • Display a specific metadata attribute:

mdls -name {{attribute}} {{path/to/file}}

See Also