From 71ea1e6e6d383f3826cf88a64b55d08a17fd2e35 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sat, 3 Oct 2015 01:09:54 +0200 Subject: [PATCH] Add QuickLook category --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e3d577c..3e887a4 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Kernel Extensions](#kernel-extensions) - [Memory Management](#memory-management) - [Notification Center](#notification-center) + - [QuickLook](#quicklook) - [Root User](#root-user) - [Safe Mode Boot](#safe-mode-boot) - [Software Installation](#software-installation) @@ -514,6 +515,15 @@ launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui. launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist ``` + +### QuickLook + +#### Preview via QuickLook +```bash +qlmanage -p /path/to/file +``` + + ### Root User #### Enable Root User @@ -543,6 +553,7 @@ sudo nvram boot-args="-x" sudo nvram boot-args="" ``` + ### Software Installation #### Install PKG