{"id":13427305,"url":"https://github.com/whomwah/qlstephen","last_synced_at":"2025-05-15T04:07:55.936Z","repository":{"id":481577,"uuid":"107223","full_name":"whomwah/qlstephen","owner":"whomwah","description":"A QuickLook plugin that lets you view plain text files without a file extension","archived":false,"fork":false,"pushed_at":"2023-05-20T02:35:08.000Z","size":1786,"stargazers_count":2786,"open_issues_count":38,"forks_count":165,"subscribers_count":64,"default_branch":"master","last_synced_at":"2025-05-10T16:43:03.087Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/whomwah/qlstephen","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whomwah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2009-01-14T10:02:12.000Z","updated_at":"2025-05-10T01:10:19.000Z","dependencies_parsed_at":"2022-07-07T16:37:32.867Z","dependency_job_id":"6ea696f3-9503-4e19-ac41-6cfbe3429123","html_url":"https://github.com/whomwah/qlstephen","commit_stats":{"total_commits":82,"total_committers":23,"mean_commits":"3.5652173913043477","dds":0.6585365853658536,"last_synced_commit":"3a33aba2b8e9e4c58fdfa03351126f4eaf3a1790"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whomwah%2Fqlstephen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whomwah%2Fqlstephen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whomwah%2Fqlstephen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whomwah%2Fqlstephen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whomwah","download_url":"https://codeload.github.com/whomwah/qlstephen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270656,"owners_count":22042860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T00:01:59.226Z","updated_at":"2025-05-15T04:07:50.924Z","avatar_url":"https://github.com/whomwah.png","language":"Objective-C","funding_links":[],"categories":["Objective-C","QuickLook插件","Plugins"],"sub_categories":["密码管理","Finder","Using [HomeBrew Cask](http://caskroom.github.io/)"],"readme":"# QuicklookStephen\n\nQLStephen is a QuickLook plugin that lets you view text files without their own dedicated QuickLook plugin. Files like:\n\n    README\n    INSTALL\n    Capfile\n    CHANGELOG\n    package.json\n    etc...\n\n## Installation\n\n### Homebrew\n\n    brew install --cask qlstephen\n\n### Pre-compiled\n\n* [Download the latest version of QuickLookStephen](https://github.com/whomwah/qlstephen/releases)\n* Unzip\n* Copy the file into `~/Library/QuickLook` (You can create the `QuickLook` folder if it doesn’t exist)\n\n### Manually Compiled\n\nCompiling the project yourself? Run:\n\n    make\n    make install\n    \n## Permissions (Quarantine)\n\nIf you run into issues with macOS not letting you run the plugin because it's not signed by a verified developer you can follow these steps:\n\n1. Install the plugin using one of the methods above\n1. run `xattr -cr ~/Library/QuickLook/QLStephen.qlgenerator` (sudo if needed)\n1. run `qlmanage -r`\n1. run `qlmanage -r cache`\n1. Restart Finder by...\n    -  Restarting your computer\n    -  or holding down the option key and right click on Finder’s dock icon, then select “Relaunch” from the menu\n\nFor more disucssion on this you can read up on [#81](https://github.com/whomwah/qlstephen/issues/81) [starting here](https://github.com/whomwah/qlstephen/issues/81#issuecomment-582207278)\n\n## Settings\n\n### Maximum file size\n\nTo keep quickview fast the preview is limited in its number of shown bytes.\nThe default value is 100kB. You can change this using the shell to set your own max size.\n\n    defaults write com.whomwah.quicklookstephen maxFileSize 102400\n\n## Trouble?\n\nIf you’ve installed the plugin, but don’t see any changes:\n\n- Run `qlmanage -m` and look for the `public.data` line to make sure a different application's `qlgenerator` file hasn't taken precedence. (Not all `qlgenerator` files are in `~/Library/QuickLook/` or `/Library/QuickLook/`!)\n- Make sure you are editing (a) the correct plist of (b) the correct bundle.\n  (For example, you might have two `QLStephen` plugins. It’s possible the plugin in\n   another directory — perhaps `/Library/QuickLook/` — is what is being read.)\n- Run `qlmanage -r` in the Terminal. (This will restart QuickLook, which reloads all plugins.)\n\nIf you want to preview some text files that _do_ have extensions (e.g., `*.txt`), follow [these instructions](https://github.com/whomwah/qlstephen/issues/23).\n\n## Why “QLStephen”?\n\nBecause I was listening to [Adam and Joe](http://www.bbc.co.uk/blogs/adamandjoe/2009/06/test-1.shtml) when I first wrote it.\n\n## Authors\n\n**Original author:** Duncan Robertson\n\nSpecial thanks to the following people for submitting patches over the years:\n\n* [Guillermo Ignacio Enriquez Gutierrez](https://github.com/nacho4d)\n* [Rob Lourens](https://github.com/roblourens)\n* [Avi Flax](https://github.com/aviflax)\n* [Tony](https://github.com/Zearin)\n* [Nicholas Hutchinson](https://github.com/nickhutchinson)\n\n## Contributing\n\n* Fork the project\n* Send a pull request\n* Don’t change the build number (I’ll do that when I release a new version)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhomwah%2Fqlstephen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhomwah%2Fqlstephen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhomwah%2Fqlstephen/lists"}