Categories
Links

How to Get a Custom Alert When Your iPhone Reaches Full Charge »

From MakeUseOf:

Are you worried about leaving your iPhone to charge for extended periods and what it can do to your battery life? While your device notifies you when the battery percentage drops below 20% and 10%, there’s no other way to know when it’s fully charged without manually checking.

But having to constantly check if your iPhone is fully charged can be an inconvenience. The good news is, with the built-in Shortcuts app, you can set up a custom alert that triggers when your iPhone reaches full charge. We’ll show you how to do it:

Read the full article.

Categories
Links

How to put two shortcuts in one small widget »

From Cult Of Mac:

A lot of shortcuts come in pairs. I have one shortcut that sets my phone to light mode and bumps up the text size for taking screenshots; a corresponding one sets my phone back to dark mode and lowers the text size again. On my Mac, I have a shortcut that turns on my Podcasting focus, launches Logic, Chrome and Skype, and hides everything else; a matching one turns off the focus and opens all my other apps back up.

It’s natural that you might want to put two matching shortcuts in one small widget. Now, in iOS 17, that’s possible:

Read the full article.

Categories
Links

iPhone 15 Pro Action Button Option for Shortcuts Potentially Revealed in iOS 17 Code »

From Steve Moser at MacRumors:

According to the code found in ‌iOS 17‌ beta 4, the Action button could have nine different options that users can customize and assign to different actions. While the code only lists feature names related to the Action button, we can infer what most of them will be able to do:
[…]
Shortcuts: As on the ‌Apple Watch Ultra‌, this option would let users run any shortcut they have created or downloaded from the Shortcuts app, such as sending a message, playing a playlist, or controlling smart home devices.

If the Action button is coming from Apple Watch Ultra, it will surely support Shortcuts – the question is, do we only get one shortcut for the button at all times? Apple definitely needs a more advanced interface for picking which shortcut works on the Action button – I suggest Focus modes.

Read the full article.

Categories
Apps How To Links

How to change back to the old Twitter app icon on iOS »

From TechCrunch:

As our Twitter apps are updating to now be called “X,” you might long for the old blue bird logo. It harkens back to a similar time, when Twitter certainly had its issues, but at least it was not owned by Elon Musk. Thanks to the shortcuts app on iOS, we can kid ourselves into believing that Twitter is still being run by a different short-sighted billionaire, rather than this even shorter-sighted one. Lucky us!

Here’s how you can change your X icon back to Twitter again:

As I joked on Twi…er, X… “Who’d have thought the world’s primary use case for Shortcuts would be app icon replacement”?

Read the full article (h/t 9to5Mac and iMore).

P.S. I just so happened to publish a guide on this method a few days ago.

Categories
Apps

Instapaper Adds App Shortcuts and New Actions

From the Instapaper blog:

Improved Siri, Search, and Shortcuts Integrations

We’ve launched a number of “intents” that improve Instapaper’s integration with Siri, Search, and Shortcuts.

For instance, you can open your most recent article by saying “Hey Siri, Open Last Article in Instapaper”. You can open a folder by saying “Her Siri, Open Folder in Instapaper”, and then saying the folder name when prompted.

For a full list of actions available, open the Shortcuts app, go to the App Shortcuts section, and tap Instapaper.

Instapaper is one of the first apps I’ve seen to implement their App Intents setup the way I figured Apple intended – make both App Shortcuts and corresponding actions, not one or the other.

Some improvements though – generate the options for “Open Folder” based on what’s in the user’s library, including a Folder option in Add Link, add more clarity around the use case for Open Article, and update the older Get Bookmarks action to work with App Intents & use the predicate filtering capabilities.

Read the full article.

Categories
Apps Shortcuts

Customize Threads With These 8 Alternate Home Screen Icons

If you’re one of the 100 million people who got on Threads since launch, you might want to customize your Threads experience on your iPhone and iPad using Shortcuts’ “Add to Home Screen” feature.

I’ve found eight alternate icons you might want to use (so far), plus I’ll share how to set up the icons using Shortcuts and Add to Home Screen:

Categories
Shortcuts

Updated in the Shortcuts Library: Threads shortcuts

Check out my updated folder in the Shortcuts Library — my set of Threads shortcuts.

I’ve updated my scraping tool, figured out how to make post embeds, and built out a set of shortcuts to send Threads to various apps based on feedback from the community:

  • Scrape Threads post: Accepts a Thread link as input, extracts the username and excerpt, and formats it with multiple link types into a JSON dictionary shared as output.
  • Quote Thread: Accepts a Thread link, scrapes the data, then formats it as a quote from the author and links back to the post/profile. Works well as a function for saving Thread posts quickly.
  • OCR Thread: Accepts a Thread link, scrapes the data, then opens the link, waits for it to load, takes a screenshot, extracts text from the screenshot, then prompts you to delete the extra text before replacing the excerpt in the Thread JSON dictionary.
  • Copy Threads post embed: Scrapes a Threads post, gets the embed code using the URL and username, and copies it to the clipboard.
  • Capture Thread as link post: Accepts a Thread link, scrapes it, then OCRs the text, asks for a title, and created a linked post in Ulysses.
  • Capture Thread to Reminders: Scrapes a Threads post, then formats the excerpt and links in the notes as well as the URL in a new reminder.
  • Capture Thread to Things: Scrapes a Threads post, then adds it to Things with links in the notes and a “Research” tag.
  • Capture Thread to Craft: Scrapes a Threads post and formats it for a Craft document, using the rich embed as the URL reference.
  • Capture Thread to Bear: Scrapes a Threads post, formats the title, except, and link, and opens Bear to add it as a note.w
  • Capture Thread as note: Accepts a Thread link, scrapes the data, and formats it quickly for Notes.
  • Post Thread to Mastodon: Scrapes a Threads post, fulls out the excerpt and URL, asks you to add commentary, then posts it using the Mastodon app.
  • Capture Thread as Markdown file: Asks you to OCR a post, add a title, forms the excerpt as a Markdown file, then asks you where to save it.
  • Show Threads link: Opens a Threads URL in the app on iOS, on the web on Mac, and in a preview on iPad.

Check out the folder of Threads shortcuts on the Shortcuts Library.

Categories
Apps Shortcuts

How To Directly Access Threads Profiles Using Shortcuts

In Federico Viticci’s post on Threader, a shortcut to open Threads profiles from Mastodon and Twitter directly in the Threads app, he mentioned in a footnote that Threads’ URL scheme uses the unique pattern barcelona:// – which immediately got my attention.

In the post, his excellent shortcut uses OCR to look at the device’s screen and extract the username, before passing that into barcelona://user?username={Username}.

In my attempts to recreate my Twitter follow graph on Threads, I used Viticci’s shortcut to capture as many links to Threads profiles that I come across – many, many people were posting theirs on launch day, so I ran his shortcut a lot initially.

However, lots of people were (and still are) simply mentioning their profile or posting screenshots of the handle, like my friend Crim – so, I wanted to make another Shortcuts solution that let me type out any username and redirect into their profile.

My “Open username in Threads” shortcut will prompt you to enter in a username, then fills out a URL like barcelona://user?username=MatthewCassinelli – then, the Open URLs action activates the deep link and redirects you into the profile inside the Threads app, so you can follow the person.

Going further with the URL scheme, Viticci also followed up on Threads with yet another discovery – using barcelona://user redirects the app to account tab, making it easy to check your profile from Shortcuts – so I made that into a shortcut too.

Get these in my Threads folder of shortcuts – and make sure to check out my story on how to make Threads work well on iPad with Stage Manager.

Categories
Shortcuts

New in the Shortcuts Library: Camera app shortcuts

I’ve just added a new folder to the Shortcuts Library — my set of Camera app shortcuts – built off the Open Camera action new in iOS 17 developer beta 4 which lets users select a specific camera mode to open each time.

Use these with Siri, the Shortcuts widget, Spotlight, or the app to quickly access the mode you need – they work particularly well in new Lock Screen widget too:

  • Open Photo Mode: Opens the default Photo mode in the Camera app.
  • Open Selfie Mode: Opens the front-facing Selfie mode in the Camera app.
  • Open Portrait Mode: Opens Portrait mode in the Camera app. If Preserve Settings is used, the Portrait Zoom level stays between shots instead of being reset to default.
  • Open Portrait Selfie Mode: Opens the Portrait camera to the Selfie mode – my preferred way to take selfies, but one I forget to use (until now)
  • Open Video Mode: Opens the Camera app to the Video mode. If Preserve Settings is enabled, opens to your last-specific settings.
  • Open Cinematic Mode: Opens Cinematic mode in the Camera app – set in 4K at 24 fps.
  • Open Time-Lapse Mode: Opens the Time-Lapse mode in the Camera app.
  • Open Pano Mode: Opens the Pano mode in the Camera app – use this for shooting panoramas that you can view later on the Apple Vision Pro.
  • Open Slo-Mo Mode: Opens the Slo-Mo mode in the Camera app – mine is set to 1080p 240 fps.

Check out the folder of Camera app shortcuts in the Shortcuts Library.

Categories
News

How To Watch Messi’s First MLS Match on Apple TV+ (and All Apple Sports) Using Shortcuts

All-time superstar footballer Lionel Messi is making his debut for Inter Miami as part of Major League Soccer tonight, marking a historic moment for the sport in America and for fans worldwide — plus, it’s a big deal for Apple, having bought streaming rights for the next 10 years.

For anyone who wants to watch the game, Apple has a dedicated page for the match – which you’ll need a subscription to MLS Season Pass to watch.

In the future, for matches where you won’t always have a dedicated URL ready, you can tune into MLS Season Pass using my shortcut that deep links to the in-app page. Or, for all the other leagues, you can use my Open Apple TV Sports shortcut – both of these work great on iPad in particular.

Plus, if you’re into Sports News, I’ve got a shortcut for that as well.

While I’m a Timbers fan myself having grown up in Portland, Oregon (🙂), it’s undoubtedly exciting to see such talent come to the United States – it’ll be huge for the sport after years of slow-but-steady growth here at home.

Watch the game on Apple TV and check out my folder of TV app shortcuts.

Categories
News

Apple Tests ‘Apple GPT,’ Develops Generative AI Tools to Catch OpenAI »

From Mark Gurman at Bloomberg:

Apple Inc. is quietly working on artificial intelligence tools that could challenge those of OpenAI Inc., Alphabet Inc.’s Google and others, but the company has yet to devise a clear strategy for releasing the technology to consumers.

The iPhone maker has built its own framework to create large language models — the AI-based systems at the heart of new offerings like ChatGPT and Google’s Bard — according to people with knowledge of the efforts. With that foundation, known as “Ajax,” Apple also has created a chatbot service that some engineers call “Apple GPT.”

I hope Apple takes advantage of Shortcuts and the App Intents framework to make Siri actually do things for you, not just tell you information. If Ajax doesn’t utilize Shortcuts, they’re missing out on the biggest competitive advantage they already have built out.

Read the full article on Bloombergor in Apple News.

Categories
News

AirPods Can Authenticate You For Siri Requests Thanks To This Accessibility Advocate »

From @ColinHughesUK:

Great for accessibility and I think will be popular with everyone. Lots of thanks to Apple for listening, and thanks for highlighting @zollotech https://t.co/Ake2MHsNbm

After mentioning that Siri’s “You need to unlock your iPhone first” was a big problem for quadriplegics like himself, Colin Hughes is now celebrating Apple’s update to Siri that lets AirPods act as authentication – when you’re wearing them, Siri requests will work without requiring you to unlock your device.

In a story from 9to5Mac, Colin is quoted about how this works for him:

There’s a new Siri authentication system on AirPods where if your device is unlocked while wearing your AirPods, it will be considered authenticated as long as they are in range (or until you change the output audio device on the system).

So basically when my carer puts my AirPods in my ears, then as long as my iPhone is unlocked when she does so, even if it locks afterwards I can still access my messages, calendar events and more.

View the original tweet, read the story from 9to5Mac, and check the original in-depth story on Colin’s experience with Accessibility and Apple products also from 9to5Mac.

Categories
News

You Can Schedule Recurring Apple Cash Payments In iOS 17 »

@caro_milanesi on Threads:

With iOS17 you can now set up recurrent AppleCash payments like your kid’s allowance – no more forgetting to pay and being charged a penalty by the kid 😂

Carolina Milanesi, Founder and Principal Analyst of The Heart of Tech and fellow podcaster, shared this great discovery on Threads – you can set up recurring payments with your Apple Cash account in the Wallet app.

Once you select your contact to send or request money, there’s a “Recurring Payment” option that lets you pick a start date, repeating schedule, and memo for the payment.

One example where this is handy is scheduling your monthly portion of rent to a single account before sending to a landlord, as I do with my partner – or as Carolina mentioned, allowance for a kid. Very nice 👌

View the post on Threads.

Categories
Tips & Tricks

Mac Tip: Try Highlighting Text With A Single, Double, Or Triple Click »

From @threehourcoffee (emphasis mine):

This mouse highlighting shortcut is a game-changer for me!!!

A friend (who’s not on twitter) just told me about it.

Had to share.

Made a video to demonstrate.

Double click, then drag, to highlight words not letters. pic.twitter.com/MPa51Ek4WT

This is one of those Mac tips that people probably haven’t heard of, or have so deeply engrained into their muscle memory that they didn’t realize it was a tip to give (I’m the latter).

Either way – make sure to try triple clicking to select entire paragraphs too.

Update: Antonio Bueno mentioned this additional tip to me on Discord:

Something related I discovered God-knows-when: You can make little adjustments to one side of the selection with shift+left arrow and shift+right arrow.

The nice detail is that the side depends on the direction of the selection: Select from right to left and the keys will modify the left side. Select from left to right, and it’s the right side that can be modified.

Categories
Apps Shortcuts

Use This Sample Discord Shortcut To Get Started Building Your Own Bot »

From @whatqm:

Just made a discord bot using Apple Shortcuts lol pic.twitter.com/mKSuaZzZkC

While searching Twitter for Shortcuts keywords, I came across this video that demonstrates using Shortcuts to post to a Discord channel as a bot – I’ve been wanting to build my own shortcut to do the same, so I added the sample shortcut linked in the reply and will be testing it out in my own Discord community.

View the full video from the tweet.

Categories
Apps Tips & Tricks

Tip: Long-Press to Skip The Custom Share Sheet on Threads (and Twitter Too) »

From @mosseri on Threads:

Hidden 💎 if you long press the share button on a thread it’ll pull up the OS share sheet instead of the Threads one in case you want to get there quicker.

If you’re trying to use the Share Sheet to capture Threads posts, you’ll find yourself clicking the Share icon, then “Share via…” every time – instead, you can long-press on the icon and the native Share Sheet will pop up again with your shortcuts ready to go.

Fun fact: I helped get this same functionality implemented in the Twitter app back in 2020 after mentioning how important it is for Shortcuts users – shoutout to fellow Shortcuts creator Robert Peterson for emphasizing my point in the, ahem, “thread.”

View the post on Threads.

Categories
Apps Links

Test This iOS 17 Soundboard App With Interactive Widgets »

From @leomehlig:

iOS 17 only alert ⚠️‼️🔊

Using the new interactive widgets, I’ve built a soundboard app, which you can use right from your lock and Home Screen (turn on sound to hear them).

Early beta is already on TestFlight: https://testflight.apple.com/join/tAISw1v8 pic.twitter.com/mPgdW7UEch

Back in June, I saw this tweet from Leo Mehlig, developer of Structured, teasing a new soundboard app he’s working on that uses the new interactive widget capabilities – in theory, this could even work from an iPhone on StandBy… 😋

View the demo video in the tweet or join the TestFlight.

Categories
Newsletter

What’s New in Shortcuts: Issue 97

From Issue 97 of my Shortcuts newsletter:

Welcome to Issue 97 of What’s New in Shortcuts!

It’s been too long since my last newsletter – but we’re back just after the iOS 17 public beta, with coverage in full swing after my post-WWDC vacation (and first case of COVID 😖).

Since last time, I’ve revamped my process for the Shortcuts Catalog, restarted regular coverage on my blog, dug deep on YouTube videos (coming very soon), and, last but not least, have just published the first episode of my new membership podcast.

My goal with these changes is to cover the same material I’ve always published in the newsletter, while exposing each story to a larger audience. Plus, this change makes it feasible to produce regular newsletters now that I’m without a tool with quick integrations like Revue – I’m using MailerLite’s excellent RSS integration instead.

Members will also receive more frequent, shorter emails covering new members-only content when it is published – look out for those in your inbox if you’re subscribed.

And, as always, you can subscribe to all my blog posts using your feed reader of choice using matthewcassinelli.com/rss.

Until next issue, here’s what’s new in Shortcuts:

Read the full issue on MailerLite.

Categories
Podcasts

Members-Only Podcast #1: iOS 17 Public Beta

From episode 1 of my new members-only podcast:

Shortcuts has new actions in the betas, plus I recently published shortcuts for Threads, Shopping, and Apple TV – welcome to my first members-only podcast.

Sign up to become a member and get your custom URL to add to your podcast player of choice. Or, listen to the full episode below:

This content is marked as members-only – you’ll need a membership to access it.

Categories
Podcasts

Announcing My New Members-Only Podcast

Today I am very pleased to announce the latest addition to my membership program, my new members-only podcast!

When you sign up on my site to become a member, you’ll automatically receive an email with details on how to follow the podcast with your unique RSS feed link that’s uniquely tied to your subscription.

Every episode, I’ll be covering my recent material with a quick editorialization for each story, plus I’ll be teasing what I’m working on for upcoming projects – the first episode covers everything I’ve published this July so far alongside the return of my newsletter (coming later today).

Sign up to become a member today and listen to episode 1 – plus you’ll get access to all my members-only shortcuts on an ongoing basis.