waveterm
waveterm copied to clipboard
An open-source, cross-platform terminal for seamless workflows
I am getting this error when trying to launch redis-server on macOS. It works fine from the native terminal or iTerm, so I assume there's something wrong with Wave. Output...
An opened subshell is currently treated as a running command by the UI. This negates all of Wave UI advancements, like the command blocks. The whole user experience is just...
Implement a functionality to search for text in a code block, tab, or entire workspace, both input and output. The most fundamental is probably a single code block. This could...
We should support having multiple WaveTerm windows open at once (each independent of each other). This is especially useful to support users with multiple monitors so they can have terminal...
As the title says. Currently when a command block is deleted, there's no way to bring it back. There also isn't a confirm dialog box. The broader goal is to...
I'd like to be able to edit a command block and execute it again, analogically to how Jupyter Notebooks work. Examples of what could this enable: - Using workspaces as...
Allow making a command block a dedicated markdown block for documentation purposes (not processed by the shell). This would greatly help with documenting the steps. The broader goal is to...
Allow exporting a single tab (or perhaps a workspace) into a proprietary file that can be later opened with Wave and executed. Export to something like a PDF or Markdown...
As the title says - have a UI element that can execute all of the blocks again. The broader goal is to have something like a Jupyter Notebook for shell...
Add ability to restart the underlying shell (deleting all the env variables, etc.), while keeping the command blocks. The broader goal is to have something like a Jupyter Notebook for...