macOS
brew install angle-grinderlocal Homebrew formula metadata
sudo port install angle-grinderMacPorts ports tree · textproc/angle-grinder/Portfile · 来源: api.github.com
安装
brew install angle-grinderlocal Homebrew formula metadata
sudo port install angle-grinderMacPorts ports tree · textproc/angle-grinder/Portfile · 来源: api.github.com
nix profile install nixpkgs#angle-grindernixpkgs package indexes · pkgs/by-name/an/angle-grinder/package.nix · 来源: api.github.com
sudo pacman -S angle-grinderArch Linux sync databases · angle-grinder · 来源: geo.mirror.pkgbuild.com
概览
Slice and dice log files on the command-line
历史
angle-grinder is a Rust command-line log analysis tool whose executable, `agrind`, brings query-pipeline style filtering, parsing, aggregation, and live terminal rendering to plain log streams.
The official repository was created in March 2018 and early GitHub releases show rapid 0.x iteration during that same month. Its README frames the project as a tool for cases where logs are available locally but a full analytics stack such as Graphite, Honeycomb, Kibana, Sumo Logic, or Splunk is not.
The tool implements a small functional query language over text, JSON, logfmt, split fields, filters, and aggregate operators. The README emphasizes high-throughput processing, with simple pipelines able to process millions of rows per second.
The README documents binary installation for Linux and macOS, source installation with Cargo, and package-manager availability through Homebrew, MacPorts, and FreeBSD packages. The Homebrew formula and other package-manager entries make it a Unix-toolbox style log utility rather than a service-bound product.
Its adoption is niche but clear: it serves operators and developers who want terminal-native ad hoc analytics against log files, especially when centralized observability tooling is unavailable, too heavy, or not worth setting up.
Common usage pipes logs into `agrind` and applies filters and operators such as `json`, `logfmt`, `parse`, `where`, `count`, `sum`, `average`, percentile, and sort. The README example `* | json | count by log_level` captures the usual flow: parse structured logs, group them, and watch live results.
Aliases can be loaded from `.agrind-aliases` in the working directory or parent directories, which lets users keep reusable pipelines close to a project or log format.
angle-grinder sits in the package-manager sweet spot for small Rust CLIs: one executable, useful without a daemon, fast enough to justify a native binary, and attractive to users who live in pipes.
It is also a good example of a package whose documentation surface is the README. There is no separate docs site; the official repo is the authoritative manual, release surface, and source.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.agrind-aliases/ in current working directoryparent directories可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
agrind | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/rcoh/angle-grinder
安装元数据
| 软件包键 | brew:angle-grinder |
|---|---|
| 版本 | 0.19.6 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/angle-grinder |
| 主页 | https://github.com/rcoh/angle-grinder |
| 仓库 | https://github.com/rcoh/angle-grinder |
| 上游文档 | https://github.com/rcoh/angle-grinder |
| 许可证 | MIT |
| 源码归档 | https://github.com/rcoh/angle-grinder/archive/refs/tags/v0.19.6.tar.gz |
| 构建依赖 | rust |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | angle-grinder |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
angle-grinder
nix profile install nixpkgs#angle-grinderangle-grinder 0.19.6-2
Slice and dice logs on the command line
https://github.com/rcoh/angle-grinder
sudo pacman -S angle-grinderangle-grinder
sudo port install angle-grinder来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.