Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 411 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 411 Bytes

tag2uti

Simple C program to get UTI (= Uniform Type Identifier) from filename extension or MIME type on Mac.

Usage

usage: tag2uti <ext | mime>...

Example

$ tag2uti c text/html bash
public.c-source
public.html
public.bash-script com.apple.xcode.bash-script

License

Copyright (c) 2019 rokudogobu.
Licensed under the Apache License, Version 2.0.
See LICENSE for details.