Replies: 1 comment 1 reply
-
If you mean getting the standard output from a command into a buffer you can do that with the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new to
micro
. On the main page, it is written that,I need this functionality in an interactive line-by-line shell execution side-by-side/REPL fashion, often needed for an interpreted language. Unfortunately I couldn't find anything after some online search. Can anyone please show me some way?
[I can make a split and open a bash terminal there. But how to do the line-by-line evaluation? I think that some keybinding with copying + going to the other pane + pasting there + enter + coming back to the editor pane would work.]
Apart from that, is there any functionality where one can run a command (e.g.,
ls
, maybe with thectrl+e
andrun
/term
function) and paste that to the editor directly with some keybindings?Beta Was this translation helpful? Give feedback.
All reactions