mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-17 10:02:23 +00:00
site init (barrett)
This commit is contained in:
parent
f05f441dee
commit
50c9594780
15 changed files with 5862 additions and 0 deletions
35
site/src/pages/index.astro
Normal file
35
site/src/pages/index.astro
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
import DocLayout from "../layouts/DocLayout.astro";
|
||||
---
|
||||
|
||||
<DocLayout title="" description="desktop control for AI agents">
|
||||
<header>
|
||||
<h1>deskctl</h1>
|
||||
<code>desktop control CLI for AI agents</code>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
X11 desktop control CLI for AI agents on Linux. Snapshot, click, type, and
|
||||
focus windows through a simple command-line interface with a client-daemon
|
||||
architecture over Unix sockets.
|
||||
</p>
|
||||
|
||||
<h2>Documentation</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="/installation">Installation</a></li>
|
||||
<li><a href="/usage">Usage</a></li>
|
||||
<li><a href="/architecture">Architecture</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Links</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/harivansh-afk/deskctl">GitHub</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://crates.io/crates/deskctl">crates.io</a>
|
||||
</li>
|
||||
</ul>
|
||||
</DocLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue