Skip to content

使用Mac Automator结合AppleScript提高生产力

Notifications You must be signed in to change notification settings

maxk77/AutormatorX

Repository files navigation

AutomatorX

Use the crazy Automator and AppleScript to improve efficiency on Mac.

Here are some of the workflows I frequently used. Except for the ones market as "Original", others are from some blogs or forum posts.

Description

包括了以下workflow:

  1. 批量修改文件名/Rename filename in batches

    Here is a real use case for me.

    P.S. I suggest you set a shortcut for it.

    image


  1. URL decode

  1. Automatically export PPT -> PDF (Need MS PPT)

  1. Automatically export Words -> PDF (Need MS Words)

  1. “Move to”(Original)

    image

    You can change the default location by opening this workflow with Automator

    I'm using this with shortcut cmd+ctl+m. It is actually more useful than I originally assume.


  1. Transform .png image to .icns icon for Mac apps(Original),借鉴了stackoverflow答主代码:https://stackoverflow.com/questions/12306223/how-to-manually-create-icns-files-using-iconutil/20703594#20703594

  1. Retrieve. (Original)

    Will retrieve all files in a folder to upper level, and remove that folder.

    I mainly use it when I download TV series and want to retrieve them from original folder.

    image


  1. SHA Checksum. (Original)

    Handy workflow for me to verify the checksum of a downloaded file. Support SHA-1, SHA-256, and SHA-512 algorithm.


  2. Fix Chinese wrong Encoding (Original)

    On macOS when handling chinese file from windows, the characters could be in wrong encoding. This workflow can transfer gbk format --> utf8

    image

Installation

Double click the workflow to install


Open Finder,Press command + shift + G,Enter ~/Library/Services

Draw the workflows to it image

About

使用Mac Automator结合AppleScript提高生产力

Resources

Stars

Watchers

Forks

Packages

No packages published