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
- Host: GitHub
- URL: https://github.com/zweifisch/foreman-mode
- Owner: zweifisch
- Created: 2015-04-18T08:34:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T13:25:34.000Z (about 4 years ago)
- Last Synced: 2025-01-27T22:55:21.817Z (4 months ago)
- Language: Emacs Lisp
- Size: 15.6 KB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.org
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 |