2015-12-02 14:23:39 +00:00
|
|
|
#+TITLE: Prodigy layer
|
2015-06-10 16:44:30 +00:00
|
|
|
|
2019-05-02 21:49:30 +00:00
|
|
|
#+TAGS: layer|tool
|
|
|
|
|
2015-06-10 16:44:30 +00:00
|
|
|
[[file:img/prodigy.png]]
|
|
|
|
|
2019-05-07 20:05:06 +00:00
|
|
|
* Table of Contents :TOC_5_gh:noexport:
|
2017-05-22 14:16:12 +00:00
|
|
|
- [[#description][Description]]
|
2017-12-21 17:27:23 +00:00
|
|
|
- [[#features][Features:]]
|
2017-05-22 14:16:12 +00:00
|
|
|
- [[#install][Install]]
|
2018-12-05 03:03:03 +00:00
|
|
|
- [[#key-bindings][Key bindings]]
|
2017-05-22 14:16:12 +00:00
|
|
|
- [[#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
|
2019-05-26 20:58:52 +00:00
|
|
|
within Emacs, check the package's documentation for more details.
|
2015-06-10 16:44:30 +00:00
|
|
|
|
2016-08-19 08:09:44 +00:00
|
|
|
It is recommended to put your prodigy services in the =dotspacemacs/user-config=
|
|
|
|
part of your =~/.spacemacs= file.
|
2015-06-10 16:44:30 +00:00
|
|
|
|
2017-12-21 17:27:23 +00:00
|
|
|
** Features:
|
2019-06-01 17:13:30 +00:00
|
|
|
- Managing of pre-declared services from within Emacs
|
2017-12-21 17:27:23 +00:00
|
|
|
- Showing of process output in special buffers
|
|
|
|
- Filtering of processes for tags or names
|
|
|
|
|
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
|
|
|
|
2018-12-05 03:03:03 +00:00
|
|
|
* Key bindings
|
2015-06-10 16:44:30 +00:00
|
|
|
** Spawn prodigy
|
|
|
|
You start prodigy with this:
|
|
|
|
|
2018-12-05 03:03:03 +00:00
|
|
|
| Key binding | Description |
|
2015-06-10 16:44:30 +00:00
|
|
|
|-------------+-------------------------|
|
2020-06-21 22:04:52 +00:00
|
|
|
| ~SPC a t p~ | Open the prodigy buffer |
|
2015-06-10 16:44:30 +00:00
|
|
|
|
|
|
|
** Navigate through it
|
|
|
|
|
2018-12-05 03:03:03 +00:00
|
|
|
| Key binding | Description |
|
2015-06-10 16:44:30 +00:00
|
|
|
|-------------+---------------------------------|
|
2017-05-14 17:48:36 +00:00
|
|
|
| ~c~ | Clear buffer |
|
2015-06-10 16:44:30 +00:00
|
|
|
| ~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 |
|
2018-10-23 14:18:21 +00:00
|
|
|
| ~R~ | revert buffer (refresh list) |
|
2015-06-10 16:44:30 +00:00
|
|
|
| ~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 |
|