You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
run complicated tail | grep | awk during systems debugging.
realize that might come in handy later
create function bookmark and enter in a name and the command
run it again by jumping to the bookmark
ask yourself what 5 commands am I running?
look to prodigy for inventory and control of the running commands
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:
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.
The text was updated successfully, but these errors were encountered: