xontrib-fzf-completions 0.0.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

xontribfzfcompletions 0.0.2

xontrib-fzf-completions
The project is a more updated fork of https://github.com/shahinism/xontrib-fzf-widgets (Hopefully more responsive to
PRs), providing fzf completions into your xonsh
shell.
Installation
# Install the xontrib
xpip install -U xontrib-fzf-completions

# Load it
xpip load fzf-completions

Define the key-binding in your .xonshrc:
from xonsh.built_ins import XSH

XSH.env['fzf_history_binding'] = "c-r" # Ctrl+R
XSH.env['fzf_ssh_binding'] = "c-s" # Ctrl+S
XSH.env['fzf_file_binding'] = "c-t" # Ctrl+T
XSH.env['fzf_dir_binding'] = "c-g" # Ctrl+G

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.