mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
56 lines
2.0 KiB
Markdown
56 lines
2.0 KiB
Markdown
|
|
<p align="center">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="./src/app/assets/wave-logo_horizontal-coloronblack.svg">
|
|
<source media="(prefers-color-scheme: light)" srcset="./src/app/assets/wave-logo_horizontal-coloronwhite.svg">
|
|
<img alt="Wave Terminal Logo" src="./src/app/assets/wave-logo_horizontal-coloronwhite.svg" width="352" height="59" style="max-width: 100%;">
|
|
</picture>
|
|
<br/>
|
|
</p>
|
|
|
|
# Wave Terminal
|
|
|
|
A open-source, cross-platform, modern terminal for seamless workflows.
|
|
|
|
Wave isn't just another terminal emulator; it's a rethink on how terminals are built. Wave combines command line with the power of the open web to help veteran CLI users and new developers alike.
|
|
|
|
* Inline renderers to cut down on context switching. Render code, images, markdown, and CSV files without ever leaving the terminal.
|
|
* Persistent sessions that can restore state across network disconnections and reboots
|
|
* Searchable contextual command history across all remote sessions (saved locally)
|
|
* Workspaces, tabs, and command blocks to keep you organized
|
|
|
|
## Installation
|
|
|
|
Wave Terminal works with MacOS and Linux (preliminary).
|
|
|
|
Install Wave Terminal from: [www.waveterm.dev/download](https://www.waveterm.dev/download)
|
|
|
|
Also available as a homebrew cask for MacOS:
|
|
```
|
|
brew install --cask wave
|
|
```
|
|
|
|
## Links
|
|
|
|
* Homepage — https://www.waveterm.dev
|
|
* Download Page — https://www.waveterm.dev/download
|
|
* Documentation — https://docs.waveterm.dev/
|
|
* Quick Start Guide — https://docs.waveterm.dev/quickstart/
|
|
* Discord Community — https://discord.gg/XfvZ334gwU
|
|
|
|
## Building from Source
|
|
|
|
* [MacOS Build Instructions](./BUILD.md)
|
|
* [Linux Build Instructions](./build-linux.md)
|
|
|
|
## Contributing
|
|
|
|
Wave uses Github Project for tracking issues.
|
|
|
|
Find more information in our [Contributions Guide](CONTRIBUTING.md), which includes:
|
|
|
|
* [Ways to contribute](CONTRIBUTING.md#contributing-to-wave-terminal)
|
|
* [Contribution guidelines](CONTRIBUTING.md#before-you-start)
|
|
|
|
|