Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.
```