This Week's Sponsor:

Collections Database

A Powerful Database with iCloud Sync


Posts tagged with "os x"

Make Keyboard Shortcuts for Two Menu Items with the Same Name

OS X has an easy way to add keyboard shortcuts: in System Preferences.app go to the “Keyboard” preference pane, click on “Shortcuts” and then “App Shortcuts”. You can create a “global” keyboard shortcut (which will work in any application which has a matching menu item), or you can create an app specific shortcut which will only work in one particular application.

That’s great, but what happens if an application has two menu items with the same name? How can you tell which menu item will be used for the keyboard shortcut? Turns out there’s an easy way to do this, but one that I had never heard of, and I’m guessing others might not have known it either. I’m going to use 1Password as an example, but this will work in any OS X app.

Read more


How I Control My Mac with Automatic + IFTTT + Dropbox

The other day, Federico asked about why people use web services such as IFTTT. I have a few of these that I use frequently, but the geekiest one is this: controlling my Mac with my car.

More specifically, when I turn my car’s ignition on or off in the parking lot at my office, Automatic triggers an IFTTT recipe, creating a text file in a special Dropbox folder which is monitored by launchd[1] and runs a shell script depending on which file is created.

It sounds more complicated than it is. No, really.

Read more


Photos for Mac Coming with OS X 10.10.3

Apple announced today that Photos for Mac, first showcased last year, will be included in Yosemite’s 10.10.3 update set to be released later this Spring. As previously explained, Photos for Mac will sync with iCloud Photo Library and replace iPhoto as the single place where users will be able to browse, organize, edit, and share their photos.

A few months ago, I took all my photos and put them into iCloud Photo Library. I’m talking about almost 9 years of photos stored in iCloud. The service (which costs me €0.99/month as everything is under 20 GB) has been working extremely well for me. Photos are available on all my devices and I like that I can take pictures on my phone, come home, and find everything on my iPad when I sit down.

I’m curious to see how Photos for Mac will integrate with the rest of the ecosystem and if performance will keep up. In the meantime, you can read hands-on impressions at The Verge, Re/Code, and Wired.

Permalink

Audio Hijack 3

Jason Snell reviews Audio Hijack 3, the new version of Rogue Amoeba’s popular audio app for OS X:

Audio Hijack’s mastery of a Mac’s disparate audio inputs and outputs is amazing. OS X itself is pretty poor when it comes to this stuff—you can set a single input and output in the Sound preference pane, and some apps will let you override those settings to route audio elsewhere, but others won’t. If you’re trying to send some sound from some apps or microphones to one location, and others to another, it can all fall apart rather spectacularly. With Audio Hijack 3, it’s all there in blocks. You just need to drag them in and press the button.

I don’t use Audio Hijack, but this is exactly the kind of update that makes me want to try a new app because it sounds so incredible. You can create workflows to save inputs from multiple sources as separate audio files simultaneously and there’s a template chooser to start using the app based on common tasks. The whole idea of workflows – somewhat reminiscent of Quartz Composer and Alfred – seems amazing.

Make sure to check out the updated website and Jason’s interview with Paul Kafasis included in his review.

Permalink

Flashlight Extends OS X Yosemite’s Spotlight with Plugins

Developed by Nate Parrott, Flashlight is an interesting tweak for Spotlight that aims to extend Yosemite’s search utility and app launcher with plugins. Available for free on GitHub and based on a plugin system written in Python, Flashlight extends the capabilities of Spotlight with features such as Google and Wolfram Alpha search, weather forecasts, Terminal integration, and support for online search on various websites.

In spite of a major redesign for OS X Yosemite, Spotlight didn’t get the more advanced functionalities that have become a staple of third-party apps such as Alfred and LaunchBar; Spotlight can return selected Bing results, but, for instance, it can’t fire up traditional Google searches in Safari or provide results directly in the Spotlight UI. Compare that with the useful and time-saving workflows created by the Alfred community, and it’s easy to understand why the average OS X power user may prefer the versatility of a Spotlight replacement.

Flashlight is an official Spotlight API and a “horrendous hack” according to its developer, but it proves a point. I installed Flashlight on my system running the latest Yosemite developer seed, and Flashlight displayed a small popup window with the ability to enable plugins. I activated Google, weather, and Wolfram Alpha, then I invoked Spotlight and typed “g MacStories Tweetbot” – that’s a shortcode for Google queries in Spotlight through Flashlight. Google search results were displayed in a mini-web view inside Spotlight, and I could either type Enter to open the Google search results page in Safari, or click the results in Spotlight.

I got similar results with weather and Wolfram Alpha integration, although also I stumbled across bugs as Parrott cautioned in the release notes. Weather correctly fetched my location, but Wolfram Alpha didn’t accept the (theoretically supported) “wa” command and some queries just didn’t work. And, obviously, being this a rough hack that’s not officially supported by Apple, memory consumption of the Flashlight plugin occasionally went through the roof with hundreds of MBs reported in Activity Monitor.

Flashlight may be an unfinished and hacky workaround, but it offers a glimpse of what an extendable Spotlight for Yosemite could be. While I don’t think that Apple will ever allow users to write their own plugins for Spotlight, Flashlight may grow into a relatively stable and popular utility – and if things don’t work out, there will always be Alfred and LaunchBar.


Mac Menu Bar Apps

Ask any Mac power user about their menubar and you’ll get a different list of 5-10 must-have applications and utilities that boost productivity. The menubar is the mission control of a user’s computer, giving them an at-a-glance view of stats and apps that are important to them. The menubar can become so crowded, in fact, that’s there’s a menubar app that collects menubar apps. So meta.

Speaking of OS X features that haven’t been ported to iOS, Zach Hamed published an interesting look at the history of Mac menu bar apps last month.

As his images show, the landscape of menu bar apps is a jungle of different sizes, interfaces, keyboard shortcuts, and colors. It’s no surprise that Apple is setting strict and specific guidelines with iOS 8 widgets – admittedly, the closest thing to menu bar utilities we’ll soon get on our iPhones and iPads.

Permalink

The Terminal

I’ve been using the Unix command line since 1983 and like most software developers, the Terminal app is a permanent fixture in my Dock. Over the years I’ve learned a lot of things that make working in this environment more productive, but even old dogs like me are constantly learning new tricks.

As much as I love them, these long “trick lists” on Stack Overflow have a problem: they’re poorly organized with little narrative describing why you’d want to use a technique. This long homage to the command line is my attempt to remedy that situation.

This is a fantastic collection of Terminal tips and tricks, elegantly narrated by Craig Hockenberry. Being able to do this sort of stuff is one of the things I deeply miss on iOS.

Permalink

Fileup Simplifies Dropbox Sharing with Drag & Drop and File Filters

Developed by Francisco Cantu, Fileup is a new OS X utility that lets you quickly share files through Dropbox by dragging them onto a menu bar icon. Unlike other apps that have implemented the same sharing mechanism and user interaction (which Dropbox surprisingly doesn’t support with their own menu bar app), Fileup adds filters for file types, integrates with Notification Center, and lets you set up templates for naming files through a simple syntax. The idea is reminiscent of Vemedio’s shortlived Sharebox experiment, but, as required by Dropbox, Fileup is a separate menu bar utility that doesn’t interact with the official Dropbox client.

Read more