Skip to content

Get the UTI (Uniform Type Identifier) of a file on macOS

License

Notifications You must be signed in to change notification settings

sindresorhus/uti-cli

Repository files navigation

uti-cli

Get the UTI (Uniform Type Identifier) of a file on macOS

Install

$ npm install --global uti-cli

Usage

$ uti --help

  Example
    $ uti unicorn.md
    net.daringfireball.markdown

Related