Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tattali/qladdict
A QuickLook plugin that lets you view subtitles .srt files like Addic7ed.com on mac
https://github.com/tattali/qladdict
macos quicklook quicklook-plugin subtitles
Last synced: 13 days ago
JSON representation
A QuickLook plugin that lets you view subtitles .srt files like Addic7ed.com on mac
- Host: GitHub
- URL: https://github.com/tattali/qladdict
- Owner: tattali
- License: gpl-3.0
- Created: 2017-03-29T22:36:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T05:04:47.000Z (over 1 year ago)
- Last Synced: 2024-10-25T11:46:24.830Z (19 days ago)
- Topics: macos, quicklook, quicklook-plugin, subtitles
- Language: Objective-C
- Homepage:
- Size: 1.91 MB
- Stars: 152
- Watchers: 10
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickLookAddict
[![GitHub release](https://img.shields.io/github/release/tattali/QLAddict.svg)](https://github.com/tattali/QLAddict/releases/latest)
[![Github Downloads](https://img.shields.io/github/downloads/tattali/QLAddict/total.svg)](https://github.com/tattali/QLAddict/releases/latest)A QuickLook plugin that lets you view subtitles `.srt` files
![qladdict](/assets/default.png)
## Installation
### Homebrew
```bash
# To install
brew cask install qladdict# To update
brew update && brew cask reinstall qladdict
```### Manually
- [Download the latest version of QLAddict](https://github.com/tattali/QLAddict/releases/latest)
- Unzip and move the .qlgenerator file to `~/Library/QuickLook` (Create the folder if it doesn’t exist)
- Run `qlmanage -r` in Terminal#### Catalina
Inspired by [this](https://github.com/sindresorhus/quick-look-plugins/issues/115#issuecomment-547334394) post, a process for this bundle could be:
[Download the latest version of QLAddict](https://github.com/tattali/QLAddict/releases/latest) and unzip
```
$ mv ~/Downloads/QLAddict.qlgenerator ~/Library/QuickLook/QLAddict.qlgenerator
$ xattr -rd com.apple.quarantine ~/Library/QuickLook/QLAddict.qlgenerator
$ qlmanage -r
```
_try `xattr` without `sudo`, but you can use it if needed_**Tell me in [this](https://github.com/tattali/QLAddict/issues/6) issue if this process work fine to you, if you need to use sudo or not, if you need to do extra work**
Thank you !## Settings
### Theme
See [all available themes](available-themes.md)
#### Switch between themes
```bash
defaults write com.sub.QLAddict theme NAME_OF_THEME
```#### Create a new theme
Add your `.css` file in lowercase title then create a pull request to share it with others
```bash
open ~/Library/QuickLook/QLAddict.qlgenerator/Contents/Resources/themes/
```