Skip to content

Commit

Permalink
docs: add key features
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jul 6, 2024
1 parent e5dfda7 commit cdb00a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ A simple tool to analyze the size of a Go compiled binary.

[![Packaging status](https://repology.org/badge/vertical-allrepos/go-size-analyzer.svg)](https://repology.org/project/go-size-analyzer/versions)

- [x] Cross-platform support for analyzing `ELF`, `Mach-O`, and `PE` binary formats
- [x] Detailed size breakdown by packages and sections
- [x] Support multiple output formats: `text`, `json`, `html`, `svg`
- [x] Interactive exploration via web interface and terminal UI
- [x] Binary comparison with diff mode (supports `json` and `text` output)

## Installation

### [Download the latest binary](https://github.com/Zxilly/go-size-analyzer/releases)
Expand Down
6 changes: 6 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

[![Packaging status](https://repology.org/badge/vertical-allrepos/go-size-analyzer.svg)](https://repology.org/project/go-size-analyzer/versions)

- [x] 支持跨平台分析 `ELF``Mach-O``PE` 二进制格式
- [x] 按包和区段提供详细的大小分析
- [x] 支持多种输出格式: `text``json``html``svg`
- [x] 通过网页界面和终端 UI 进行交互式探索
- [x] 比较二进制的 diff 模式 (支持 `json``text` 输出)

## 安装

### [下载最新二进制文件](https://github.com/Zxilly/go-size-analyzer/releases)
Expand Down

0 comments on commit cdb00a9

Please sign in to comment.