markbase 0.1.0-alpha.2

A high-performance CLI tool for indexing and querying Markdown files for AI agent. Obsidian-compatible.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
set positional-arguments := true

default:
    @just -l

# 执行 markbase 命令
markbase *args:
    cargo run -- "$@"

# 检查问题
verify:
    cargo clippy
    cargo test