Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcellerier/automator
Mac OS Automator quick actions
https://github.com/tcellerier/automator
Last synced: 12 days ago
JSON representation
Mac OS Automator quick actions
- Host: GitHub
- URL: https://github.com/tcellerier/automator
- Owner: tcellerier
- License: gpl-3.0
- Created: 2019-02-10T16:45:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T17:26:40.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T16:52:49.109Z (3 months ago)
- Size: 519 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automator Quick Actions
## Installation
* Download the zip of the script, extract the "workflow" file and copy it to your user folder ~/Library/Services/## List of scripts
### Convert to JPG
* Objective: Convert HEIC (or any other image format) files to JPG
* How to: Right click on one or several image files, and choose "Convert to JPG" at the bottom of the list
* The image(s) will be converted to JPG file(s) into a subfolder _JPGCopy. The original file(s) will not be modified.### Open Terminal in Folder
* Objective: Open a Terminal directly on a specific folder
* How to: Right click on a folder and choose "Open Terminal in Folder" at the bottom of the list
* A terminal window will open in the folder you selected