waveterm
waveterm copied to clipboard
An open-source, cross-platform terminal for seamless workflows
**Describe the bug** CTRL+C / CTRL+V do not work on Linux. Neither do CTRL+SHIFT+C / CTRL+SHIFT+V. Neither do ALT+C / ALT+V (ie. ⌘+C / ⌘+V). Right click "copy" / "paste"...
Something went wrong when I'm trying to connect my three difference version `CentOS` servers, all of them are using the bash shell. I got these errors. *** **Server 1** **error**...
Renaming a workspace requires a user to hover over the workspace title in the sidebar and click the button that appears, and then click on the edit button in the...
The order of workspaces seems to be fixed. Add a capability to reorder them. This could work with drag&drop in the UI, moving workspaces up or down in the list.
Allow order of the command blocks to be changed. This could work by allowing the user to drag&drop a command block to a different location, up or down. The broader...
**Describe the bug** Wave Terminal 0.6.0. After create of remote ssh connection i receive and click on connect, i receive: ``` prompt> connecting to user@remote-host... prompt> error connecting to remote:...
It would be great to be able to set a custom background image per tab. This is helpful e.g to visually quickly know which tab you are for remote sessions....
We use `env -0` to read the environment, but on MacOS BigSur `env` is derived from BSD which does not support that flag (see https://stackoverflow.com/questions/73708754/env-illegal-option-0). This causes Wave to be...
**Describe the bug** When trying to use a command with sudo, the autocomplete does not work. **To Reproduce** Steps to reproduce the behavior: Happens on a newly created workspace. So...
Originally published by @ayoubelmhamdi (https://github.com/wavetermdev/waveterm/issues/72). This is interesting but it can leads to strange situations -- even dangerous ones. Eg. ```shell MY_PATH="/my/deep/path" several_other_commands_here MY_PATH="/" # delete this prompt, and forget...