# 使用 Homebrew, MacPorts, Nix 安装 golines

查看 golines 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:golines
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install golines
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install golines
```

  证据: MacPorts ports tree: devel/golines/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#golines
```

  证据: nixpkgs package indexes: pkgs/by-name/go/golines/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:golines
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/golines>
- **版本:** 0.15.0
- **来源摘要:** Golang formatter that fixes long lines
- **主页:** <https://github.com/golangci/golines>
- **仓库:** <https://github.com/golangci/golines>
- **许可证:** MIT
- **源码归档:** <https://github.com/golangci/golines/archive/refs/tags/v0.15.0.tar.gz>
- **最后更新:** 2026-07-27T16:47:25+02:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- golines (cli)
- golines (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.15.0
- 管理器更新时间: 2026-07-27
- 本地数据: OK
- 上游仓库: https://github.com/golangci/golines
- 检测到的最新版本: v0.15.0 (当前)
## 项目历史与用法

golines is a Go formatter that keeps gofmt-style formatting while shortening long lines. The maintainer documentation frames it as a companion to gofmt and goimports, which deliberately do not solve line wrapping for developers.

### 项目历史

Segment created golines to automate a style preference common in large Go codebases: reducing very long lines without abandoning gofmt. The README links the motivation to Go issue 11915 and notes that line-shortening remains developer-managed in the standard formatter.

The tool evolved with options for maximum line length, tab width, dry-run diffs, comment shortening, base formatter selection, generated-file handling, method-chain splitting, and struct-tag formatting. Since v0.10.0 it required Go 1.18 because of generics-related dependencies; v0.13.0 raised the minimum to Go 1.23.

The README records a maintenance turn: by late 2024 the project was in maintenance mode, and on 2025-12-19 the Segment repository was archived. The same notice points to a golangci-maintained fork that incorporated patches and fixes.

### 采用历史

golines gained a niche among Go developers who wanted automatic line wrapping in editors or pre-commit hooks while preserving gofmt-compatible output. The README documents vim-go, Visual Studio Code run-on-save, and GoLand file watcher integration.

The batch input records Homebrew, MacPorts, and Nix packages. That packaging profile fits a formatter users expect to install as a standalone command and wire into editor save hooks.

### 使用方式

Users run `golines [paths]`, pass directories or files, or pipe input through stdin. By default it writes formatted output to stdout; `-w` edits files in place.

The base formatter defaults to goimports when available and falls back to gofmt, so golines is usually an additive formatter step rather than a replacement for the Go formatting toolchain.

### 为什么软件包爱好者会关心

For package nerds, golines is interesting because it packages a policy that Go intentionally leaves out of gofmt. It is small, editor-friendly, and controversial in the quiet formatter way: valuable for teams with line-length standards, unnecessary for teams that accept gofmt's non-wrapping behavior.

Its archive notice and golangci fork also make it a useful example of formatter lifecycle management: once a developer tool becomes part of save hooks and CI, packagers need to care about maintenance status, Go version requirements, and successor forks.

### 时间线

- 2019: `segmentio/golines` repository created for Go line-wrapping formatting.
- 2020-2024: Releases add formatter behavior and editor integration patterns around gofmt/goimports.
- 2024: README states the project had functionally entered maintenance mode.
- 2025: Segment repository archived; README points to a golangci-maintained fork.

### Related projects

- gofmt and goimports are the base formatting tools golines builds around.
- The Go issue about shortening long lines is part of the stated motivation.
- The golangci/golines fork is the maintainer-recommended continuation after the Segment archive notice.

### 来源

- <https://github.com/golang/go/issues/11915>
- <https://github.com/golangci/golines/>
- <https://github.com/segmentio/golines>
- <https://github.com/segmentio/golines/releases>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** golines
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Nix - golines: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/golines/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - golines: normalized package name match | MacPorts ports tree: devel/golines/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/zh-hans/brew/go/) - Build dependency declared by Homebrew.
- [shfmt](https://pkg.so/zh-hans/brew/shfmt/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, go.
- [yamlfmt](https://pkg.so/zh-hans/brew/yamlfmt/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, go.
- [gofumpt](https://pkg.so/zh-hans/brew/gofumpt/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, go.
- [goimports](https://pkg.so/zh-hans/brew/goimports/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, go.
- [rubyfmt](https://pkg.so/zh-hans/brew/rubyfmt/) - Shares pkgdb curated category or tags: cli, code-formatting, developer-tools, formatter.
- [ormolu](https://pkg.so/zh-hans/brew/ormolu/) - Shares pkgdb curated category or tags: cli, code-formatting, developer-tools, formatter.
- [typstyle](https://pkg.so/zh-hans/brew/typstyle/) - Shares pkgdb curated category or tags: cli, code-formatting, developer-tools, formatter.
- [gci](https://pkg.so/zh-hans/brew/gci/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, go.
- [dockerfmt](https://pkg.so/zh-hans/brew/dockerfmt/) - Local package facts share a topical domain. Shared terms: cli, code, code-formatting, developer, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/golines.yml](https://github.com/mxcl/pkgdb/blob/main/combined/golines.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
