mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-17 08:01:00 +00:00
scaffold docs
This commit is contained in:
parent
600fd6503b
commit
e3c96878b1
6 changed files with 356 additions and 78 deletions
|
|
@ -9,16 +9,22 @@ import DocLayout from "../layouts/DocLayout.astro";
|
|||
</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.
|
||||
Desktop control CLI for AI agents on Linux X11. Compact JSON output
|
||||
for agent loops. Screenshot, click, type, scroll, drag, and manage
|
||||
windows through a fast client-daemon architecture. 100% native Rust.
|
||||
</p>
|
||||
|
||||
<h2>Documentation</h2>
|
||||
<h2>Getting started</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="/installation">Installation</a></li>
|
||||
<li><a href="/usage">Usage</a></li>
|
||||
<li><a href="/quick-start">Quick start</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Reference</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="/commands">Commands</a></li>
|
||||
<li><a href="/architecture">Architecture</a></li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue