Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create services on the fly #77

Open
teaforthecat opened this issue Jul 14, 2015 · 1 comment
Open

Create services on the fly #77

teaforthecat opened this issue Jul 14, 2015 · 1 comment

Comments

@teaforthecat
Copy link

It would be cool to be able to bookmark services (think complex long running tail commands) and control them from the prodigy buffer. The imagined workflow would be something like this:

  1. run complicated tail | grep | awk during systems debugging.
  2. realize that might come in handy later
  3. create function bookmark and enter in a name and the command
  4. run it again by jumping to the bookmark
  5. ask yourself what 5 commands am I running?
  6. look to prodigy for inventory and control of the running commands

Here is an example of an implementation of this: https://gist.github.com/teaforthecat/85c518b3164445602334#file-gistfile1-el-L21-L26
A working example is on the bottom.
I can't quite work out why this doesn't work though. Any help appreciated.

@teaforthecat
Copy link
Author

This seems to be related to #1 because creating services on the fly by adding them to a plist and creating them in customize seams similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant