houhoulis / fzf.fish

Augment your fish command line with fzf key bindings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my personal fork of fzf.fish.

Changes so far

  • Add "magic mode" which tries to guess which kind of fzf to open (Alt+M).
  • Add an fzf mode to search for git branches (and tags)
  • Allow multiple selection when selecting commits from git log (useful e.g. for cherry-pick)
  • When activating git log search, if the current token is a commit reference, show the git log at that commit instead of HEAD (otherwise use it as the initial fzf query as usual)
  • Add an fzf mode to search for PIDs
  • Add an fzf mode to search for SSH hostnames

TODO

  • Add a fallback to magic mode where you pick the mode in fzf
  • Add customization options
  • Upstream some of the changes

About

Augment your fish command line with fzf key bindings.

License:MIT License


Languages

Language:Shell 100.0%