aimem-cli 0.3.3

CLI for AiMem
# aimem-cli

**Language / 语言 / 言語:** English | [简体中文]https://github.com/v1cc0/aimem/blob/main/crates/aimem-cli/README.zh-CN.md | [日本語]https://github.com/v1cc0/aimem/blob/main/crates/aimem-cli/README.ja.md

`aimem-cli` provides the `aimem` command-line interface for AiMem.

## What the current CLI supports

- project mining
- conversation import
- keyword search
- semantic search
- wake-up context generation
- store status inspection
- opt-in remote embedding

## Install

```bash
cargo install aimem-cli
```

## Usage

```bash
aimem status
aimem wake-up
aimem search "vector search"
aimem mine /path/to/project --no-embed
```

## Remote embedding

```bash
export GEMINI_API_KEY=...
aimem search "vector search" --gemini-key "$GEMINI_API_KEY"
```

## Notes

- `aimem status` shows the current embedding profile.
- `aimem search` and `aimem mine` can use `--gemini-key` or `GEMINI_API_KEY`.
- default DB path is `~/.aimem/aimem.db`.