Let There Be Mojave!

While the hipsters are rocking their Apple Silicon, and plunging into Big Sur with both feet, I’m taking the slow and easy route by upgrading to Mojave. Yes, Mojave. After holding out hope that Apple and Nvidia would kiss, make up, and release some updated drivers for the Titan X card inside my Mac Pro 2010, I’ve realized the love is gone. That lead me to install the Sapphire Pulse Radeon RX 580 because it has Metal support and Apple’s blessing. It’s not a flashed card, but it works out of the box and supports 4 monitors, two in HDMI, two in DisplayPort. While I was in there, I spritzed up the joint with a few blasts from the air can, which sent some dust bunnies flying, and installed a 4 port USB 3.0 card because USB 4/Thunderbolt is the bleeding edge. No one said I was ahead of the technology curve. The Mac Pro should now give me a […]

Set up Triple Click Mouse Button Action with Keyboard Maestro

While in Keyboard Maestro for setting up the VPN, I was reminded to set up a trigger for a triple click mouse button action on the Razer mouse I have. There are two “trigger” buttons located next to the standard left click button. There are normally used as additional fire buttons within games. I want to use them as a triple click action. It’s very since Keyboard Maestro recognizes the buttons as Razer Naga Button 4 and 5. Hello triple click, welcome back.

Reading the “Where From” meta data using Keyboard Maestro

I was recently presented with this problem. I had dozens of files that had very generic filenames that needed to be sorted. However, the “Where From” meta data contained useful information about the author and content. Problem is, how to use that data? After searching around, it’s possible to read that information using something similar to: xattr -px com.apple.metadata:kMDItemWhereFroms ‘/Users/name/location/location/location/filename.ext’ | xxd -r -p | plutil -p – That’s great, but not exactly useful. But once again, Keyboard Maestro comes to the rescue and can handle the problem with ease. In fact, it doesn’t really require coding, the functionality is all built in. The first step is to use the Get Attribute action, and set it to Where from. That is then stored in a variable and you can manipulate things as you like. I used the Switch/Case statement to have Move/Rename files based on the name it found. This is then nestled inside a For Each and you just […]

A deeper look at PathFinder

While it's still on sale, and now that I've done some heavy lifting with it, I wanted to have a deeper look at PathFinder. The TL;DR version is, it's absolutely worth going to Bundlehunt and picking it up for $8. To make things even more powerful, add Default Folder X. For more explanation, PathFinder is a great file manager with a host of features and customizations. For starters there are dual panes if you want them. And multiple tabs within each pane. On top of that there is a customizable context menu for working with each file, within each tab, within each pane. Those panes can then display different kinds of information in a different order. One can be an Image view, while the other is a List view. One can be sorted by name, the other by size. There is also the ability to add multiple buttons to the menu bar. I've added New Folder, New File, Rename, Copy, […]

Massive System Cleanup with Path Finder and Some Help From Default Folder X

Path Finder is a tool I just got from BundleHunt and put to the test yesterday. Normally Spring Cleaning happens earlier in the year, but Labor Day Weekend is just as acceptable. I dug in and gave my hard drive a serious deep cleaning. Since the start of quarantine I’ve been collecting training videos, downloading documents, trying out software, grabbing YouTube videos, and it’s all started to add up. My system drive, which is 3TB, was starting to get full. It was time to organize and delete. I saw Path Finder on BundleHunt and was immediately taken with it’s features. The dual pane viewer is a huge help. But, then you can add tabs within each pane. I was easily able to connect my external drives, then have them arranged within tabs within the different panes. Copying files was an absolute breeze. Path Finder also has tons of customization. For starters I added the Copy and Move buttons to the […]