You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wave is an [open-source](https://github.com/wavetermdev/waveterm) terminal that adds the ability to launch graphical widgets, controlled and integrated directly with the CLI. We support MacOS, Linux, and Windows ([Downloads](https://waveterm.dev/download)).
14
14
15
+
Wave isn't just another terminal emulator; it's a rethink on how terminals are built. For too long there has been a disconnect between the CLI and the web. If you want fast, keyboard-accessible, easy-to-write applications, you use the CLI, but if you want graphical interfaces, native widgets, copy/paste, scrolling, variable font sizes, then you'd have to turn to the web. Wave's goal is to bridge that gap.
16
+
17
+

18
+
19
+
<CardGroup>
20
+
<Card
21
+
href="./customization"
22
+
icon="fa-file-magnifying-glass"
23
+
title="Customization"
24
+
description="Set up tabs and terminals to match your workflow needs."
25
+
/>
26
+
<Card
27
+
href="./keybindings"
28
+
icon="fa-file-magnifying-glass"
29
+
title="Key Bindings"
30
+
description="Boost efficiency with keyboard shortcuts for faster navigation."
31
+
/>
32
+
<Card
33
+
href="./layout"
34
+
icon="fa-file-magnifying-glass"
35
+
title="Layout"
36
+
description="Organize your workspace using our layout system."
37
+
/>
38
+
<Card
39
+
href="./connections"
40
+
icon="fa-file-magnifying-glass"
41
+
title="Remote Connections"
42
+
description="Quickly SSH or connect to remote machines in one step."
43
+
/>
44
+
<Card
45
+
href="./widgets"
46
+
icon="fa-file-magnifying-glass"
47
+
title="Widgets"
48
+
description="Explore built-in tools to extend your terminal’s functionality."
49
+
/>
50
+
<Card
51
+
href="./wsh-command"
52
+
icon="fa-file-magnifying-glass"
53
+
title="wsh Command"
54
+
description="Control Wave and launch widgets directly from the command line."
55
+
/>
56
+
</CardGroup>
57
+
58
+
<divstyle={{ marginBottom: 30 }} />
59
+
15
60
:::info
16
61
17
-
**These docs are incomplete**, but we're working on them. If you have a question, please feel free to ask us in [Discord](https://discord.gg/XfvZ334gwU). If you'd like to file a bug/enchancement, please
18
-
use [Github Issues](https://github.com/wavetermdev/waveterm/issues). These docs are also open-source and we do accept PRs for docs [here](https://github.com/wavetermdev/waveterm/blob/main/docs). You can click the "Edit this page" link at the bottom of the page to get taken directly to the editor page for that document in GitHub.
62
+
If you have a question, please feel free to ask us in [Discord](https://discord.gg/XfvZ334gwU). If you'd like to file a bug/enchancement, please use [Github Issues](https://github.com/wavetermdev/waveterm/issues). These docs are also open-source and we do accept PRs for docs [here](https://github.com/wavetermdev/waveterm/blob/main/docs). You can click the "Edit this page" link at the bottom of the page to get taken directly to the editor page for that document in GitHub.
19
63
20
64
:::
21
65
22
-
References:
66
+
<divclass="reference-links">
67
+
68
+
Other References:
23
69
24
-
-[Widgets](./widgets)
25
70
-[Configuration](./config)
26
-
-[Key Bindings](./keybindings)
27
-
-[wsh command](./wsh)
28
-
-[Connections](./connections)
29
-
-[Tab Layout System](./layout)
30
71
-[Custom Widgets](./customwidgets)
31
72
-[Telemetry](./telemetry)
32
73
-[FAQ](./faq)
74
+
-[Release Notes](./releasenotes)
33
75
34
-
<!--
35
-
##Features
36
-
37
-
<CardGroup>
38
-
<Cardhref="features/preview"icon="fa-file-magnifying-glass"title="File Previews"description="Preview widgets let you view markdown, images, video, CSVs, and more inline." />
39
-
<Cardhref="features/remotes"icon="fa-server"title="Reliable Remote Connections"description="Automatic reconnection, remote file previews, and more." />
40
-
<Cardhref="features/ai"icon="fa-sparkles"title="Integrated AI"description="Inline AI Chat Windows hooked up to any LLM (local or remote)." />
41
-
<Cardhref="features/browser"icon="fa-globe"title="Inline Web Browser"description="Access online content without switching context." />
42
-
<Cardhref="features/charts"icon="fa-chart-simple"title="Data Visualization"description="Create graphs of system stats or custom data piped directly from CLI programs." />
0 commit comments