Files

31 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2024-09-20 16:59:13 -07:00
---
sidebar_position: 1
2024-09-22 13:08:55 -07:00
id: "index"
title: "Home"
2024-09-20 16:59:13 -07:00
---
2024-09-23 14:55:19 -07:00
import {Card, CardGroup} from '@site/src/components/card.tsx';
2024-09-20 16:59:13 -07:00
# 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.
2024-09-22 13:08:55 -07:00
References:
* [Key Bindings](./keybindings)
2024-09-22 13:25:20 -07:00
* [Configuration](./config)
2024-09-23 14:27:23 -07:00
* [Telemetry](./telemetry)
2024-09-23 16:27:04 -07:00
* [Wsh](./wsh)
2024-09-23 16:46:37 -07:00
* [Widgets](./widgets)
2024-09-22 13:08:55 -07:00
2024-09-20 16:59:13 -07:00
## Features
2024-09-23 14:55:19 -07:00
<CardGroup>
<Card href="features/preview" icon="fa-file" 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>