mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
4ef921bdd1
* Add linux makers * missed some * remove eu-strip * blah * add description * remove v from version * add exec name * use bin * add bin to both * test flatpak * test adding dev dependencies * remove flatpak for now * add command to flatten directory structure * update package info * save rpm info * save work * add bin to packagerConfig * save work * okay let's see what happens * iterate array * test more * remove large * test * test * remove linux arm * test addl targets * add quiet to zip * revert dir flatten * remove pacman * add s3 bucket to electron-builder config * make dir * only copy artifacts * don't merge * zip recurse * blah * replace with electronupdater * make generic * fix * fix stuff * Update build-helper.yml * test fix * fix path * remove tree * messed up comment * remove touch * add platform name to artifact * remove license * remove forge * cleanup builder config * switch artifact name order * Remove darwin restriction on autoupdate * try adding back pacman * fix license * remove pacman again * rewrite scripts * add binary paths to builder * clean up * Update scripts * update interval and readme * remove flatpak and snap dependencies for now * upload with a wildcard * fix paths for addl binaries * add back blockmap * update release path * add newline * remove forge config * 2 small fixes - remove double cd for waveshell building, and remove GOARCH for wavesrv binary in dev mode
58 lines
2.2 KiB
Markdown
58 lines
2.2 KiB
Markdown
<p align="center">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="./assets/waveterm-logo-horizontal-dark.png">
|
|
<source media="(prefers-color-scheme: light)" srcset="./assets/waveterm-logo-horizontal-light.png">
|
|
<img alt="Wave Terminal Logo" src="./assets/waveterm-logo-horizontal-light.png" width="240" height="80" style="max-width: 100%;">
|
|
</picture>
|
|
<br/>
|
|
</p>
|
|
|
|
# Wave Terminal
|
|
|
|
An open-source, cross-platform, AI-integrated, 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
|
|
- AI Integration with ChatGPT (or ChatGPT compatible APIs) to help write commands and get answers inline
|
|
|
|
![WaveTerm Screenshot](./assets/wave-screenshot.jpeg)
|
|
|
|
## 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/
|
|
- Blog — https://blog.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)
|