Skip to content
  • Florian 
  • 3 min read

Hidden Gems of 2024

For this post, we focus on some of the smaller and less well-known additions to Kaleidoscope in 2024. Chances are that you’ll learn something new that can increase your productivity:

Jump to Line

In a text document, you can quickly jump to a specific line using the keyboard shortcut L (or Navigate > Jump to Line). Since Kaleidoscope has multiple editors, you’ll need a way to select which editor you want to jump to. In addition to the buttons, you can also use or A to select side A, and so on.

Using Jump to Line to quickly navigate inside an editor.

Commit Hashes

When you see a commit hash in Kaleidoscope, you can pop up a menu containing handy commands like copying the hash, checking out the full details, or opening the commit in your source service.

Control () or right-click on a Commit Hash for useful commands.

Precise Data in Folder Compare

Want to know the exact file size of an item in a folder comparison? Just hover over the size shown and you’ll get a tooltip with the byte size. It works for the date modified too. And guess what? Folders also show you the total size of their contents.

Hovering elements in a Folder Comparison shows tooltips with precise data.

File Properties

In File Properties, you’ll find all the data except for the actual content. Even Extended Attributes and the presence of a BOM in UTF-8 files are included.

The File Properties (keyboard I) show lots of file metadata.

Open Inverted Comparison

Did you accidentally open a branch comparison in the wrong order? No worries! Just right-click on the row in Recents and select Open Inverted.

Quickly open a changeset in inverted direction from the context menu.

Open Changeset in Kaleidoscope

Whenever you spot a (short) git commit hash anywhere on your system, even on a web page, just open the changeset of that commit in Kaleidoscope from the Services menu > Open Changeset in Kaleidoscope.

The Open Changeset in Kaleidoscope service in action in Safari and Xcode.

Quick Look in Folder Comparison (and changeset, too)

Did you know that you can quickly preview any file in a Folder Comparison by pressing space or selecting View > Quick Look (Y)? The same is true for files in a changeset.

Quick Look in Folder Comparisons and Changesets can come in handy.

Navigating the File History

When looking at the commit history of a file, Navigate > File History > Select Previous A & B (keyboard [), and …Select Next A & B (]) let you browse changes one by one, without lifting your fingers from the keyboard.

Navigating the File History, both sides at once.

Your Favorite?

Did we miss something you find useful, that more people should be aware of? Give us a shout and we’ll add it to the blog…