An open API service indexing awesome lists of open source software.

https://github.com/ickc/python-apple_uti

Parse Apple UTI table to usable data structure and dump to YAML.
https://github.com/ickc/python-apple_uti

Last synced: 10 months ago
JSON representation

Parse Apple UTI table to usable data structure and dump to YAML.

Awesome Lists containing this project

README

          

.. This is auto-generated from `docs/README.md`. Do not edit this file directly.

:Date: July 16, 2021

.. contents::
:depth: 3
..

Description
===========

Parse Apple UTI table to usable data structure and dump to YAML.

Usage
=====

Run ``apple_uti`` to generate the following data:

``dist/UTI-tree.yml``
indicates the tree structure of the UTIs.
``dist/UTI-childrens.yml``
lookup from a UTI to all its children recursively.

See more by running ``apple_uti -h``.