2
0

add ais (rust fuzzy selector) and atproto plugin

This commit is contained in:
ai
2026-04-03 08:51:57 +00:00
parent 67c20e9dab
commit 3a6f31e861
4 changed files with 333 additions and 0 deletions

11
rust/ais/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "ais"
version = "0.1.0"
edition = "2021"
description = "ai selector - unified fuzzy finder for shell"
[dependencies]
[[bin]]
name = "ais"
path = "src/main.rs"