How can I control Time Out from another app?

Time Out supports URL schemes to control some functions:

  • timeout://break/micro/start will start the Micro break.
  • timeout://break/micro/postpone1 to postpone the Micro break by the first postpone amount.
  • timeout://break/normal/postpone2 to postpone the Normal break by the second postpone amount.
  • timeout://break/mybreak/skip to skip “My Break”; use lowercase and omit spaces and punctuation for the break name in the URL.
  • timeout://break/micro/reset to reset the Micro break.
  • timeout://break/micro/pause/1h will pause only the Micro break for one hour.
  • timeout://break/micro/resume to resume only the Micro break.
  • timeout://pause will pause breaks indefinitely.
  • timeout://pause/10m will pause breaks for 10 minutes (use “s”, “m”, “h”, or “d” units, or no suffix for minutes).
  • timeout://resume to resume after a pause.
  • timeout://settings or timeout://preferences to show the Settings window.
  • timeout://settings/advanced/console to open the Console app.
  • timeout://settings/advanced/terminal to open the Terminal app.

Let me know if you want any other functions to be available via URL.

DejalNews #84: thoughts about Time Out syncing, iOS app, subscription options

DejalNews header

Welcome

This is DejalNews, an occasional newsletter from Dejal.

Want to get this newsletter in your inbox? Sign up on the Dejal site.

Time Out syncing

I am currently working on adding the ability to sync Time Out breaks between multiple Macs. Something many people have requested over the years.

Syncing is a little difficult, as it needs to cope with the idle states of each device — if one Mac is being used and another device is not, the idle one might be pushing the breaks back to give credit for natural breaks, but the one being used would not, so they’d drift apart. My current thought is to let them drift, but when the active one starts a break, it tells other devices and they also start the break then, re-syncing the due date for the next break.

If you use Time Out and have multiple Macs, would you like to have them sync, and do you have any ideas for how the sync should work?

I’m currently planning to support syncing between multiple machines signed into the same iCloud account; would you want to be able to sync between multiple accounts, e.g. to have the same breaks as other people at work or home? (Note though that it might be better to use fixed-time breaks in this situation.)

Please let me know your thoughts via the Contact page, or via Reddit.

Time Out for iPhone, iPad, and Vision Pro

Once syncing is done, another big project is to start implementing an iOS, iPadOS, and visionOS app! Another very popular request (well, for iOS, but once Apple’s new Vision Pro is available, I expect people will want to take breaks from it too).

An iOS app is tricky, as an app wouldn’t be able to dim the screen like the Mac app can, and it probably won’t be able to detect when the device isn’t being used. My best idea currently is to display a notification when a break is due, and start it when tapped, much like the ask-to-start schedule option in the Mac app.

Are you interested in an iOS app? Do you have any other ideas on how an iOS app could work? Please tell me via the Contact page, or via Reddit.

Time Out subscription option

As you probably know, Time Out uses an innovative supporter model: you can use the basic features for free forever, but some more advanced features are only available as rewards to supporters, people who help fund ongoing development with at least one payment that unlocks all of the current features and those added in the next 3, 6, or 12 months. There’s no need to renew support after that, unless any subsequently added features are worthwhile (or you just want to continue to support the app, which is always appreciated!).

The supporter model isn’t a subscription, but it can confuse people, being a bit unusual. A lot of apps are moving to a more traditional subscription, and I know some people would prefer an automatic renewal. So I’m considering adding such an option to Time Out. Note that it would be optional; I plan to continue to offer the current supporter model, I’d just be adding a subscription model as well, for people who prefer that.

My current trial mechanism, where you can try premium features for an hour at a time, can also cause confusion. So I’m thinking I might switch that to Apple’s standard free trial mechanism, where you can try all of the features for a week (or whatever), then cancel to go back to the free features, or begin the subscription to continue using the premium ones. I’d probably only make these changes in the Mac App Store edition of the app; the direct and Setapp editions would continue as now.

What do you think? Feedback welcome via the Contact page, or via Reddit!

Dejal blog

Have you checked out the new blog for Dejal? I have recently completed updating and re-publishing the most interesting posts from the old blog, with tips for Time Out and Simon. If you use an RSS reader or Apple News, you can subscribe to the blog to never miss a post.

Sinclair Trails

I mentioned in the previous newsletter that my wife and I had sold our 5-acre homestead and most of our possessions, and bought a 40-foot luxury Tiffin motorhome, and started traveling the country full-time. We’re still doing that, currently heading east, and will end the year in Florida. If interested, you can follow our adventures on my other blog, Sinclair Trails, where I post every weekday about a related topic, including additions and modifications to our coach (every Monday), photos of our travels and timelapse videos of driving between locations on YouTube (every Tuesday), reviews of RV parks (every Wednesday), and photos of National Parks and other interesting places we visit (Thursdays and Fridays).

I won’t mention this in every newsletter, but thought I’d mention it again this time in case you missed the previous one. By the way, you can watch timelapse videos of our travels as one of the themes in Time Out, too!

– David

Simon Context filter

The Context filter in Simon is a sophisticated filter that takes the previous filter’s input and match range to output some context around that filter’s output text.

It includes controls to specify the maximum number of characters before and/or after the matched range, and/or a delimiter before and/or after the matched range. So for example you can show up to 50 characters, stopping at a line break.

This filter is unusual in that it requires a previous filter to be used, and that needs to be either a Block– or Find-based filter, as those are the only ones that output the needed match range information.

The Context filter uses the Input specified in the test to determine which filter’s input and match variables to use: if you have two previous filters, you can make the Context filter look at the first one by choosing Filter1OutputText instead of the default FilterOutputText (which means the proceeding filter).

The match range is available in variables used by the Context filter, and can be used in your custom filters or notifiers if you wish:

  • {FilterMatchLocation}: the position of the match in the input text, e.g. the text between the Blocks, or the Find result. Note that the location is zero-based.
  • {FilterMatchLength}: The length of that match.
  • {FilterMatchEnd}: The location plus the length, for convenience.

You don’t need to worry about these variables for the Context filter, though; it uses them internally.

Here’s a simple example of this filter in action.

This is from a Web test that looks at the Daring Fireball site. It has a Find Required filter to look for the word “finally”, then if that succeeds a Context filter to output the enclosing paragraph. To round it out, if the Find filter fails, the Override as Unchanged failure case is used, to avoid the test resulting in a failure if Gruber hasn’t used the word “finally” recently.

Below the filters, you can see the Preview pane’s output, which you’ll notice includes the word “finally” towards the end.

Context filter

I hope this will be a useful filter for many of your tests. Simon is a powerful tool, with lots of other handy filters, services, and notifiers.

Time Out Dock icon and status item

Time Out has several handy options, some of them only available to current or past supporters, as a reward for helping improve the app.

One such option is the ability to hide the app icon from the Dock. By default, the icon is shown there, for easy access, but if you want Time Out to operate more in the background, you can choose to remove the icon.

If you do so, the second option is automatically turned on: the checkbox to show a status item on the right-hand side of the menubar. This item has further options to choose what to include there.

General settings

The status item can optionally include a variation of the app icon, the label color of the next break, or neither:

General settings

It can also include a countdown to the next break, either in a compact form like “7m” for 7 minutes, or a wider form like “07:32”, for 7 minutes and 32 seconds. In the compact form, it only shows seconds when less than a minute. That’s my favorite form, to attract attention when getting close to a break.

Alternatively, the value can show the time when the next break is due, or will finish, or how long it is. Or no value, just an icon:

General settings

There’s a further checkbox to only show long breaks in the status item, i.e. don’t show ones with a duration of less than a minute.

A further useful tip about the status item is that if you hover over it, a tooltip will appear that lists when the upcoming breaks are next due:

General settings

When the Dock icon is shown, clicking the status item will bring Time Out to the front, to show the settings window. When the Dock icon is hidden, clicking it will display a menu-like popover of the sidebar, for quick background access to the breaks and options. Clicking one will expand to the full window.

You may wonder what happens if you hide both the Dock icon and the status item. The window will display a warning message:

General settings

As the message says, if you do this, you can still access the settings window, though it’s a bit harder. You would need to find Time Out in your Applications folder and double-click it to make it active. Since the Dock is hidden, it won’t show a menu bar, so there isn’t a visual indication that it is active, but you can press ⌘, (i.e. Command and Comma together), which is the keyboard shortcut for the Settings window, to show it.

Some people like doing this, to discourage changing settings, but most people should show either the Dock icon or status item, or both.

Time Out fixed image and blog themes

I got a support request for Time Out, my popular break reminder tool, asking to display a fixed image during the break.

Time Out uses HTML pages as break themes, so it is possible to have a fixed image as a theme — in fact the default theme, Icon, does just that, with the app icon.

So one way to have a fixed image is to:

  1. Choose the Reveal Themes command at the end of the Theme pop-up menu to open the Themes folder in the Finder.
  2. Duplicate the Icon theme folder and give it a new name.
  3. Replace the icon.png file with your chosen image.
  4. Edit the index.html to adjust the name and size of the displayed image.
  5. Edit the Info.json file to give the new theme a unique identifier etc.
  6. Pretty easy. You can edit those files in TextEdit or any other text editor.

If the image is available on some website, it’s actually a little easier. I have created an example theme on the Time Out extras page:

Download the Ducks & Fish theme

You can edit a copy of this theme to use a different image:

  1. Choose the Reveal Themes command at the end of the Theme pop-up menu to open the Themes folder in the Finder.
  2. Add the Ducks & Fish theme, if not already.
  3. Duplicate that theme and give it a new name.
  4. Edit the Info.json file to give the new theme a unique identifier, and change the URL to the desired image.

(This got me thinking, and I spent an hour or so writing up notes on ways to make adding image-based themes even easier in a future version. I’m always trying to improve the app.)

While I was at it, I also added four themes to display my four blogs; these are all included with Time Out by default:

  • Dejal Blog: a theme that simply shows the Dejal blog, so you can read it during your break, to see the latest news about Time Out and other Dejal apps (doesn’t update very often, though, so probably not that exciting for a regular break).
  • Dejus Blog: a theme that shows my personal blog, where I post photos and comments every day. Could be good for a short break a once or twice a day.
  • Sinclair Trails Blog: a theme to show the Sinclair Trails blog, about my travels around the US in a motorhome, including photos and timelapse videos of driving days, photos of places we stay, and of attractions we visit.
  • Yellow Cottage Blog: a theme to show the retired Yellow Cottage Homestead blog, about the chickens, ducks, feral cats, bees, and other homestead topics of my former homestead. Could be good for a lunchtime break.

If you try those, you might want to set the Opacity to 100% on the Break Appearance page.

Time Out isn’t a web browser or feed reader, but since the themes are just web pages, these show some of the interesting things you can do.

How can I use Simon to check for an expired website SSL certificate?

I received a customer query asking how to use Simon to check for an expired website SSL certificate.

Of course, Simon is very flexible, so even if there isn’t a built-in service for this specific case, if you can do it in the Terminal, you can probably create a custom script-based service in Simon to do it, too.

There are a number of ways to get certificate information, but this is one simple approach (if you know of a better way, let me know!).

I created a new script-based service, using the basic C shell, a one-line command, and a custom variable for the host name:

Website Certificate service screenshot

I then created a new test using this service. When accessing a server with an expired certificate, the output includes a “verify return code” message of “certificate has expired“, so I used a Block filter to look at just that text (I pasted “Verify return code: ” in the Start text, and an Option-Return in the End text), then a Find Required filter to make the test result in a failure if it doesn’t find “ok“, and finally an Override Custom filter if a failure, to output the error message:

Website Certificate test screenshot

For the success case, the last filter doesn’t apply, so it just outputs the “ok”:

Website Certificate test screenshot

Want to use this service? You can easily add it yourself, or import it by downloading from the Simon Extras page.

I hope you found the techniques in this post helpful.

How can I add lunchtime & night breaks to Time Out?

On Twitter, Abbey Jackson asked:

Sure! Here’s the Schedule page for my Time Out preferences, showing my Lunchtime break configuration:

Lunchtime schedule screenshot

There are two important steps to do this: firstly, set the frequency to Every 1 day, and secondly, use the Available options to set a fixed start time of noon. In my example, I have this break only occur on weekdays. I also have the natural break option set to Continue Countdown, since I want the break to start immediately, not get pushed back due to idle time.

Didn’t realize that you can set daily breaks? Yep! Click, arrow, or tab to the units of the duration (“Break for“) and frequency (“Every“) fields to change between various units: seconds, minutes, hours for the duration, minutes, hours, days, weeks, months, years for the frequency.

As a bonus, here’s my Night break, that tells me to go to bed:

Night schedule screenshot

This is similar, but a longer duration. And yes, I did go to bed rather early when this screenshot was taken, as I usually got up at 05:30 (but didn’t get to my Mac till after breakfast).

Hope this helps!

Can I add Time Out breaks to my Calendar?

I had a customer wish that Time Out could track breaks taken in their Calendar app. That is definitely an interesting idea, so I added it to my feature concepts list for consideration in a future version, but it occurred to me that we could probably do that now with AppleScript actions.

As you may know, Time Out has the ability to perform various actions before, during, or after a break occurs. I made two AppleScripts based on Apple’s sample code for the Calendar app, and added them to the Time Out Extras page.

Download the scripts now.

The “Add to Calendar Start” script creates a new “Time Out break” event in the first available calendar, at the current time, with a duration of an hour. To use this in Time Out, install it as normal (reveal the scripts folder via the + button on the Break Actions page, and add the two scripts there), then add an action set to be performed “After Start”.

The “Add to Calendar End” script finds that event (assuming it is still within that hour), and updates the end time to the current time. So to use this, add an action set to be performed “After Any End” (i.e. when the break finishes, done or not).

Here’s how it’ll look in Time Out (with a couple of sound actions for good measure):

Time Out actions

If you want to add the events to a different calendar, you can edit the scripts (I included a commented out example). Just make sure you change both the same way.

I may add a more integrated calendar feature in the future, but in the meantime, it’s great that such enhancements can be done immediately. I hope this is helpful to some people.

Hot take on the Apple Vision Pro

Yesterday at the WWDC23 keynote, Apple introduced a new hardware platform, the Vision Pro.

It’s always fun to give hot-takes and first impressions on a new technology, especially when I haven’t tried it yet, so here’s mine, for what it’s worth.

I’m excited about it. While the initial device is far short of the ideal of unobtrusive glasses or similar, that let you overlay information on the world (augmented reality, or AR), it has an impressive array of technology and concepts, showing great potential.

I don’t know how comfortable it would be to wear for hours, or how well the virtual windows within the AR space would turn out for real work, but if anyone can get these sorts of things right, it’s Apple. And remember that this first one is the worst offering; Apple has a history of iterating and improving over the years, so it will get better and better.

For myself, I could imagine using this device to give me larger screen space for my app development work. I currently work from a laptop in my motorhome, sometimes with a magnetically attached screen. So being able to wear a headset and have vastly larger screen space is quite attractive.

Of course, using it with a Mac seems a bit limited at present, just expanding the existing screen. So that is less useful, since my development work is done on a Mac. But that may change over time, either by enhancing Mac integration, or by moving the Xcode development tools to the visionOS platform.

For non-work purposes, the Vision Pro seems like it would make a great entertainment device. I don’t watch TV nowadays, and have never been a gamer, but I could imagine the device being perfect for such activities, with its ability to make the show/game as immersive as desired.

I really like the reality dial thingy — the ability to twist a knob to change between an AR experience, with the outside world visible, to a fully VR environment. Great for plane trips or other distracting environments.

I don’t suffer from motion sickness, but for those who do, it sounds like Apple has done a lot of work to reduce those symptoms. And the aforementioned dial should help, by keeping the outside world visible to reduce nausea.

Another interesting feature is the external screen that shows the eyes of the user when interacting with others. Time will tell how well that works; it could be a disturbing uncanny valley situation, or it could work really well. It reminds me of transparency mode with the AirPods Pro; a way to interact with the outside world, while being immersed in another world.

I was amused by first-day hot-takes from people saying that they’d never buy one of these, or would refuse to interact with someone wearing one. It’s too soon to tell; I think like with other technologies, if they become widespread, people will get used to them. It won’t be a big deal.

Like with other new platforms Apple has introduced in the past, the initial version is just a starting point. As people get the devices and developers make apps for it, usage patterns will become clear. Apple introduced the iPhone as “an iPod with touch controls, a phone, and a breakthrough internet communications device”. At the time (I was there), people applauded the iPod and phone aspects, and were a little confused by the internet communications part. But it turned out that the iPod and phone were minor features of the device, and it’s all about the internet aspects. Similarly, the Watch was promoted as a communication device (Digital Touch?!), but evolved into primarily a fitness and notifications device. The Vision devices will no doubt similarly evolve based on how people end up using them.

All in all, I am excited for the potential. I may or may not get the first model (it’s rather expensive!), but I’m very tempted.