My 3 Apple Shortcuts That Gave Me Back 10 Hours Monthly
Forget the hype: Shortcuts aren't for everyone. But for me, these three automations transformed my scattered digital life, freeing up substantial time. Here's my honest take.
Most articles about Apple Shortcuts preach instant productivity gains for all. "Automate everything!" they shout. But frankly, that's often a waste of time for many of us. Building a complex Shortcut for a task you do twice a year is pure vanity, an exercise in digital self-indulgence. My own experience taught me this the hard way: focus on high-frequency, low-cognitive tasks. That's where the magic truly happens.
This article isn't about dozens of flashy shortcuts. It's about three specific automations that genuinely rescued a huge chunk of my work day. I'll detail the situation I faced, my initial missteps, what ultimately clicked, and the hard-won lessons I'd share with other solo entrepreneurs.
The Inbox Zero Dream: Automated Article Filing
The Situation: As an independent editor for AIWiki, my entire workflow begins and ends with managing incoming submissions and drafts. Each submission arrives as a plain text file, sometimes a Google Doc, occasionally a Word file. My process used to be a tedious dance: download the file, open it, read it quickly, determine the category and topic, rename the file following a strict `YYYY-MM-DD_TOPIC_AUTHOR` convention, then drag it into the correct project folder on my NAS, and finally, add a task to Things 3 for review. This wasn't happening just once or twice. I was processing anywhere from 7 to 15 articles daily. Each one took about 3-5 minutes of mundane, repetitive work.
What I Tried First and Why It Failed: My initial attempt involved a Hazel rule. Hazel is powerful, no doubt. I configured it to watch my Downloads folder, looking for `.txt` or `.docx` files. The problem was the renaming. Hazel excels at rules-based renaming (e.g., date added, pattern matching). But identifying the topic from the article content, which dictated the file name and the target folder, was beyond its scope without heavy scripting – something I wasn't keen to learn just for this. I also experimented with Automator, but again, the dynamic naming and conditional folder placement based on content proved too clunky, requiring multiple manual prompts and still not fully delivering the intelligent automation I needed.
What Worked: The breakthrough came when I realized I needed a quick human-in-the-loop moment, but a highly constrained one. I built an Apple Shortcut that’s now a staple. I share a file (or multiple files) to this Shortcut from anywhere – Safari, Mail, my Downloads folder. The Shortcut first asks me for the "Topic" and "Author." It then grabs the current date. Next, it prompts me to select the "Category" from a predefined list (Productivity & Tech, Finance & Business, AI & Future, etc.), which corresponds directly to my NAS folder structure. Finally, it renames the file `[current_date]_[topic]_[author].txt` (or .docx, preserving the original extension) and immediately moves it to `NAS/AIWiki/Articles/[Category]/Unprocessed`. A parallel action then adds a new task in Things 3: "Review [topic] by [author]" with a link to the newly filed document. This single Shortcut consistently processes 95% of my incoming articles.
I’d estimate I save at least 2 minutes per article now, multiplied by, let’s conservatively say, 10 articles a day for 20 working days a month. That’s 400 minutes, or roughly 6.6 hours saved monthly. It's a small victory, but it adds up quickly.
The Quick Reference Generator: Converting Notes to PDFs
The Situation: I frequently need to convert internal meeting notes, research findings, or short guides from Markdown or rich text into a clean, readable PDF for sharing with external collaborators or for archival purposes. Doing this manually meant opening the file, selecting print, choosing "Save as PDF," naming it, and then emailing it. Each step, when you're doing it twenty times a week, becomes a nagging friction point. It feels like wasted cognitive load, honestly.
What I Tried First and Why It Failed: I briefly considered dedicated PDF conversion apps, but I didn't want another subscription to manage. I also looked at online converters, but uploading sensitive internal documents to a third-party server felt like a security risk, even if minor. The built-in "Print to PDF" worked, but the manual saving and naming was exactly what I wanted to avoid. I didn't necessarily fail here, actually, that's not quite right — I just found the existing solutions inefficient for my specific needs.
What Worked: My Shortcut takes any text-based file (Markdown, .txt, .rtf) shared to it. It then asks for a desired file name (or defaults to the original name appended with `_Archived`). It converts the file into a beautifully formatted PDF, removes any extraneous headers/footers the print dialog might add by default, and then files it directly into a specific `~/Documents/Archived PDFs` folder. Crucially, it then presents me with a prompt: "Open PDF?" or "Share PDF?". If I choose "Share," it immediately opens the iOS/macOS Share Sheet, prepopulated with the newly created PDF. This is brilliant for quick email attachments or AirDrop transfers. It’s simple, yes, but remarkably effective.
I probably generate 15-20 quick PDFs a week. Each conversion used to take about 45 seconds of clicking and typing. Now? Maybe 10 seconds. That's another 10 minutes a week, adding up to 40 minutes a month. Not hours, but it streamlines workflow significantly. The real win here is the removal of mental friction.
The Social Scheduler Sidekick: Posting to Micro-Platforms
The Situation: I share short updates, article links, or quick insights on platforms like Bluesky and Mastodon several times a day. Writing the text, grabbing the URL, remembering relevant hashtags, and then manually opening the specific apps was taking up precious minutes. Multiplied across 5-10 posts daily, this was distracting and eating into deep work time.
What I Tried First and Why It Failed: I initially used a single, universal sharing Shortcut. It worked fine for text, but adding URLs and managing platform-specific character limits or hashtag conventions became a mess. I also tried just relying on the built-in share sheets, but they don't offer the consistent formatting or automated hashtag injection I wanted. I needed more control, less thinking.
What Worked: I now have three separate, but similar, Shortcuts for each micro-platform: named "Post to Bluesky," "Post to Mastodon," and "Post to Threads." When I activate one (usually from my macOS menu bar or iOS widget), it first asks me for the content of the post. Then, it offers to append a URL from my clipboard (if present). Critically, it then injects a predefined set of general hashtags (`#AIWiki #WritingCommunity #IndieCreator`) and then prompts me for any additional specific hashtags. It handles character counts for each platform, warning me if I'm over (though I usually respect limits anyway). Finally, it opens the chosen app with the draft text already populated.
This isn't about saving minutes per post, but reducing context switching. Instead of opening an app, typing, closing it, opening another, it's a seamless flow. I save 30-45 seconds per post, easily 5-7 posts a day. That's another 3-5 hours a month. It’s hard to quantify precisely, but the feeling of uninterrupted thought is priceless.
What I'd Skip
Overly complex logical branching without a clear need: Don't build a Shortcut with 10+ steps and nested `If` statements unless the problem absolutely demands it and you use it daily. Maintenance becomes a headache, trust me. Automating super infrequent tasks: If you do something once a month, the time spent building and debugging the Shortcut will likely exceed the manual effort saved. Focus on daily or multiple-times-a-week tasks. Trying to automate things that require human judgment beyond simple inputs: My article filing shortcut works because I identify the topic and author. Trying to build AI into a Shortcut to do that would be overkill and probably unreliable. Ignoring the Share Sheet: Many Shortcuts are best initiated from the Share Sheet. Don't force yourself to open the Shortcuts app every time; it's less efficient.
Alternatives Worth Considering
Keyboard Maestro (macOS only): More powerful and flexible than Shortcuts for macOS users, especially for GUI scripting. Costs a one-time fee of $36. Hazel (macOS only): Excellent for file management automation based on rules. Ideal for hands-off sorting and renaming for predictable patterns. A single license is $42. TextExpander / espanso: For text snippets and expanding short abbreviations into longer text. Great for frequently typed phrases, not full workflows. Subscriptions start around $3.33/month.
Cost Reality Check
Apple Shortcuts itself is free and built into macOS, iOS, and iPadOS. The major cost here is your time to learn and build them. My initial investment in learning the Shortcuts interface and logic was probably 10-15 hours spread over a few weeks. Subsequent shortcuts take much less, often 30 minutes to 2 hours depending on complexity. The third-party apps I mentioned (Things 3, Keyboard Maestro, Hazel) add to the ecosystem, but Shortcuts works perfectly fine on its own for most tasks.
Takeaways for Someone in a Similar Spot
Start small. Identify one single, repetitive task you do multiple times a day or week. It should be tedious, require simple inputs, and ideally have predictable outputs. Build a Shortcut for just that. Don't try to automate your entire life from day one; it's a recipe for burnout. I'm a firm believer that the "free" time you gain isn't actually free, but the mental space freed up by not having to think about these tedious tasks is truly invaluable. It allowed me to focus on strategic editorial decisions and creative writing, rather than just being a digital file clerk. My advice? Embrace the human-in-the-loop. Sometimes, the most efficient automation still needs a quick prompt from you, and that's okay. These three simple automations, built over months, now save me well over 10 hours monthly, allowing me to stay focused and productive.
Related articles
Deep Work with Slack: My 3-Hour Focus System
My quest for focused work often clashed with Slack's constant pull. Here's how I carved out three hours of uninterrupted flow, even with demanding clients.
My 30-Minute Weekly Prep: No More Overwhelm
Buried under unfinished tasks and missed deadlines? I’ve absolutely been there. This no-frills look at my weekly review system might just rescue your Fridays and free up your precious Sunday afternoons.
Remote Setup Audit: 3 Productivity Tools I Tested in 2024
Barely a quarter of employees are in the office full-time. My remote setup needs to be sharp. I tested Fellow, ClickUp, and Notion to see which one came out on top for solo work.