You've already forked waveterm-docs-old
mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-04-22 15:22:42 -07:00
61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
Plaintext
---
|
|
title: Introduction
|
|
description: 'Welcome to the legacy version of Wave Terminal'
|
|
---
|
|
|
|
<Warning>
|
|
As of September 2024, this version of Wave Terminal is deprecated. To learn more about our new version (>=v0.8.0), check out [www.waveterm.dev](https://www.waveterm.dev). To find documentation for our new version, check out [docs.waveterm.dev](https://docs.waveterm.dev).
|
|
</Warning>
|
|
|
|
<img
|
|
className="block dark:hidden"
|
|
src="/images/screenshot.png"
|
|
alt="Hero Light"
|
|
/>
|
|
<img
|
|
className="hidden dark:block"
|
|
src="/images/screenshot.png"
|
|
alt="Hero Dark"
|
|
/>
|
|
|
|
|
|
## Wave Features
|
|
|
|
Wave Terminal has lots of rich features, learn more here
|
|
|
|
<CardGroup>
|
|
|
|
<Card
|
|
title="Wave AI"
|
|
icon="robot"
|
|
href="/features/waveAI"
|
|
>
|
|
Add flair to your terminal with personalized branding.
|
|
</Card>
|
|
|
|
<Card
|
|
title="Codeedit"
|
|
icon="code"x
|
|
href="/features/codeedit"
|
|
>
|
|
Make the most of Wave's persistent, context rich history.
|
|
</Card>
|
|
|
|
<Card
|
|
title="File Viewers"
|
|
icon="file-magnifying-glass"
|
|
href="/features/fileViewers"
|
|
>
|
|
Use Wave to log into remote machines.
|
|
</Card>
|
|
|
|
<Card
|
|
title="History"
|
|
icon="scroll"
|
|
href="/features/history"
|
|
>
|
|
Use Wave to preview images files directly in the terminal.
|
|
</Card>
|
|
|
|
</CardGroup>
|