Pen.el host interop and client/server

1 · · July 28, 2021, noon
Summary Pen.el may now run as a server. On your host OS, you can create symlinks to the pen script with names matching the name of prompts. Running those symlinks will then run the prompt via the server and return the result. Alternatively, you can run pen pf-my-prompt-function "first arg" "second arg" "etc." on the host machine and it will run the prompt function on the server and return the output as stdout on the host....