Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 2.19 KB

README.org

File metadata and controls

60 lines (50 loc) · 2.19 KB

Prodigy layer

img/prodigy.png

Table of Contents

Description

This layer adds support for the prodigy package to manage external services from within Emacs, check the package’s documentation for more details.

It is recommended to put your prodigy services in the dotspacemacs/user-config part of your ~/.spacemacs file.

Features:

  • Managing of pre-declared services from within emacs
  • Showing of process output in special buffers
  • Filtering of processes for tags or names

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add prodigy to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Spawn prodigy

You start prodigy with this:

Key bindingDescription
SPC a SOpen the prodigy buffer

Navigate through it

Key bindingDescription
cClear buffer
hFirst service
jNext service
kPrevious service
lLast service
HDisplay current process
JNext service with status
KPrevious service with status
LStart prodigy
SStop prodigy
rrestart prodigy
Rrevert buffer (refresh list)
dJump to the dired of service
gJump to magit-status of service
YCopy prodigy command
oBrowse the service
f tAdd tag filter
f nAdd name filter
FClear filters