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.
- Host: GitHub
- URL: https://github.com/ickc/python-apple_uti
- Owner: ickc
- License: bsd-3-clause
- Created: 2021-07-15T01:56:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T20:19:45.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T11:36:42.063Z (over 1 year ago)
- Language: Python
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
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``.