macOS-shortcuts icon indicating copy to clipboard operation
macOS-shortcuts copied to clipboard

Custom macOS Shortcuts and Quick Actions.

GitHub commit activity GitHub watchers GitHub Repo stars

Custom macOS Shortcuts and Quick Actions.


Delete Items Immediately (via macOS Shortcuts)

A shortcut to delete files immediately using a keyboard shortcut.

  • Skipping macOS Bin (any files in Bin won't be removed);
  • With a confirmation in 'Privacy' pop-up window.


Instruction

  • Shortcups App > Quick Actions > New shortcut (+)

  • Shortcut Name > 'Your shortcut name'

  • Change 'Images and 18 more' to 'No" in 'Receive input from Quick Actions' using 'Deselect All' button. Screenshot 2023-05-27 at 12 49 05

  • Search > 'delete files' > Delete Files Screenshot 2023-05-27 at 12 52 27

  • Show more > Delete Immediately Screenshot 2023-05-27 at 12 56 53

  • System Settings > Keyboard > Keyboard Shortcuts > Services > Shortcuts > 'Your shortcut name' > Assign a keyboard shortcut. Screenshot 2023-05-27 at 13 06 04





Delete Items Immediately (via macOS Automator)

A workflow to delete files immediately using a keyboard shortcut.

  • Using macOS Bin (any files in Bin will be removed as well);
  • Without a confirmation in 'Privacy' pop-up window.


Instruction

  • Automator > New Document > Quick Action

  • Setup a workflow Screenshot 2023-05-26 at 16 19 56

  • Actions > Library > Files & Folders > Get Selected Finder Items Screenshot 2023-05-26 at 16 21 50

  • Actions > Library > Files & Folders > Move Finder Items To Bin Screenshot 2023-05-26 at 16 22 07

  • Actions > Library > Utilities > Run AppleScript Screenshot 2023-05-26 at 16 22 14

  • File > Save > 'Your workflow name'

  • System Settings > Keyboard > Keyboard Shortcuts > Services > General > 'Your workflow name' > Assign a keyboard shortcut. Screenshot 2023-05-27 at 12 37 20