Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wrboyce/ios-shortcuts

My iOS Shortcuts
https://github.com/wrboyce/ios-shortcuts

ios-shortcuts

Last synced: about 1 month ago
JSON representation

My iOS Shortcuts

Awesome Lists containing this project

README

        

My collection of my iOS shortcuts.

## Add to Inbox

Adds the contents of my clipboard as a new task in my OmniFocus Inbox.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/add-to-inbox.shortcut)

## Airmail

This one was a request on Reddit and seemed like a fun job, it scans the
current web page for mailto: links and opens the airmail compose
dialog - if multiple links are found then a menu will be presented.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/airmail.shortcut)

## Bypass Paywall

Uses outline.com to bypass paywalls :)
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/bypass-paywall.shortcut)

## Cup of Tea

I use this one a lot, either via Siri or the Shortcuts Widget, to track my
caffeine and water consumption from all the brews I drink. Logs 44mg caffine and
400ml water in Health.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/cup-of-tea.shortcut)

## EmojiDial

Categorised speed dial, presents a list of emojis and labels then searches
for contacts with the selected emoji in their "notes" field, then offers a
choice of call/facetime/message.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/emojidial.shortcut)

## Export Shortcuts

I use this shortcut to get my `.shortcut` files out of the app and into git.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/export-shortcuts.shortcut)

## Get Availability / Get Availability (24h)

Checks your calendars (currently all of them) and builds a list of times you are
available, copying it into your clipboard. The non-24h version will ask for your
availability start/end times on import.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/get-availability.shortcut)
[link (24h)](https://github.com/wrboyce/ios-shortcuts/raw/master/build/get-availability-24h.shortcut)

## Glass of Water

Nice and simple; logs 250ml water in Health. I mostly invoke this via Siri using
my watch.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/glass-of-water.shortcut)

## Lumos / Nox

Intended to be invoked by Siri, and mostly a bit of a joke, these shortcuts turn
the torch on/off respectively. If you don't understand the naming, you've
obviously never read or watched Harry Potter.
[link (lumos)](https://github.com/wrboyce/ios-shortcuts/raw/master/build/lumos.shortcut)
[link (nox)](https://github.com/wrboyce/ios-shortcuts/raw/master/build/nox.shortcut)

## Markup/Share Last Photo

Grabs the most recent image in your camera rolls, asks if you'd like to
annotate it, and then brings up the share panel.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/markup_share-last-photo.shortcut)

## Next Event

Get directions to next event. If you and the event are in the same city, and
that city is supported by CityMapper, then use CityMapper - otherwise fallback
to using Apple Maps.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/next-event.shortcut)

## Play Favourites

Simple, but really handy - I use this to quickly get some music going if I'm
walking and don't have time to faff about picking something. Drop me into my
Favourites Mix with the added spice of Shuffle. Will prompt for Playlist and
Shuffle preferences on import. (Note: it really seems like Siri should be able
to do this with "Shuffle Favourites Mix" but she always fails to actually do
anything.)
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/play-favourites.shortcut)

## Train Tickets

Opens the Trainline app directly to the "My Tickets" page, saving
valuable seconds.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/train-tickets.shortcut)

## Update Shopping List

Intended to be used via Siri, my hope was to invoke this hands free but
unfortunately the "Dictate Text" action requires opening the Shortcuts app.
This shortcut will take a dictated list of items, split it at "and", add each
item to my "Shopping" reminders list and then confirm how many items were added.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/update-shopping-list.shortcut)

## Work Alarm

I wrote this one for my partner, who works shifts. It checks a given calendar
(specified on import) for the next shift and sets an alarm for 2h (also
customisable on import) before the event.
[link](https://github.com/wrboyce/ios-shortcuts/raw/master/build/work-alarm.shortcut)