daxe

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2026 License: MIT Imports: 3 Imported by: 0

README

daxe

data + axe — 快刀斩乱麻,专业的文件处理 CLI 工具集。

支持 Markdown 处理、PDF 图片提取和 XMind 思维导图转换。

安装

下载预编译二进制(推荐)

Releases 下载对应平台的可执行文件。

从源码编译

go build -o daxe

go install

go install github.com/cicbyte/daxe@latest

功能

模块 说明 文档
daxe md Markdown 处理(修复、转换、图片管理、链接提取) docs/md.md
daxe pdf PDF 图片提取 docs/pdf.md
daxe xmind XMind 转 Markdown docs/xmind.md

配置

配置文件路径:~/.cicbyte/daxe/config/config.yaml,首次运行自动创建。

ai:
  provider: "openai"          # openai / ollama
  base_url: "https://open.bigmodel.cn/api/paas/v4/"
  api_key: ""
  model: "GLM-4-Flash-250414"
  max_tokens: 2048
  temperature: 0.8

database:
  type: "sqlite"

picgo:
  server: "http://127.0.0.1:36677"

License

MIT

Documentation

Overview

Copyright © 2025 NAME HERE <EMAIL ADDRESS>

Directories

Path Synopsis
cmd
md
pdf
internal
log

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL