What I really want is a Notebook experience for the terminal, but output is for each command is automatically stored in separate buffers.<p>Then I can tweak commands, or chain the input from the buffers. (automatically using mkfifo or something)<p>I want my command to history stored in another buffer, and another buffer that I can quickly move the commands and/or output to a script or a markdown document for documentation.<p>That way I can quickly debug or build scripts, or perform analysis, and it will automatically have an executable to reproduce all my steps.