How can I add .tbz2 files to be recognized as .tar.bz2 ?

many users and programs are delivered with standard .tbz2 file extension.

Is there a way to tell the plugin to interpret those files as .tar.bz2 ?

Thanks !

And congrats for the plugin it is awesome !

You can either edit the Info.plist file inside the qlgenerator package or wait until the next update which may take some time as I am busy working on BetterZip.

To edit the Info.plist file, right-click the BetterZip.qlgenerator and select Show Package Contents from the contextual menu. Go to the subfolder Contents and open the file Info.plist with TextEdit. Add this line after line 50:
<string>public.bzip2-archive</string>
Save the file and log out.

There is a bug in BetterZipQL.qlgenerator when displaying a .zip archive whose file name is very long. The "Powered by BetterZip" logo gets "pushed" from the top-right corner down to be just below the "Configuration" button.

If I re-size the QuickLook window so that the archive name does not wrap, then the logo snaps back to its intended location.

Thanks for reporting this. I'll fix it with the next update.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options