-
Notifications
You must be signed in to change notification settings - Fork 33
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
Feature Request: Universal Repl #68
Comments
|
Yes, it would have to be persistent |
I'm gonna say this is out of scope for flow at the moment then. Managing a long running background task is not something I really want to build directly into flow's core. It's a perfect task for a plugin though. Actually, flow already has really good support for long running child processes (used for example to drive LSPs and ripgrep), but I'm not sure what generic interface you would like to see. |
Thats fine, I just wanted to create a proposal for it since I've been really enjoying the repl integration emacs has. (ie, Slime)
I wonder if there is a way to "jack in" to a process running in a different terminal pane and send it input thru stdio. I think kakoune has a plugin that does something like that |
Extracted from #62
First steps
sub process
inside of flow Feature Request: Ability to run a shell command inside flow #67alt-x shell-command-on-region
in emacs)This would allow users to start a repl inside of flow, then send highlighted text to the repl for evaluation.
The text was updated successfully, but these errors were encountered: