GoForum › 🌐 V2EX
一个控制台中的文档检索工具
blueeon ·
2026-03-06 22:48 ·
0 次点赞 · 0 条回复
GUI 给大部分人使用,CLI 给极客和 AI Agent 使用
linkly-ai-cli 是开源全文检索客户端,RUST 开发,可以使用关键词 + 自然语句搜索电脑中的文档。
需要连接上另一款免费的检索客户端工具 Linkly AI Desktop 搭配使用。局域网中可以跨电脑连接。
Github 仓库: https://github.com/LinklyAI/linkly-ai-cli
用法
➜ ~ linkly -h
Linkly AI — search your local documents from the terminal
Usage: linkly [OPTIONS] <COMMAND>
Commands:
search Search indexed local documents by keywords
outline Get document outlines by IDs
read Read document content by ID
status Show Linkly AI app status
mcp Run as MCP stdio bridge (for Claude Desktop, etc.)
self-update Update to the latest version
help Print this message or the help of the given subcommand(s)
Options:
--endpoint <ENDPOINT> MCP endpoint URL (e.g. http://127.0.0.1:60606/mcp)
--json Output in JSON format
-h, --help Print help
-V, --version Print version
➜ ~
0 条回复
添加回复
你还需要 登录
后发表回复