2015-12-02 14:23:39 +00:00
|
|
|
#+TITLE: Prodigy layer
|
2015-11-08 18:04:44 +00:00
|
|
|
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
|
2015-06-10 16:44:30 +00:00
|
|
|
|
|
|
|
[[file:img/prodigy.png]]
|
|
|
|
|
2015-10-30 11:20:58 +00:00
|
|
|
* Table of Contents :TOC_4_org:noexport:
|
|
|
|
- [[Description][Description]]
|
|
|
|
- [[Install][Install]]
|
|
|
|
- [[Key Bindings][Key Bindings]]
|
|
|
|
- [[Spawn prodigy][Spawn prodigy]]
|
|
|
|
- [[Navigate through it][Navigate through it]]
|
2015-06-10 16:44:30 +00:00
|
|
|
|
|
|
|
* Description
|
|
|
|
|
|
|
|
This layer adds support for the [[https://github.com/rejeep/prodigy.el][prodigy]] package to manage external services from
|
|
|
|
within Emacs, check the package's documentation for more details
|
|
|
|
|
|
|
|
It is recommended to put to put your prodigy services in the
|
2015-09-28 06:05:18 +00:00
|
|
|
=dotspacemacs/user-config= part of your =~/.spacemacs= file.
|
2015-06-10 16:44:30 +00:00
|
|
|
|
|
|
|
* Install
|
2016-01-06 05:21:55 +00:00
|
|
|
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.
|
2015-06-10 16:44:30 +00:00
|
|
|
|
|
|
|
* Key Bindings
|
|
|
|
|
|
|
|
** Spawn prodigy
|
|
|
|
|
|
|
|
You start prodigy with this:
|
|
|
|
|
|
|
|
| Key Binding | Description |
|
|
|
|
|-------------+-------------------------|
|
|
|
|
| ~SPC a S~ | Open the prodigy buffer |
|
|
|
|
|
|
|
|
** Navigate through it
|
|
|
|
|
|
|
|
| Key Binding | Description |
|
|
|
|
|-------------+---------------------------------|
|
|
|
|
| ~h~ | First service |
|
|
|
|
| ~j~ | Next service |
|
|
|
|
| ~k~ | Previous service |
|
|
|
|
| ~l~ | Last service |
|
|
|
|
| ~H~ | Display current process |
|
|
|
|
| ~J~ | Next service with status |
|
|
|
|
| ~K~ | Previous service with status |
|
|
|
|
| ~L~ | Start prodigy |
|
|
|
|
| ~S~ | Stop prodigy |
|
|
|
|
| ~r~ | restart prodigy |
|
|
|
|
| ~d~ | Jump to the dired of service |
|
|
|
|
| ~g~ | Jump to magit-status of service |
|
|
|
|
| ~Y~ | Copy prodigy command |
|
|
|
|
| ~o~ | Browse the service |
|
|
|
|
| ~f t~ | Add tag filter |
|
|
|
|
| ~f n~ | Add name filter |
|
|
|
|
| ~F~ | Clear filters |
|