whomwah / qlstephen

A QuickLook plugin that lets you view plain text files without a file extension
https://github.com/whomwah/qlstephen
MIT License
2.75k stars 161 forks source link

Add all sub public.text #103

Open utkarshgupta137 opened 3 years ago

utkarshgupta137 commented 3 years ago

Many of the text files (like .js, .py, .sh) don't get a ql preview if any package associates with it but doesn't provide a ql plugin (ex. atom). So I've written a script which extracts all the UTIs which conform to public.text & public.unix-executable (with a few exceptions). I've added all of them to the supported UTIs. This will effectively break qlhighlight for users who also use qlstephen, so the users will have to choose one of the two.

utkarshgupta137 commented 3 years ago

@tsdorsey @whomwah