From 9f6a042443478b37ffacbf322b6bc8624408980e Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 11 Jan 2026 12:37:46 -0600 Subject: [PATCH] cursor --- README.md | 10 ++++++++++ site/index.html | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 79f6f3a..2d063a9 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,16 @@ curl -fsSL https://bitcoinui.ai/install-codex.sh | bash 2. In Codex, run `$bitcoinui` (file or folder; folders review all SwiftUI files inside). +### Cursor (command) + +1. Install the command file: + +```sh +curl -L -o ~/.cursor/commands/bitcoinui.md https://bitcoinui.ai/bitcoinui.md +``` + +2. In Cursor, run `/bitcoinui` (file or folder; folders review all SwiftUI files inside). + ### Claude (command) 1. Install the command file: diff --git a/site/index.html b/site/index.html index 6e5c5c6..234fa7c 100644 --- a/site/index.html +++ b/site/index.html @@ -38,6 +38,14 @@

Codex

> $bitcoinui +
+

Cursor

+
$ curl -L -o ~/.cursor/commands/bitcoinui.md \
+  https://bitcoinui.ai/bitcoinui.md
+$ cursor
+> /bitcoinui
+
+

Xcode

> https://github.com/reez/BitcoinUI