Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revmischa/heroku-emacs
Heroku command plugin: run emacs in a heroku shell
https://github.com/revmischa/heroku-emacs
Last synced: 3 days ago
JSON representation
Heroku command plugin: run emacs in a heroku shell
- Host: GitHub
- URL: https://github.com/revmischa/heroku-emacs
- Owner: revmischa
- License: other
- Created: 2016-05-16T23:01:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-17T00:34:21.000Z (over 8 years ago)
- Last Synced: 2024-10-18T07:52:52.402Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Heroku and Emacs
Sometimes you just need to shell into your heroku app and would like a text editor other than `ed`.
I like emacs! Not everyone does, there's always [heroku-vim](https://github.com/naaman/heroku-vim) too.
## Installation
`heroku plugins:install https://github.com/revmischa/heroku-emacs.git`## Usage
`heroku emacs````
westberkeley$ heroku plugins:install https://github.com/revmischa/heroku-emacs.git
Installing https://github.com/revmischa/heroku-emacs.git... done
westberkeley$ heroku emacs
Running `curl https://s3-us-west-2.amazonaws.com/heroku-emacs/emacs-24.5-heroku-minimal.tar --location --silent | tar x
export PATH=$PATH:/app/emacs/bin
bash
` attached to terminal... up, run.7277
~ $ emacs --version
GNU Emacs 24.5.1
Copyright (C) 2015 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
```