Countdown

Returns the time between now and a specified date in days.

Actions

Date
Passes the specified date and time to the next action.
Get Time Between Dates
Subtracts the specified date from the date passed into the action. For example, this action could get the number of minutes from now until a calendar event passed in as input.
shortcuts-action-icon-show-result.webp
Show Result
Shows the specified text in Siri or in an alert.
shortcuts-action-icon-stop-and-output.webp
Stop and Output
Stops execution of the current shortcut, and outputs content. This action is useful when: • Running a shortcut from another shortcut (using the Run Shortcut action). The output will be used as the output of the Run Shortcut action. • Running a shortcut from Quick Actions in Finder on macOS. The output will be saved as a file alongside the files selected in Finder. • Running a shortcut from Services on macOS. The output will replace the selected content, if applicable. • Or, when running a shortcut from another location that supports output, like the command-line or the Shortcuts URL scheme. No more actions will be run after this action.

More From This Folder

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Countdown
Link to Open Shortcut
shortcuts://open-shortcut?name=Countdown
AppleScript code
tell application “Shortcuts Events” run shortcut “Countdown” end tell

More From The Library

Toggle listening history

Asks you to pick a focus mode, then toggles the current Music Focus Filter setting for “Use Listening History” so you can switch whether or not to Use Listening History for a chosen focus with an existing filter. Works well as a Control in Control Center.

Get Shortcut »

Shame

Gets the base64-encoded text for the Shame sound from Game of Thrones, decodes it, and plays it twice at 75% volume with a short break in between.

Get Shortcut »

Copy iCloud link

Takes any files shared as input or, if none are present, presents a Document Picker to select them manually, then shares those files using iCloud Drive – the resulting URL is copied to the clipboard to be shared with others for easy access.

Get Shortcut »

Play my Replay 2021

Plays the preselected Replay 2021 playlist on Shuffle. My top track of the year was “Treat People With Kindness” from Harry Styles, something I needed to remember after 2020 and the start of 2021.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more