Skip to content

Shuab/AdiumChatQuickLook

 
 

Repository files navigation

Adium Quicklook Generator

This is a Quicklook generator for Mac OS X 10.5 or later which enables users to show the contents of a Adium Chatlog in a quickview-window. (Space key in Finder.app)

This repository is an indirect fork from Doug Harris with modifications by jhagman found in the Adium trac

Installation

xcodebuild -configuration Release
cp -r build/Release/AdiumChatQuickLook.qlgenerator ~/Library/QuickLook/
killall quicklookd32

Configuration

Stripping Font Styles

If you don't want to see user-styles in the Quicklook-Window, run the following:

defaults write im.adium.quicklookImporter stripStyles -bool true

You can re-enable styles with the following command:

defaults write im.adium.quicklookImporter stripStyles -bool false

Changing Message Limit

The quicklook generator shows up to 50 messages per-default. You can change the limit with the following command:

defaults write im.adium.quicklookImporter messageLimit -integer NUMBER

where NUMBER is the limit you want to set.

About

Quicklook-Importer for Adium Chatlogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 72.4%
  • C 25.6%
  • CSS 2.0%