Skip to content

Declare Uniform Type Identifier for .talon files on macOS #289

Description

@beret

Currently the Talon package on macOS does not describe a type for .talon files, so although they are plain text, they are not automatically visible in Finder previews or QuickLook.

A current workaround is to manually set attributes on each existing file: find ~/.talon/user/ -type f -name '*.talon' -exec SetFile -t TEXT {} \+

Indicating that .talon files conform to public.plain-text is probably the most practical choice and will enable previews, although other custom or system types are available.

I'm not sure if that approach will require Talon.app to accept and open the files though.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions