waveterm/README.md
2023-10-31 10:42:04 -07:00

51 lines
1.7 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
The universal modern terminal for seamless workflows.
Wave isn't just another terminal emulator; it's an AI-powered modern terminal designed for developers to never lose focus. With Wave, you can focus on execution, collaboration and context switching seamlessly.
### Features
* Render anything inline: review code, images, even csv files without ever leaving the terminal
* Save sessions and history
* AI-powered
## Installation
Wave Terminal works with MacOS and Linux (preliminary).
Install Wave Terminal from: [www.commandline.dev/download](https://www.commandline.dev/download)
## Quick Start
A quick start guide is available at [docs.getprompt.dev/quickstart/](https://docs.getprompt.dev/quickstart/)
## Documentation
Documentation is available at [docs.getprompt.dev](https://docs.getprompt.dev/)
## Community
* Joins us on [Discord](https://discord.gg/XfvZ334gwU)
## 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)
* [How to build and run from source](CONTRIBUTING.md#development-environment)
* [Contribution guidelines](CONTRIBUTING.md#before-you-start)