Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ochko/mac-app-binding.el
Emacs bindings for Mac OS X apps
https://github.com/ochko/mac-app-binding.el
Last synced: 1 day ago
JSON representation
Emacs bindings for Mac OS X apps
- Host: GitHub
- URL: https://github.com/ochko/mac-app-binding.el
- Owner: ochko
- License: mit
- Created: 2014-07-19T07:36:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T14:48:00.000Z (over 10 years ago)
- Last Synced: 2023-04-13T15:42:02.215Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Install
Clone this repo:
```shell
$ cd ~/.emacs.d/vendor
$ git clone git://github.com/ochko/mac-app-binding.el
```In your emacs config:
```elisp
(add-to-list 'load-path "~/.emacs.d/vendor/mac-app-binding.el")
(require 'mac-app-binding)
```
### Usage- mac-run-applescript
Run applescript text source.
Requires `osascript` program in PATH- mac-open
Opens current buffer's file with Mac's `open` command.
- mac-open-with-textedit
Open current buffer's file with Mac's TextEdit.app.