Files
waveterm-docs/docs/index.mdx
Mike Sawka 4449a8b058 add faq and release notes (#36)
* add faq

* add a releasenotes page
2024-09-30 09:53:02 -07:00

37 lines
1.4 KiB
Plaintext

---
sidebar_position: 1
id: "index"
title: "Home"
---
import {Card, CardGroup} from '@site/src/components/card.tsx';
# Introduction
## Welcome to Wave Terminal
Wave is an open-source terminal that adds the ability to launch graphical widgets, controlled and integrated directly with the CLI.
References:
* [Key Bindings](./keybindings)
* [Configuration](./config)
* [Telemetry](./telemetry)
* [Wsh](./wsh)
* [Widgets](./widgets)
* [FAQ](./faq)
## Features
<CardGroup>
<Card href="features/preview" icon="fa-file-magnifying-glass" title="File Previews" description="Preview widgets let you view markdown, images, video, CSVs, and more inline." />
<Card href="features/remotes" icon="fa-server" title="Reliable Remote Connections" description="Automatic reconnection, remote file previews, and more." />
<Card href="features/ai" icon="fa-sparkles" title="Integrated AI" description="Inline AI Chat Windows hooked up to any LLM (local or remote)." />
<Card href="features/browser" icon="fa-globe" title="Inline Web Browser" description="Access online content without switching context." />
<Card href="features/charts" icon="fa-chart-simple" title="Data Visualization" description="Create graphs of system stats or custom data piped directly from CLI programs." />
</CardGroup>
## Looking for WaveLegacy documentation?
WaveLegacy docs can be found at [legacydocs.waveterm.dev](https://legacydocs.waveterm.dev).