https://github.com/dlh/AppleScripts
My collection of AppleScripts
https://github.com/dlh/AppleScripts
applescript fastscripts javascript
Last synced: 11 months ago
JSON representation
My collection of AppleScripts
- Host: GitHub
- URL: https://github.com/dlh/AppleScripts
- Owner: dlh
- License: mit
- Created: 2014-12-03T20:25:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T09:58:22.000Z (about 7 years ago)
- Last Synced: 2024-10-27T14:43:22.792Z (over 1 year ago)
- Topics: applescript, fastscripts, javascript
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
OS X AppleScripts
=================
My collection of AppleScripts.
Installation
------------
* Run `rake compile` to compile the plain-text scripts into `.scpt` files.
* Copy the compiled script(s) to your `~/Library/Scripts` folder, or add the
build directory to the [FastScripts](http://www.red-sweater.com/fastscripts/)
search path:
defaults write com.red-sweater.FastScripts ScriptTreePathsKey -array-add "~/path/to/AppleScripts/build"
About the Scripts
-----------------
* [Mail/Deselect All](Applications/Mail/Deselect%20All.applescript)
* Deselects all messages and mailboxes in your current message viewer.
* [Safari/Open Page With Google Chrome](Applications/Safari/Open%20Page%20With%20Google%20Chrome.js)
* A better version of Safari's `Develop → Open Page With → Google Chrome.app (…)` menu-item.
* You can assign a shortcut key in FastScripts. This isn't possible with
Safari's built-in menu-item, as the text includes the version number
(which often changes).
* Doesn't needlessly create new tabs if the frontmost one is empty.
* If the URL is already open in Chrome, then it activates that tab and
reloads the page.
* [Safari/New Tab](Applications/Safari/New%20Tab.applescript)
* Better `New Tab` functionality, via [Daring Fireball & Jeff Johnson](https://daringfireball.net/2018/12/safari_new_tab_next_to_current_tab)
License
-------
This project is released under the MIT license. See LICENSE.txt for more
information.