mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-08-05 13:42:53 -07:00
fixed minor typos
This commit is contained in:
@@ -13,7 +13,7 @@ We welcome contributions to Wave docs!
|
||||
|
||||
### Development Environment
|
||||
|
||||
Wave documentaion is built on Mintlify. To develop, install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
|
||||
Wave documentation is built on Mintlify. To develop, install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
|
||||
|
||||
```
|
||||
npm i -g mintlify
|
||||
|
||||
@@ -15,7 +15,7 @@ Most of Wave's global keyboard shortcuts use Cmd/Alt because we generally try to
|
||||
* **Cmd-W** - close the current tab
|
||||
* **Cmd-P** - open tab switcher (quickly switch to a new tab by name)
|
||||
* **Cmd-R** - restart currently selected command (command does not need to be focused, just selected)
|
||||
* **Cmd-Shift-R** - restart last visibile command in current tab
|
||||
* **Cmd-Shift-R** - restart last visible command in current tab
|
||||
* **Cmd-UpArrow** or **Cmd-PageUp** - move selected command up
|
||||
* **Cmd-DownArrow** or **Cmd-PageDown** - move selected command down
|
||||
* **Cmd-[digit]** - select nth tab
|
||||
@@ -73,4 +73,4 @@ Note that these keybindings only function when the command is no longer running.
|
||||
* **Ctrl-L** - clear chat history
|
||||
* **UpArrow** - select previous command block
|
||||
* **DownArrow** - select next command block
|
||||
* **Enter** - submit question, or if a command block is selected, replace the current command with the text from the command block
|
||||
* **Enter** - submit question, or if a command block is selected, replace the current command with the text from the command block
|
||||
|
||||
@@ -173,7 +173,7 @@ Disconnects the current remote.
|
||||
|
||||
`Usage: /remote:disconnect [force=1]`
|
||||
|
||||
If force=1 is passed it will force the remote to be disconnected even if there are running commnads. The commands will be passed SIGHUP.
|
||||
If force=1 is passed it will force the remote to be disconnected even if there are running commands. The commands will be passed SIGHUP.
|
||||
|
||||
### /remote:install
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: WaveShell Helper
|
||||
---
|
||||
|
||||
WaveShell (also known as MShell) is a small open-source helper program that facilitiates advanced communication between your local Wave Terminal instance and a remote machine. It enables Wave Terminal to provide advanced terminal features like command blocks, persistent sessions, and detailed universal command history.
|
||||
WaveShell (also known as MShell) is a small open-source helper program that facilitates advanced communication between your local Wave Terminal instance and a remote machine. It enables Wave Terminal to provide advanced terminal features like command blocks, persistent sessions, and detailed universal command history.
|
||||
|
||||
Note that waveshell is does *not* communicate with any external services, does not open any ports, and does *not* send any information or telemetry to Wave Terminal or Command Line Inc servers. It communicates exclusively with the local Wave Terminal running on your machine via a standard SSH connection over stdin/stdout. It does not require or try to acquire any additional privledges on the remote computer (unless of course you explicitly request it run with sudo privledges to execute sudo commands). It is run only when Wave Terminal establishes a connection to the remote machine, and does not stay resident (as a daemon) when the connection is not active.
|
||||
|
||||
@@ -14,4 +14,4 @@ No, it is not required. You can run a traditional `ssh` command at the Wave pro
|
||||
|
||||
## What remote architectures does WaveShell support?
|
||||
|
||||
MacOS (x64 and arm64), and Linux (x64 and arm64).
|
||||
MacOS (x64 and arm64), and Linux (x64 and arm64).
|
||||
|
||||
+3
-3
@@ -87,7 +87,7 @@ Note: if you get errors while using zsh, please report them on [github](https://
|
||||
* Bug fix: username regex for connections (allow dots and underscores)
|
||||
* Bug fix: Ctrl-w functionality when deleting first word
|
||||
* Bug fix: Fix nvm, asdf, venv (automatically set rtnstate)
|
||||
* Other bug fixes, UI cleanup, and minor featues
|
||||
* Other bug fixes, UI cleanup, and minor features
|
||||
|
||||
### v0.5.0 - 11/10/2023 (WaveTerm)
|
||||
|
||||
@@ -142,7 +142,7 @@ Note: if you get errors while using zsh, please report them on [github](https://
|
||||
* Update line and session settings modals to update immediately
|
||||
* Added buttons to delete sessions and screens in their settings windows
|
||||
* Fix width of markdown (default column was set too small)
|
||||
* Can now use "view" parameter to specifiy the renderer
|
||||
* Can now use "view" parameter to specify the renderer
|
||||
* Fixed bug related to large environments
|
||||
* Other bug fixes
|
||||
|
||||
@@ -225,4 +225,4 @@ Note: if you get errors while using zsh, please report them on [github](https://
|
||||
|
||||
### v0.1.0
|
||||
|
||||
Initial Relase
|
||||
Initial Release
|
||||
|
||||
Reference in New Issue
Block a user