mcfly-fzf icon indicating copy to clipboard operation
mcfly-fzf copied to clipboard

Integrate Mcfly with fzf to combine a solid command history database with a widely-loved fuzzy search UI

Results 6 mcfly-fzf issues
Sort by recently updated
recently updated
newest added

Hello, is bundling a specific version of mcfly required? [v0.8.6](https://github.com/cantino/mcfly/releases/tag/v0.8.6) has neat features I would like to use (e.g. filtering history dumps), and 0.7.1 is bundled with mcfly-fzf.

If `fzf`'s [key-bindings.fish](https://github.com/junegunn/fzf/blob/master/shell/key-bindings.fish) is enabled [as described](https://wiki.archlinux.org/title/Fzf#fish) in the Arch Wiki, and `mcfly-fzf` is also enabled, `mcfly-fzf` is not overriding `fzf`'s Ctrl+R binding. Here are the relevant config files: `~/.config/fish/config.fish`:...

Please make use of the `__fzfcmd` function as used in [junegunn/fzf/shell/key-bindings.fish](https://github.com/junegunn/fzf/blob/7a72f1a2531d728d14faf5f61909f9ffa63c8dd3/shell/key-bindings.fish#L104-L114) ```fish function __fzfcmd test -n "$FZF_TMUX"; or set FZF_TMUX 0 test -n "$FZF_TMUX_HEIGHT"; or set FZF_TMUX_HEIGHT 40% if [...

Is there a way to customize the time format of the commands in history, e.g. iso, iso-long, or some sort of custom time format? Or alternatively, is there a way...

Here's a quick late night PoC around the discussion in #2. Is it going in the right direction? Be kind with me, it's the first time I'm tinkering with fzf,...

Hey there, thank you for the very nice tool, awesome work. :) The README says that "To delete history entries, run mcfly search manually". Is there anything fundamentally blocking us...