revmischa / heroku-emacs

Heroku command plugin: run emacs in a heroku shell
Other
1 stars 0 forks source link

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