Skip to content

wikis Search Results Β· repo:junegunn/fzf language:Ruby

15 results
 (141 ms)

15 results

injunegunn/fzf (press backspace or delete to remove)
The language qualifier is not supported when searching wikis. Try searching for issues instead?

# b - browse chrome bookmarks b ( ) { local open ruby output open = xdg - open ruby = $ ( which ruby ) output = $ ( $ruby < < EORUBY # encoding: utf-8 require 'json' FILE = '~/.config/google-chrome/Default/Bookmarks' ...
  • Last updated
    on May 26, 2023

--color You can partially or completely customize the default color configuration of fzf with --color option. # --color=[BASE_SCHEME][,COLOR:ANSI] fzf --color=bg+:24 fzf --color=light,fg:232,bg:255,bg+:116,info:27 ...
  • Last updated
    on Apr 30, 2023

Custom completion API is experimental and subject to change Writing custom fuzzy completion See https://github.com/junegunn/fzf#custom-fuzzy-completion [ZSH] Complete hg update/hg merge If you need to ...
  • Last updated
    on Aug 21, 2023

Examples for fish shell Navigation function fzf-bcd-widget -d ' cd backwards ' pwd | awk -v RS=/ ' / \ n/ {exit} {p=p $0 "/"; print p} ' | tac | eval (__fzfcmd) +m --select-1 ...
  • Last updated
    on Nov 10, 2020

fzf.vim repository If you're not familiar with Vimscript or don't have time to write your own commands, check out fzf.vim project which provides a set of ready-made commands. Basic tutorial See ...
  • Last updated
    on Aug 4, 2020

Since Ruby 2.1, curses was removed from Ruby standard library. 😟 If you have trouble installing curses gem, follow the instructions below. Arch Linux pacman -S base-devel gem install curses MSYS2 (Windows) ...
  • Last updated
    on Jan 19, 2023

fzf is a Unix filter program that reads input from standard input and writes selected items to standard output. In order not to taint the standard output stream, it displays the finder to standard error. ...
  • Last updated
    on Jan 25, 2020

To open fzf from MacVim in a new iTerm2 window, create an executable script with the following content and add let g:fzf_launcher = "PATH_TO_THE_SCRIPT_FILE %s" to your Vim configuration. For ...
  • Last updated
    on Oct 5, 2017

Pre-built binaries for Windows can be downloaded here . However, other components of the project do not work on Windows. You might want to consider installing fzf on Windows Subsystem for Linux where everything ...
  • Last updated
    on Oct 25, 2023

Changing the layout See https://github.com/junegunn/fzf/wiki/Configuring-shell-key-bindings#changing-the-layout zsh Dedicated completion key Instead of using TAB key with a trigger sequence ( ** < TAB ...
  • Last updated
    on Mar 28, 2024