Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattwilliamson/automator-workflows
Useful automator tools, such as inserting a UUID into a docuement
https://github.com/mattwilliamson/automator-workflows
Last synced: 3 months ago
JSON representation
Useful automator tools, such as inserting a UUID into a docuement
- Host: GitHub
- URL: https://github.com/mattwilliamson/automator-workflows
- Owner: mattwilliamson
- Created: 2011-08-16T19:21:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-16T21:00:58.000Z (over 11 years ago)
- Last Synced: 2024-08-01T22:04:45.475Z (6 months ago)
- Homepage:
- Size: 945 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - mattwilliamson/automator-workflows - Useful automator tools, such as inserting a UUID into a docuement (Others)
README
Automator Workflows
-------------------These are some useful [OS X Automator](http://en.wikipedia.org/wiki/Automator_(software)) services than can be used within all OS X applications to avoid dropping into the shell or going to websites to perform some simple actions like, `base64encode`.
# Usage
Use them in whatever application you want by clicking the name of the application next to the Apple menu button, then click Services and pick the service below that you want.
![Screenshot](screenshot.png)
# Installation
Just [download](archive/master.zip) this repository, unzip it, open up the Services folder, and double click the service you want to install. You'll get a prompt to open it or install it. Click the install button.
![Install](install.png)
# List of Actions
### Clear All Terminal Tabs
Clears all the text in all tabs of the currently activated window in Terminal.app. Great for tailing logs on multiple servers or files.
### Base 64 Encode/Decode
[Base64](http://en.wikipedia.org/wiki/Base64) encode or decode the currently selected text, replacing it.
`Lorem ipsum` <-> `TG9yZW0gaXBzdW0=`
### New UUID4
Insert a new [UUID version 4](http://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_.28random.29) 36 character globally unique random token (including dashes).
Example: `94dd0765-b883-4828-97ba-94cf90bd166f`
### SHA1
Hash currently selected text, resulting in a 40 character string. Replaces selected text. If no text is selected, a random hash will be inserted.
Example: `54f4e894d78c9e7ef0b05b37e87e5ae819967383`
### SHA512
Hash currently selected text, resulting in a 128 character string. Replaces selected text. If no text is selected, a random hash will be inserted.
Example: `fe89dfa52d7d3f53804139d0741f64d0b5dbb55da7972d9583b009fa594331bf84a37d450d405e809a5111cf01c658e54aaf56b7689bbbe73f3fe6b3fe21b9d0`
## Lorem Ipsum
Inserts [Lorem Ipsum](http://en.wikipedia.org/wiki/Lorem_ipsum) dummy text into current text editing.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.