From 607edc85f32593364a59434ce476d1990bd16b4b Mon Sep 17 00:00:00 2001 From: Zxilly <31370133+Zxilly@users.noreply.github.com> Date: Tue, 29 Oct 2024 08:36:30 +0000 Subject: [PATCH 1/2] docs: add go-size-analyzer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59345cd..1d393af 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ To contribute, see [CONTRIBUTING.md](./CONTRIBUTING.md) - [gh-dash](https://www.github.com/dlvhdr/gh-dash) - A GitHub CLI extension for PRs and issues. (_built with Bubble Tea_) - [gh-not](https://github.com/nobe4/gh-not) - GitHub rule-based notifications management. (_built with Bubble Tea_) - [gitflow-toolkit](https://github.com/mritd/gitflow-toolkit) - A GitFlow submission tool. (_built with Bubble Tea_) +- [go-size-analyzer](https://github.com/Zxilly/go-size-analyzer): Explore the dependency size of your golang binary in the terminal. (_built with Bubble Tea and Lip Gloss_) - [gocovsh](https://github.com/orlangure/gocovsh) - Explore Go coverage reports from the CLI. (_built with Bubble Tea_) - [gum](https://github.com/charmbracelet/gum) - Interactivity and styling for shells and shell scripts. (_built with Bubble Tea_) - [hanchond](https://github.com/hanchon/hanchond) - Web3 network manager with a Terminal Block Explorer. (Bubble Tea, Lip Gloss, Glamour) From 6ff54f3e081852c96b2e3b7d0c091c46f82257cb Mon Sep 17 00:00:00 2001 From: Zxilly <31370133+Zxilly@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:20:59 +0800 Subject: [PATCH 2/2] chore: follow lint style Co-authored-by: Swastik Baranwal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d393af..fede83c 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ To contribute, see [CONTRIBUTING.md](./CONTRIBUTING.md) - [gh-dash](https://www.github.com/dlvhdr/gh-dash) - A GitHub CLI extension for PRs and issues. (_built with Bubble Tea_) - [gh-not](https://github.com/nobe4/gh-not) - GitHub rule-based notifications management. (_built with Bubble Tea_) - [gitflow-toolkit](https://github.com/mritd/gitflow-toolkit) - A GitFlow submission tool. (_built with Bubble Tea_) -- [go-size-analyzer](https://github.com/Zxilly/go-size-analyzer): Explore the dependency size of your golang binary in the terminal. (_built with Bubble Tea and Lip Gloss_) +- [go-size-analyzer](https://github.com/Zxilly/go-size-analyzer) - Explore the dependency size of your golang binary in the terminal. (_built with Bubble Tea and Lip Gloss_) - [gocovsh](https://github.com/orlangure/gocovsh) - Explore Go coverage reports from the CLI. (_built with Bubble Tea_) - [gum](https://github.com/charmbracelet/gum) - Interactivity and styling for shells and shell scripts. (_built with Bubble Tea_) - [hanchond](https://github.com/hanchon/hanchond) - Web3 network manager with a Terminal Block Explorer. (Bubble Tea, Lip Gloss, Glamour)