├── LICENSE ├── Makefile ├── README.md └── src ├── add-to-inbox.xml ├── airmail.xml ├── bypass-paywall.xml ├── cup-of-tea.xml ├── emojidial.xml ├── export-shortcuts.xml ├── get-availability-24h.xml ├── get-availability.xml ├── glass-of-water.xml ├── lumos.xml ├── markup_share-last-photo.xml ├── next-event.xml ├── nox.xml ├── play-favourites.xml ├── train-tickets.xml ├── update-shopping-list.xml └── work-alarm.xml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/README.md -------------------------------------------------------------------------------- /src/add-to-inbox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/add-to-inbox.xml -------------------------------------------------------------------------------- /src/airmail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/airmail.xml -------------------------------------------------------------------------------- /src/bypass-paywall.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/bypass-paywall.xml -------------------------------------------------------------------------------- /src/cup-of-tea.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/cup-of-tea.xml -------------------------------------------------------------------------------- /src/emojidial.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/emojidial.xml -------------------------------------------------------------------------------- /src/export-shortcuts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/export-shortcuts.xml -------------------------------------------------------------------------------- /src/get-availability-24h.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/get-availability-24h.xml -------------------------------------------------------------------------------- /src/get-availability.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/get-availability.xml -------------------------------------------------------------------------------- /src/glass-of-water.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/glass-of-water.xml -------------------------------------------------------------------------------- /src/lumos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/lumos.xml -------------------------------------------------------------------------------- /src/markup_share-last-photo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/markup_share-last-photo.xml -------------------------------------------------------------------------------- /src/next-event.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/next-event.xml -------------------------------------------------------------------------------- /src/nox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/nox.xml -------------------------------------------------------------------------------- /src/play-favourites.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/play-favourites.xml -------------------------------------------------------------------------------- /src/train-tickets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/train-tickets.xml -------------------------------------------------------------------------------- /src/update-shopping-list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/update-shopping-list.xml -------------------------------------------------------------------------------- /src/work-alarm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrboyce/ios-shortcuts/HEAD/src/work-alarm.xml --------------------------------------------------------------------------------