Skip to content

Gitsave v0.1.33

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Apr 12:13
· 3 commits to master since this release

下载

Windows (x86_64)

  • gitsave-gui-windows-x86_64.exe — GUI 便携版(直接运行)
  • gitsave-windows-x86_64.exe — TUI/命令行版

Linux (x86_64)

  • gitsave-linux-x86_64 — TUI (命令行界面)
  • gitsave-gui-linux-x86_64 — GUI (图形界面)

macOS (x86_64)

  • gitsave-macos-x86_64 — TUI (命令行界面)
  • gitsave-gui-macos-x86_64 — GUI (图形界面)

macOS (Apple Silicon)

  • gitsave-macos-arm64 — TUI (命令行界面)
  • gitsave-gui-macos-arm64 — GUI (图形界面)

快速开始

# Windows
gitsave.exe init
gitsave.exe save "第一章完成"

# Linux/macOS
./gitsave init
./gitsave save "第一章完成"

# 启动图形界面 (需要 GUI 版本)
./gitsave gui

完整文档

详见 README.md