macOS
brew install mcflylocal Homebrew formula metadata
sudo port install mcflyMacPorts ports tree · sysutils/mcfly/Portfile · source: api.github.com
brew
Fly through your shell history. Version 0.9.4 via Homebrew; verified from local package data.
install
brew install mcflylocal Homebrew formula metadata
sudo port install mcflyMacPorts ports tree · sysutils/mcfly/Portfile · source: api.github.com
sudo apk add mcflyAlpine Linux edge package indexes · mcfly · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#mcflynixpkgs package indexes · pkgs/by-name/mc/mcfly/package.nix · source: api.github.com
sudo pacman -S mcflyArch Linux sync databases · mcfly · source: geo.mirror.pkgbuild.com
sudo zypper install mcflyopenSUSE Tumbleweed package metadata · mcfly · source: download.opensuse.org
scoop install main/mcflyScoop official bucket manifest trees · bucket/mcfly.json · source: api.github.com
winget install --id AndrewCantino.McFly -eWindows Package Manager source index · AndrewCantino.McFly · source: cdn.winget.microsoft.com
overview
Fly through your shell history
history
McFly is a shell-history replacement for reverse search, designed to make Ctrl-R results context-aware instead of purely chronological. The project describes itself as an upgraded Ctrl-R that considers the current directory, command exit status, timestamps, and prior shell history.
The official GitHub repository was created in July 2018, and the first listed GitHub release, v0.1.0, was published on 2018-10-12. It is written in Rust and integrates with Bash, Zsh, Fish, and PowerShell rather than replacing the shell itself.
McFly's README emphasizes reversibility: it augments shell history in a SQLite database while maintaining the normal shell history file, so users can stop using McFly without losing the conventional history path. That design choice helped it fit into conservative shell setups.
The supplied package-manager facts list McFly across Homebrew, MacPorts, Alpine, Arch, Nix, Scoop, WinGet, and openSUSE/Zypper, showing broad packaging across Unix-like and Windows-adjacent ecosystems.
The README documents Homebrew, MacPorts, WinGet, install-script, manual release, source, and Zinit installation paths. It also includes release-process notes for Homebrew, reflecting long-running package-manager maintenance rather than a one-off binary upload.
Typical use is rebinding Ctrl-R in a shell startup file so McFly opens a full-screen history search UI. The tool stores enhanced history metadata in an OS-specific SQLite database and can dump history to stdout for scripting or inspection.
McFly's settings are mostly environment-variable based, with color settings stored in a config.toml under the McFly data directory. The README documents the macOS application-support path, Linux XDG data path, and a legacy ~/.mcfly fallback.
McFly is package-nerd interesting because it modernized an old shell muscle-memory path without requiring a new shell or large framework. It is a Rust CLI with many package-manager entries, a small executable surface, and visible cross-shell integration details.
Its use of SQLite for enriched history also makes it part of the broader trend of CLIs turning plain-text shell workflows into indexed local databases while preserving escape hatches back to ordinary files.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.
$XDG_DATA_DIR/mcfly/config.toml~/.local/share/mcfly/config.toml~/.mcfly/config.toml~/Library/Application Support/McFly/config.toml~/.mcfly/config.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
mcfly | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/cantino/mcfly
install metadata
| Package key | brew:mcfly |
|---|---|
| Version | 0.9.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mcfly |
| Homepage | https://github.com/cantino/mcfly |
| Repository | https://github.com/cantino/mcfly |
| Upstream docs | https://github.com/cantino/mcfly#readme |
| License | MIT |
| Source archive | https://github.com/cantino/mcfly/archive/refs/tags/v0.9.4.tar.gz |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mcfly |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
mcfly
nix profile install nixpkgs#mcflymcfly 0.9.4-r0
Fly through your shell history
https://github.com/cantino/mcfly
sudo apk add mcflymcfly-bash-completion 0.9.4-r0
Bash completions for mcfly
https://github.com/cantino/mcfly
sudo apk add mcfly-bash-completionmcfly-fish-completion 0.9.4-r0
Fish completions for mcfly
https://github.com/cantino/mcfly
sudo apk add mcfly-fish-completionmcfly-zsh-completion 0.9.4-r0
Zsh completions for mcfly
https://github.com/cantino/mcfly
sudo apk add mcfly-zsh-completionmcfly 0.9.4-2
Fly through your shell history
https://github.com/cantino/mcfly
sudo pacman -S mcflymcfly 0.9.4-1.3
Shell history helper
https://github.com/cantino/mcfly
sudo zypper install mcflymcfly
sudo port install mcflymain/mcfly
scoop install main/mcflyAndrewCantino.McFly
winget install --id AndrewCantino.McFly -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.