一个控制台中的文档检索工具

查看 12|回复 0
作者:blueeon   
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]
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   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
➜  ~
您需要登录后才可以回帖 登录 | 立即注册

返回顶部