Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heartshapedbox/macOS-shortcuts
Custom macOS Shortcuts and Quick Actions.
https://github.com/heartshapedbox/macOS-shortcuts
apple applescript automator automator-action automator-script automator-workflow mac-os macintosh macos shortcuts
Last synced: 13 days ago
JSON representation
Custom macOS Shortcuts and Quick Actions.
- Host: GitHub
- URL: https://github.com/heartshapedbox/macOS-shortcuts
- Owner: heartshapedbox
- Created: 2018-12-28T07:51:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T10:08:53.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:32:17.241Z (3 months ago)
- Topics: apple, applescript, automator, automator-action, automator-script, automator-workflow, mac-os, macintosh, macos, shortcuts
- Language: AppleScript
- Homepage:
- Size: 60.5 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/heartshapedbox/macos-tweaks?color=5955E8&label=commits)
![GitHub watchers](https://img.shields.io/github/watchers/heartshapedbox/macos-tweaks?color=5955E8&logo=github)
![GitHub Repo stars](https://img.shields.io/github/stars/heartshapedbox/macos-tweaks?color=5955E8&logo=github)# 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.- Search > 'delete files' > Delete Files
- Show more > Delete Immediately
- System Settings > Keyboard > Keyboard Shortcuts > Services > Shortcuts > 'Your shortcut name' > Assign a keyboard shortcut.
# 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- Actions > Library > Files & Folders > Get Selected Finder Items
- Actions > Library > Files & Folders > Move Finder Items To Bin
- Actions > Library > Utilities > Run AppleScript
- File > Save > 'Your workflow name'
- System Settings > Keyboard > Keyboard Shortcuts > Services > General > 'Your workflow name' > Assign a keyboard shortcut.