You've already forked waveterm-docs
mirror of
https://github.com/wavetermdev/waveterm-docs.git
synced 2026-04-22 15:26:42 -07:00
4449a8b058
* add faq * add a releasenotes page
37 lines
1.4 KiB
Plaintext
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).
|