macOS
brew install zsh-history-enquirerlocal Homebrew formula metadata
安装
brew install zsh-history-enquirerlocal Homebrew formula metadata
概览
Zsh plugin that enhances history search interaction
历史
zsh-history-enquirer is a Zsh plugin that replaces the plain reverse-history-search experience with an interactive TypeScript-powered history browser. It targets users who live in shell history and want filtering, selection, and richer display inside Zsh.
The public repository was created on 2019-09-18 by zthxxx. Its README describes the package as a plugin for Zsh history search that enhances interaction, and the project ships both plugin integration and a `zsh-history-enquirer` executable.
The project belongs to the wave of post-Oh-My-Zsh shell plugins that treat shell history as an interactive UI surface. Rather than changing Zsh itself, it composes with Zsh key bindings and startup files such as `.zshrc`.
Adoption is niche: the GitHub project and Homebrew formula make it discoverable, but it serves a focused audience of Zsh users who want a history picker instead of the default incremental search. Its official documentation site and README are the main adoption surfaces.
Because it is packaged as a command and a shell plugin, Homebrew distribution reduces the friction of installing the JavaScript/TypeScript implementation into an otherwise shell-native workflow.
Users install the package, source or configure the plugin from their `.zshrc`, and bind it into their interactive Zsh history-search workflow. The package's purpose is not batch scripting; it is faster recall of previous commands during an interactive shell session.
The practical value is strongest for developers with long histories, repeated project commands, and many near-duplicate invocations where plain Ctrl-R search becomes awkward.
zsh-history-enquirer is a tidy example of a modern shell plugin packaged outside the traditional shell-plugin managers. It bridges Zsh startup-file culture, Node/TypeScript tooling, and a normal system package manager.
For package catalogs, it is useful evidence that 'shell tooling' now includes interactive terminal widgets and plugin commands, not only POSIX-style filters.
安全态势
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.
~/.zshrc可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
zsh-history-enquirer | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://zsh-history-enquirer.zthxxx.me
安装元数据
| 软件包键 | brew:zsh-history-enquirer |
|---|---|
| 版本 | 1.3.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/zsh-history-enquirer |
| 主页 | https://zsh-history-enquirer.zthxxx.me |
| 仓库 | https://github.com/zthxxx/zsh-history-enquirer |
| 上游文档 | https://github.com/zthxxx/zsh-history-enquirer#readme |
| 许可证 | MIT |
| 源码归档 | https://registry.npmjs.org/zsh-history-enquirer/-/zsh-history-enquirer-1.3.1.tgz |
| 依赖 | node |
| macOS 提供的库 | zsh |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| 注意事项 | To activate zsh-history-enquirer, add the following to your .zshrc: autoload -U history_enquire history_enquire |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zsh-history-enquirer |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.