Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
beret opened this issue Apr 20, 2021 · 1 comment
Closed

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

beret opened this issue Apr 20, 2021 · 1 comment

Comments

@beret
Copy link

beret commented Apr 20, 2021

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.

@lunixbochs
Copy link

great idea, thanks! should land in next beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants