mcfly (sysutils/mcfly) Updated: 1 month ago Add to my watchlist

An upgraded reverse history for Bash & Zsh.

McFly replaces your default Ctrl-R shell history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly's suggestions are prioritized in real time with a small neural network.

Version: 0.9.2 License: MIT GitHub
Maintainers herbygillot
Categories sysutils
Homepage https://github.com/cantino/mcfly
Platforms darwin
Variants
  • universal (Build for multiple architectures)

"mcfly" depends on

build (4)
lib (1)

Ports that depend on "mcfly"

No ports


Port notes

If you are running bash as your shell, add:
if [[ -r "${prefix}/share/mcfly/mcfly.bash" ]]; then
source "${prefix}/share/mcfly/mcfly.bash"
fi

...to your ~/.bashrc, then run:
$ . ~/.bashrc

If you are running zsh as your shell, add:
if [[ -r "${prefix}/share/mcfly/mcfly.zsh" ]]; then
source "${prefix}/share/mcfly/mcfly.zsh"
fi

...to your .zshrc, then run:
$ . ~/.zshrc

If you are running fish as your shell, add:
if [[ -r "${prefix}/share/mcfly/mcfly.fish" ]]; then
source "${prefix}/share/mcfly/mcfly.fish"
fi

...to your ~/.config/fish/config.fish, then run:
$ source ~/.config/fish/config.fish


Port Health:

Loading Port Health

Installations (30 days)

7

Requested Installations (30 days)

6