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

https://github.com/zweifisch/foreman-mode

Manage Procfile-based applications in Emacs
https://github.com/zweifisch/foreman-mode

Last synced: about 2 months ago
JSON representation

Manage Procfile-based applications in Emacs

Awesome Lists containing this project

README

        

* foreman-mode

[[http://melpa.org/#/foreman-mode][file:http://melpa.org/packages/foreman-mode-badge.svg]]
[[http://stable.melpa.org/#/foreman-mode][file:http://stable.melpa.org/packages/foreman-mode-badge.svg]]
[[https://github.com/zweifisch/foreman-mode/tags][file:https://img.shields.io/github/tag/zweifisch/foreman-mode.svg]]
[[http://www.gnu.org/licenses/gpl-3.0.html][http://img.shields.io/:license-gpl3-blue.svg]]

/Manage Procfile-based applications in Emacs/

use =foreman-start= to start all applications
or =foreman= to list all applications specified in =Procfile=

| key | desc |
|-------+-----------------------------|
| =s= | start process |
| =k= | kill process |
| =r= | restart process |
| =e= | manage environment variable |
| =d= | delete process buffer |
| =g= | revert buffer |
| =n= | next line |
| =p= | previous line |
| =RET= | view process buffer |
| =q= | quit |